Skip to content

Commit

Permalink
Updating plugin versions after prealpha test (#17)
Browse files Browse the repository at this point in the history
* Update dai-release-common-push.yaml

* pre-alpha test commit (#15)

* pre-alpha commits (#16)

* pre-alpha test commit

* Test commits on all plugins

* CI: bumps version to dai-release-common/v0.1.1-alpha.0 [skip ci]

* chore: update dependencies

* CI: bumps version to dai-release-backend/v0.1.1-alpha.0 [skip ci]

* CI: bumps version to dai-release/v0.1.1-alpha.0 [skip ci]

* Reverting test commits

---------

Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
Co-authored-by: GitHub Actions <>
  • Loading branch information
nelson-digi and Automated Version Bump authored May 17, 2024
1 parent 020f274 commit ba1d4e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit ba1d4e6

Please sign in to comment.