Skip to content

Commit 87f9528

Browse files
authored
Bump framework version 1.35.1 (#126)
Co-authored-by: Florian JUDITH <florian.judith@alithya.com>
1 parent d2e6cc9 commit 87f9528

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

workspaces/changelog/.changeset/kind-beans-deny.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
'@alithya-oss/backstage-plugin-changelog': major
44
---
55

6-
Refreshed the unmaintained 'rcs-labs/backstage-changelog-plugin' to ensure compatibility with the latest Backstage framework versions
6+
Refreshed the unmaintained 'rcs-labs/backstage-changelog-plugin' to ensure compatibility with the Backstage framework version 1.35.x and later.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.35.0"
2+
"version": "1.35.1"
33
}

workspaces/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"directory": "workspaces/changelog"
4040
},
4141
"devDependencies": {
42-
"@backstage/cli": "^0.29.5",
42+
"@backstage/cli": "^0.29.6",
4343
"@backstage/e2e-test-utils": "^0.1.1",
4444
"@backstage/repo-tools": "^0.12.1",
4545
"@changesets/cli": "^2.27.1",

workspaces/changelog/packages/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@alithya-oss/backstage-plugin-changelog": "workspace:^",
2323
"@backstage/app-defaults": "^1.5.16",
2424
"@backstage/catalog-model": "^1.7.3",
25-
"@backstage/cli": "^0.29.5",
25+
"@backstage/cli": "^0.29.6",
2626
"@backstage/core-app-api": "^1.15.4",
2727
"@backstage/core-components": "^0.16.3",
2828
"@backstage/core-plugin-api": "^1.10.3",
@@ -36,10 +36,10 @@
3636
"@backstage/plugin-kubernetes": "^0.12.3",
3737
"@backstage/plugin-org": "^0.6.35",
3838
"@backstage/plugin-permission-react": "^0.4.30",
39-
"@backstage/plugin-scaffolder": "^1.27.4",
39+
"@backstage/plugin-scaffolder": "^1.27.5",
4040
"@backstage/plugin-search": "^1.4.22",
4141
"@backstage/plugin-search-react": "^1.8.5",
42-
"@backstage/plugin-techdocs": "^1.12.1",
42+
"@backstage/plugin-techdocs": "^1.12.2",
4343
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.20",
4444
"@backstage/plugin-techdocs-react": "^1.2.13",
4545
"@backstage/plugin-user-settings": "^0.8.18",

workspaces/changelog/packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"pg": "^8.11.3"
5353
},
5454
"devDependencies": {
55-
"@backstage/cli": "^0.29.5"
55+
"@backstage/cli": "^0.29.6"
5656
},
5757
"files": [
5858
"dist"

workspaces/changelog/plugins/changelog-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@backstage/backend-test-utils": "^1.2.1",
5050
"@backstage/catalog-client": "^1.9.1",
51-
"@backstage/cli": "^0.29.5",
51+
"@backstage/cli": "^0.29.6",
5252
"@types/express": "^4.17.6",
5353
"@types/supertest": "^2.0.12",
5454
"msw": "^1.0.0",

workspaces/changelog/plugins/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"react-router-dom": "^6.18.0"
5151
},
5252
"devDependencies": {
53-
"@backstage/cli": "^0.29.5",
53+
"@backstage/cli": "^0.29.6",
5454
"@backstage/core-app-api": "^1.15.4",
5555
"@backstage/dev-utils": "^1.1.6",
5656
"@backstage/test-utils": "^1.7.4",

workspaces/changelog/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ __metadata:
2121
"@backstage/backend-test-utils": "npm:^1.2.1"
2222
"@backstage/catalog-client": "npm:^1.9.1"
2323
"@backstage/catalog-model": "npm:^1.7.3"
24-
"@backstage/cli": "npm:^0.29.5"
24+
"@backstage/cli": "npm:^0.29.6"
2525
"@backstage/config": "npm:^1.3.2"
2626
"@backstage/errors": "npm:^1.2.7"
2727
"@types/express": "npm:^4.17.6"
@@ -41,7 +41,7 @@ __metadata:
4141
resolution: "@alithya-oss/backstage-plugin-changelog@workspace:plugins/changelog"
4242
dependencies:
4343
"@backstage/catalog-model": "npm:^1.7.3"
44-
"@backstage/cli": "npm:^0.29.5"
44+
"@backstage/cli": "npm:^0.29.6"
4545
"@backstage/core-app-api": "npm:^1.15.4"
4646
"@backstage/core-components": "npm:^0.16.3"
4747
"@backstage/core-plugin-api": "npm:^1.10.3"
@@ -3162,7 +3162,7 @@ __metadata:
31623162
languageName: node
31633163
linkType: hard
31643164

3165-
"@backstage/cli@npm:^0.29.5":
3165+
"@backstage/cli@npm:^0.29.6":
31663166
version: 0.29.6
31673167
resolution: "@backstage/cli@npm:0.29.6"
31683168
dependencies:
@@ -4959,7 +4959,7 @@ __metadata:
49594959
languageName: node
49604960
linkType: hard
49614961

4962-
"@backstage/plugin-scaffolder@npm:^1.27.4":
4962+
"@backstage/plugin-scaffolder@npm:^1.27.5":
49634963
version: 1.27.5
49644964
resolution: "@backstage/plugin-scaffolder@npm:1.27.5"
49654965
dependencies:
@@ -5334,7 +5334,7 @@ __metadata:
53345334
languageName: node
53355335
linkType: hard
53365336

5337-
"@backstage/plugin-techdocs@npm:^1.12.1":
5337+
"@backstage/plugin-techdocs@npm:^1.12.2":
53385338
version: 1.12.2
53395339
resolution: "@backstage/plugin-techdocs@npm:1.12.2"
53405340
dependencies:
@@ -7214,7 +7214,7 @@ __metadata:
72147214
version: 0.0.0-use.local
72157215
resolution: "@internal/changelog@workspace:."
72167216
dependencies:
7217-
"@backstage/cli": "npm:^0.29.5"
7217+
"@backstage/cli": "npm:^0.29.6"
72187218
"@backstage/e2e-test-utils": "npm:^0.1.1"
72197219
"@backstage/repo-tools": "npm:^0.12.1"
72207220
"@changesets/cli": "npm:^2.27.1"
@@ -14603,7 +14603,7 @@ __metadata:
1460314603
"@alithya-oss/backstage-plugin-changelog": "workspace:^"
1460414604
"@backstage/app-defaults": "npm:^1.5.16"
1460514605
"@backstage/catalog-model": "npm:^1.7.3"
14606-
"@backstage/cli": "npm:^0.29.5"
14606+
"@backstage/cli": "npm:^0.29.6"
1460714607
"@backstage/core-app-api": "npm:^1.15.4"
1460814608
"@backstage/core-components": "npm:^0.16.3"
1460914609
"@backstage/core-plugin-api": "npm:^1.10.3"
@@ -14617,10 +14617,10 @@ __metadata:
1461714617
"@backstage/plugin-kubernetes": "npm:^0.12.3"
1461814618
"@backstage/plugin-org": "npm:^0.6.35"
1461914619
"@backstage/plugin-permission-react": "npm:^0.4.30"
14620-
"@backstage/plugin-scaffolder": "npm:^1.27.4"
14620+
"@backstage/plugin-scaffolder": "npm:^1.27.5"
1462114621
"@backstage/plugin-search": "npm:^1.4.22"
1462214622
"@backstage/plugin-search-react": "npm:^1.8.5"
14623-
"@backstage/plugin-techdocs": "npm:^1.12.1"
14623+
"@backstage/plugin-techdocs": "npm:^1.12.2"
1462414624
"@backstage/plugin-techdocs-module-addons-contrib": "npm:^1.1.20"
1462514625
"@backstage/plugin-techdocs-react": "npm:^1.2.13"
1462614626
"@backstage/plugin-user-settings": "npm:^0.8.18"
@@ -15267,7 +15267,7 @@ __metadata:
1526715267
dependencies:
1526815268
"@alithya-oss/backstage-plugin-changelog-backend": "workspace:^"
1526915269
"@backstage/backend-defaults": "npm:^0.7.0"
15270-
"@backstage/cli": "npm:^0.29.5"
15270+
"@backstage/cli": "npm:^0.29.6"
1527115271
"@backstage/config": "npm:^1.3.2"
1527215272
"@backstage/plugin-app-backend": "npm:^0.4.4"
1527315273
"@backstage/plugin-auth-backend": "npm:^0.24.2"

0 commit comments

Comments
 (0)