diff --git a/ui/package.json b/ui/package.json index 9f03dd1c9..d58d7ad45 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/apicurio-studio", "private": true, - "version": "1.1.0-Dev", + "version": "1.1.0", "type": "module", "scripts": { "postinstall": "npm install --prefix ./ui-app && npm install --prefix ./ui-editors", diff --git a/ui/tests/package-lock.json b/ui/tests/package-lock.json index b4f01a3ca..a0fdd97ae 100644 --- a/ui/tests/package-lock.json +++ b/ui/tests/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apicurio/studio-ui-tests", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apicurio/studio-ui-tests", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "devDependencies": { "@apicurio/eslint-config": "0.3.0", diff --git a/ui/tests/package.json b/ui/tests/package.json index c936e1043..e0a997c3e 100644 --- a/ui/tests/package.json +++ b/ui/tests/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/studio-ui-tests", - "version": "1.1.0-Dev", + "version": "1.1.0", "description": "UI tests (playwright) for Apicurio Studio UI", "repository": "https://github.com/Apicurio/apicurio-studio.git", "main": "index.js", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 1f0672a06..b2f2aa4c9 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -1,7 +1,7 @@ { "name": "@apicurio/apicurio-studio-ui", "private": true, - "version": "1.1.0-Dev", + "version": "1.1.0", "type": "module", "license": "Apache-2.0", "repository": "https://github.com/Apicurio/apicurio-studio.git", diff --git a/ui/ui-editors/package.json b/ui/ui-editors/package.json index f44e2825a..a6e05baac 100644 --- a/ui/ui-editors/package.json +++ b/ui/ui-editors/package.json @@ -1,6 +1,6 @@ { "name": "@apicurio/apicurio-studio-editors", - "version": "1.1.0-Dev", + "version": "1.1.0", "scripts": { "clean": "rimraf dist", "dev": "ng serve --port 9011",