Skip to content

Commit

Permalink
v1.129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Oct 27, 2023
1 parent 0be7a6b commit 8f1c9ab
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"version": "1.128.1"
"version": "1.129.0"
}
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/contentful",
"version": "1.128.1",
"version": "1.129.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"Leonie Peters <[email protected]>"
],
"dependencies": {
"@europeana/portal": "^1.128.1",
"@europeana/portal": "^1.129.0",
"axios": "^0.21.4",
"chalk": "^2.4.1",
"contentful-cli": "^1.14.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/portal",
"version": "1.128.1",
"version": "1.129.0",
"description": "Europeana Portal",
"scripts": {
"analyze": "nuxt build --analyze",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/pkg-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// TODO: it should also be auto-updated when running npm install/update/etc

export default {
'@europeana/portal': '1.128.1',
'@europeana/portal': '1.129.0',
'@nuxt/core': '2.17.0',
'bootstrap': '4.6.2',
'bootstrap-vue': '2.22.0'
Expand Down
4 changes: 2 additions & 2 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@europeana/styleguide",
"version": "1.128.1",
"version": "1.129.0",
"description": "Europeana styleguide",
"private": true,
"scripts": {
"build": "vue-styleguidist build --config ./styleguide.config.cjs",
"start": "vue-styleguidist server --config ./styleguide.config.cjs"
},
"devDependencies": {
"@europeana/portal": "^1.128.1",
"@europeana/portal": "^1.129.0",
"vue": "^2.7.10",
"vue-styleguidist": "4.35.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.organization=europeana
sonar.projectKey=europeana_portal.js
sonar.projectVersion=1.128.1
sonar.projectVersion=1.129.0
sonar.sources=packages/
sonar.tests=packages/
sonar.test.inclusions=packages/*/tests/**/*.spec.js
Expand Down

0 comments on commit 8f1c9ab

Please sign in to comment.