Skip to content

Commit

Permalink
v1.148.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Apr 22, 2024
1 parent 78f6525 commit 952e0cb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.147.0"
"version": "1.148.0"
}
6 changes: 3 additions & 3 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.147.0",
"version": "1.148.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"Leonie Peters <[email protected]>"
],
"dependencies": {
"@europeana/portal": "^1.147.0",
"@europeana/portal": "^1.148.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.147.0",
"version": "1.148.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.147.0',
'@europeana/portal': '1.148.0',
'@nuxt/core': '2.17.0',
'bootstrap': '4.6.2',
'bootstrap-vue': '2.22.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.147.0
sonar.projectVersion=1.148.0
sonar.sources=packages/
sonar.tests=packages/
sonar.test.inclusions=packages/*/tests/**/*.spec.js
Expand Down

0 comments on commit 952e0cb

Please sign in to comment.