Skip to content

Commit 09f302e

Browse files
v1.39.0 version bump (#4098)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ea224c commit 09f302e

File tree

5 files changed

+275
-221
lines changed

5 files changed

+275
-221
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@backstage-community/plugin-shortcuts': minor
3+
---
4+
5+
Backstage version bump to v1.39.0

workspaces/shortcuts/backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.38.1"
2+
"version": "1.39.0"
33
}

workspaces/shortcuts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"directory": "workspaces/shortcuts"
3535
},
3636
"devDependencies": {
37-
"@backstage/cli": "^0.32.0",
37+
"@backstage/cli": "^0.32.1",
3838
"@backstage/e2e-test-utils": "^0.1.1",
39-
"@backstage/repo-tools": "^0.13.2",
39+
"@backstage/repo-tools": "^0.13.3",
4040
"@changesets/cli": "^2.27.1",
4141
"knip": "^5.27.4",
4242
"node-gyp": "^10.0.0",

workspaces/shortcuts/plugins/shortcuts/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"test": "backstage-cli package test"
3838
},
3939
"dependencies": {
40-
"@backstage/core-components": "^0.17.1",
41-
"@backstage/core-plugin-api": "^1.10.6",
42-
"@backstage/theme": "^0.6.5",
40+
"@backstage/core-components": "^0.17.2",
41+
"@backstage/core-plugin-api": "^1.10.7",
42+
"@backstage/theme": "^0.6.6",
4343
"@backstage/types": "^1.2.1",
4444
"@material-ui/core": "^4.12.2",
4545
"@material-ui/icons": "^4.9.1",
@@ -50,9 +50,9 @@
5050
"zen-observable": "^0.10.0"
5151
},
5252
"devDependencies": {
53-
"@backstage/cli": "^0.32.0",
54-
"@backstage/dev-utils": "^1.1.9",
55-
"@backstage/test-utils": "^1.7.7",
53+
"@backstage/cli": "^0.32.1",
54+
"@backstage/dev-utils": "^1.1.10",
55+
"@backstage/test-utils": "^1.7.8",
5656
"@testing-library/dom": "^10.0.0",
5757
"@testing-library/jest-dom": "^6.0.0",
5858
"@testing-library/react": "^15.0.0",

0 commit comments

Comments
 (0)