Skip to content

Commit

Permalink
feat: Release new alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Oct 23, 2024
1 parent 101199d commit 36beeb4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ common/autoinstallers/*/.npmrc
.env*.local

.pnpm-store
.release/.npmrc
11 changes: 11 additions & 0 deletions .release/.changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@bnb-chain/canonical-bridge-sdk": "0.1.2",
"@bnb-chain/canonical-bridge-widget": "0.1.2"
},
"changesets": [
"big-spoons-clean"
]
}
6 changes: 6 additions & 0 deletions packages/canonical-bridge-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bnb-chain/canonical-bridge-widget

## 0.1.3-alpha.0

### Patch Changes

- 101199d: Some ui updates & Header chain switch update

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/canonical-bridge-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/canonical-bridge-widget",
"version": "0.1.2",
"version": "0.1.3-alpha.0",
"description": "canonical bridge widget",
"author": "bnb-chain",
"private": false,
Expand Down

0 comments on commit 36beeb4

Please sign in to comment.