Skip to content

Commit

Permalink
chore(tabs): publish beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIA-Hans committed Oct 18, 2024
1 parent ad8b5b5 commit 8b7ef15
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"mode": "pre",
"tag": "beta",
"tag": "next",
"initialVersions": {
"@banana-ui/banana": "1.20.1",
"@banana/banana-cli": "0.2.0",
"@banana-ui/react": "1.20.1"
},
"changesets": []
"changesets": ["gorgeous-queens-clean"]
}
11 changes: 11 additions & 0 deletions packages/banana-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @banana/banana-react

## 1.21.0-next.0

### Minor Changes

- add new tab component

### Patch Changes

- Updated dependencies
- @banana-ui/banana@1.21.0-next.0

## 1.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/banana-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banana-ui/react",
"version": "1.20.1",
"version": "1.21.0-next.0",
"description": "React components for Banana UI",
"keywords": [
"web components",
Expand Down
6 changes: 6 additions & 0 deletions packages/banana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# banana-ui

## 1.21.0-next.0

### Minor Changes

- add new tab component

## 1.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/banana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@banana-ui/banana",
"version": "1.20.1",
"version": "1.21.0-next.0",
"description": "An UI library of web components can be used in any framework",
"keywords": [
"web components",
Expand Down

0 comments on commit 8b7ef15

Please sign in to comment.