Skip to content

Commit

Permalink
v1.35.0 version bump (#2619)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <[email protected]>
Co-authored-by: Kashish Mittal <[email protected]>
  • Loading branch information
AndrienkoAleksandr and 04kash authored Feb 4, 2025
1 parent 5c2483c commit b206871
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 765 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage-community/plugin-scaffolder-backend-module-regex': minor
---

Backstage version bump to v1.35.0
2 changes: 1 addition & 1 deletion workspaces/scaffolder-backend-module-regex/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.34.2"
"version": "1.35.0"
}
4 changes: 2 additions & 2 deletions workspaces/scaffolder-backend-module-regex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"directory": "workspaces/scaffolder-backend-module-regex"
},
"devDependencies": {
"@backstage/cli": "^0.29.4",
"@backstage/cli": "^0.29.5",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.12.0",
"@backstage/repo-tools": "^0.12.1",
"@changesets/cli": "^2.27.1",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"knip": "^5.27.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"prettier:fix": "prettier --ignore-unknown --write ."
},
"dependencies": {
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/plugin-scaffolder-node": "^0.6.2",
"@backstage/backend-plugin-api": "^1.1.1",
"@backstage/plugin-scaffolder-node": "^0.6.3",
"yaml": "^2.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@backstage/cli": "^0.29.4",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.17",
"@backstage/cli": "^0.29.5",
"@backstage/plugin-scaffolder-node-test-utils": "^0.1.18",
"@spotify/prettier-config": "^15.0.0",
"prettier": "3.4.2"
},
Expand Down
Loading

0 comments on commit b206871

Please sign in to comment.