Skip to content

Commit

Permalink
Merge pull request #772 from backstage/topic/v1.34.0-next.2
Browse files Browse the repository at this point in the history
v1.34.0-next.2 version bump
  • Loading branch information
awanlin authored Dec 11, 2024
2 parents 3a4e81f + e9b404d commit 0a3e9e6
Show file tree
Hide file tree
Showing 5 changed files with 1,166 additions and 1,038 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ nodeLinker: node-modules
plugins:
- checksum: 11dfd309345f75c4a3cc224b0a76d11d501f3ecce75084f94da5191429daf43c223eefc35490e67a8e18c5f9f5fe3c53d462fba5ff374b846edd1a84ed10b181
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/tags/next/yarn-plugin'
spec: 'https://versions.backstage.io/v1/releases/1.34.0-next.2/yarn-plugin'

yarnPath: .yarn/releases/yarn-4.5.0.cjs
4 changes: 0 additions & 4 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ techdocs:
sanitizer:
allowedIframeHosts:
- www.youtube.com
# TODO(awanlin) removed when this get fixed
# https://github.com/backstage/backstage/issues/27319
allowedCustomElementTagNameRegExp: '-'
allowedCustomElementAttributeNameRegExp: '-'
builder: 'external'
generator:
runIn: 'local'
Expand Down
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.34.0-next.1"
"version": "1.34.0-next.2"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@opentelemetry/api": "1.9.0"
"@types/react-dom": "^18"
},
"devDependencies": {
"@backstage/cli": "backstage:^",
Expand Down
Loading

0 comments on commit 0a3e9e6

Please sign in to comment.