Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Jan 8, 2025
1 parent 7e3d02a commit c62b059
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 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.161.0"
"version": "2.0.0"
}
30 changes: 15 additions & 15 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.161.0",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"Leonie Peters <[email protected]>"
],
"dependencies": {
"@europeana/portal": "^1.161.0",
"@europeana/portal": "^2.0.0",
"axios": "^0.21.4",
"chalk": "^2.4.1",
"contentful-cli": "^1.14.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/i18n",
"version": "1.150.0",
"version": "2.0.0",
"description": "Europeana i18n",
"license": "EUPL-1.2",
"type": "module",
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.156.0",
"version": "2.0.0",
"description": "Europeana oEmbed client & providers",
"license": "EUPL-1.2",
"type": "module",
Expand Down
14 changes: 7 additions & 7 deletions packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/portal",
"version": "1.161.0",
"version": "2.0.0",
"description": "Europeana Portal",
"scripts": {
"analyze": "nuxt build --analyze",
Expand All @@ -15,11 +15,11 @@
},
"dependencies": {
"@elastic/apm-rum-vue": "^1.3.1",
"@europeana/i18n": "^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",
"@europeana/i18n": "^2.0.0",
"@europeana/oembed": "^2.0.0",
"@europeana/vue-router-query": "^2.0.0",
"@europeana/vue-session": "^2.0.0",
"@europeana/vue-visible-on-scroll": "^2.0.0",
"@nuxt/cli": "2.17.0",
"@nuxt/core": "2.17.0",
"@nuxt/vue-app": "2.17.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@europeana/style": "^1.161.0",
"@europeana/style": "^2.0.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.161.0',
'@europeana/portal': '2.0.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.161.0",
"version": "2.0.0",
"description": "Europeana website style assets",
"license": "EUPL-1.2",
"main": "scss/style.scss",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-router-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/vue-router-query",
"version": "1.150.0",
"version": "2.0.0",
"description": "Vue Router query",
"license": "EUPL-1.2",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/vue-session",
"version": "1.150.0",
"version": "2.0.0",
"description": "Vue session",
"license": "EUPL-1.2",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-visible-on-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@europeana/vue-visible-on-scroll",
"version": "1.150.0",
"version": "2.0.0",
"description": "Vue visible-on-scroll directive",
"license": "EUPL-1.2",
"type": "module",
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.161.0
sonar.projectVersion=2.0.0
sonar.sources=packages/
sonar.tests=packages/
sonar.test.inclusions=packages/*/tests/**/*.spec.js
Expand Down

0 comments on commit c62b059

Please sign in to comment.