Skip to content

Commit

Permalink
Merge pull request #55 from bnb-chain/tron/npm_version
Browse files Browse the repository at this point in the history
feat: Publish npm version
  • Loading branch information
wenty22 authored Oct 24, 2024
2 parents e543b26 + 8908e36 commit 26de226
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
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.2.0",
"@bnb-chain/canonical-bridge-widget": "0.2.0"
},
"changesets": [
"real-ways-try"
]
}
5 changes: 5 additions & 0 deletions .release/.changeset/real-ways-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bnb-chain/canonical-bridge-widget": patch
---

Fix input styling
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.2.1-alpha.0

### Patch Changes

- Fix input styling

## 0.2.0

### Minor 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.2.0",
"version": "0.2.1-alpha.0",
"description": "canonical bridge widget",
"author": "bnb-chain",
"private": false,
Expand Down

0 comments on commit 26de226

Please sign in to comment.