Skip to content

Commit 5eecb19

Browse files
v1.41.1 version bump (#4671)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9073d3b commit 5eecb19

File tree

5 files changed

+240
-235
lines changed

5 files changed

+240
-235
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-entity-validation': minor
3+
---
4+
5+
Backstage version bump to v1.41.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.40.2"
2+
"version": "1.41.1"
33
}

workspaces/entity-validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"directory": "workspaces/entity-validation"
3636
},
3737
"devDependencies": {
38-
"@backstage/cli": "^0.33.0",
38+
"@backstage/cli": "^0.33.1",
3939
"@backstage/e2e-test-utils": "^0.1.1",
40-
"@backstage/repo-tools": "^0.14.0",
40+
"@backstage/repo-tools": "^0.15.0",
4141
"@changesets/cli": "^2.27.1",
4242
"knip": "^5.27.4",
4343
"node-gyp": "^10.0.0",

workspaces/entity-validation/plugins/entity-validation/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"test": "backstage-cli package test"
3737
},
3838
"dependencies": {
39-
"@backstage/catalog-client": "^1.10.1",
40-
"@backstage/catalog-model": "^1.7.4",
41-
"@backstage/core-components": "^0.17.3",
42-
"@backstage/core-plugin-api": "^1.10.8",
39+
"@backstage/catalog-client": "^1.10.2",
40+
"@backstage/catalog-model": "^1.7.5",
41+
"@backstage/core-components": "^0.17.4",
42+
"@backstage/core-plugin-api": "^1.10.9",
4343
"@backstage/errors": "^1.2.7",
44-
"@backstage/plugin-catalog-common": "^1.1.4",
45-
"@backstage/plugin-catalog-react": "^1.19.0",
44+
"@backstage/plugin-catalog-common": "^1.1.5",
45+
"@backstage/plugin-catalog-react": "^1.19.1",
4646
"@codemirror/language": "^6.0.0",
4747
"@codemirror/legacy-modes": "^6.1.0",
4848
"@codemirror/view": "^6.0.0",
@@ -57,9 +57,9 @@
5757
"yaml": "^2.0.0"
5858
},
5959
"devDependencies": {
60-
"@backstage/cli": "^0.33.0",
61-
"@backstage/dev-utils": "^1.1.11",
62-
"@backstage/test-utils": "^1.7.9",
60+
"@backstage/cli": "^0.33.1",
61+
"@backstage/dev-utils": "^1.1.12",
62+
"@backstage/test-utils": "^1.7.10",
6363
"@testing-library/dom": "^10.0.0",
6464
"@testing-library/jest-dom": "^6.0.0",
6565
"@testing-library/react": "^15.0.0",

0 commit comments

Comments
 (0)