Skip to content

Commit

Permalink
Merge pull request #172 from FriedRiceNoodles/feat/tabs
Browse files Browse the repository at this point in the history
chore(tab): tab slot add slotchange event
  • Loading branch information
ZIA-Hans authored Oct 31, 2024
2 parents b47f04b + 3f038cc commit d3d4319
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@banana/banana-cli": "0.2.0",
"@banana-ui/react": "1.20.1"
},
"changesets": ["orange-mugs-cross"]
"changesets": ["odd-lizards-search", "slimy-radios-lick"]
}
10 changes: 10 additions & 0 deletions packages/banana-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @banana/banana-react

## 1.21.0-next.3

### Patch Changes

- ba14a43: Make the closing behavior of the overlay controllable.
- tab slot add slot-change event
- Updated dependencies [ba14a43]
- Updated dependencies
- @banana-ui/banana@1.21.0-next.3

## 1.21.0-next.2

### 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.21.0-next.2",
"version": "1.21.0-next.3",
"description": "React components for Banana UI",
"keywords": [
"web components",
Expand Down
7 changes: 7 additions & 0 deletions packages/banana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# banana-ui

## 1.21.0-next.3

### Patch Changes

- ba14a43: Make the closing behavior of the overlay controllable.
- tab slot add slot-change event

## 1.21.0-next.2

### 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.21.0-next.2",
"version": "1.21.0-next.3",
"description": "An UI library of web components can be used in any framework",
"keywords": [
"web components",
Expand Down

0 comments on commit d3d4319

Please sign in to comment.