Skip to content

Commit

Permalink
chore(repo): fix release versions (#17137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 13, 2024
1 parent 2666b45 commit 0b01c41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/blobstorage": "0.1.0",
"packages/branding": "0.4.0",
"packages/bridge-ui": "4.2.0",
"packages/bridge-ui": "2.9.3",
"packages/docs-site": "1.0.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge-ui",
"version": "4.2.0",
"version": "2.9.3",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
8 changes: 6 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
"packages": {
"packages/blobstorage": {},
"packages/branding": {},
"packages/bridge-ui": {},
"packages/docs-site": {},
"packages/bridge-ui": {
"release-as": "2.10.0"
},
"packages/docs-site": {
"release-as": "1.0.0"
},
"packages/eventindexer": {},
"packages/fork-diff": {},
"packages/guardian-prover-health-check": {},
Expand Down

0 comments on commit 0b01c41

Please sign in to comment.