Skip to content

Commit

Permalink
v1.159.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbiedinger committed Aug 30, 2024
1 parent e2c939e commit 454b598
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.158.0"
"version": "1.159.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.158.0",
"version": "1.159.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"Leonie Peters <leonie.peters@europeana.eu>"
],
"dependencies": {
"@europeana/portal": "^1.158.0",
"@europeana/portal": "^1.159.0",
"axios": "^0.21.4",
"chalk": "^2.4.1",
"contentful-cli": "^1.14.29",
Expand Down
4 changes: 2 additions & 2 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/portal",
"version": "1.158.0",
"version": "1.159.0",
"description": "Europeana Portal",
"scripts": {
"analyze": "nuxt build --analyze",
Expand Down Expand Up @@ -60,7 +60,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@europeana/style": "^1.158.0",
"@europeana/style": "^1.159.0",
"@lokalise/node-api": "^8.0.0",
"@vue-a11y/announcer": "^2.1.0",
"css-loader": "^4.2.0",
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.158.0',
'@europeana/portal': '1.159.0',
'@nuxt/core': '2.17.0',
'bootstrap': '4.6.2',
'bootstrap-vue': '2.22.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/style",
"version": "1.158.0",
"version": "1.159.0",
"description": "Europeana website style assets",
"license": "EUPL-1.2",
"main": "scss/style.scss",
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.158.0
sonar.projectVersion=1.159.0
sonar.sources=packages/
sonar.tests=packages/
sonar.test.inclusions=packages/*/tests/**/*.spec.js
Expand Down

0 comments on commit 454b598

Please sign in to comment.