Skip to content

Commit

Permalink
v1.156.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbiedinger committed Jul 22, 2024
1 parent 3ce1554 commit 590eb58
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.155.1"
"version": "1.156.0"
}
14 changes: 7 additions & 7 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.155.1",
"version": "1.156.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"Leonie Peters <[email protected]>"
],
"dependencies": {
"@europeana/portal": "^1.155.1",
"@europeana/portal": "^1.156.0",
"axios": "^0.21.4",
"chalk": "^2.4.1",
"contentful-cli": "^1.14.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/oembed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/oembed",
"version": "1.150.0",
"version": "1.156.0",
"description": "Europeana oEmbed client & providers",
"license": "EUPL-1.2",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/portal",
"version": "1.155.1",
"version": "1.156.0",
"description": "Europeana Portal",
"scripts": {
"analyze": "nuxt build --analyze",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@elastic/apm-rum-vue": "^1.3.1",
"@europeana/i18n": "^1.150.0",
"@europeana/oembed": "^1.150.0",
"@europeana/oembed": "^1.156.0",
"@europeana/vue-router-query": "^1.150.0",
"@europeana/vue-session": "^1.150.0",
"@europeana/vue-visible-on-scroll": "^1.150.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@europeana/style": "^1.155.1",
"@europeana/style": "^1.156.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.155.1',
'@europeana/portal': '1.156.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.155.1",
"version": "1.156.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.155.1
sonar.projectVersion=1.156.0
sonar.sources=packages/
sonar.tests=packages/
sonar.test.inclusions=packages/*/tests/**/*.spec.js
Expand Down

0 comments on commit 590eb58

Please sign in to comment.