Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating plugin versions after prealpha test #17

Merged
merged 8 commits into from
May 17, 2024
Merged
4 changes: 2 additions & 2 deletions plugins/dai-release-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digital-ai/plugin-dai-release-backend",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@backstage/plugin-permission-common": "^0.7.12",
"@backstage/plugin-permission-node": "^0.7.24",
"@digital-ai/plugin-dai-deploy-common": "^0.1.0",
"@digital-ai/plugin-dai-release-common": "^0.1.0",
"@digital-ai/plugin-dai-release-common": "0.1.1-alpha.0",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dai-release-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@digital-ai/plugin-dai-release-common",
"description": "Common functionalities for the dai-release plugin",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/dai-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digital-ai/plugin-dai-release",
"version": "0.1.0",
"version": "0.1.1-alpha.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@backstage/errors": "^1.2.3",
"@backstage/plugin-permission-react": "^0.4.20",
"@backstage/theme": "^0.4.2",
"@digital-ai/plugin-dai-release-common": "^0.1.0",
"@digital-ai/plugin-dai-release-common": "0.1.1-alpha.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.2",
Expand Down
Loading