Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Sep 23, 2023
1 parent c9c5564 commit e0f3136
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .changeset/dry-teachers-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-otters-laugh.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/smooth-mugs-cheer.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/components/navbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/navbar

## 3.0.0

### Major Changes

- [#1655](https://github.com/nextui-org/nextui/pull/1655) [`c9c5564c5`](https://github.com/nextui-org/nextui/commit/c9c5564c58b4dea692e744f0ae9409666e84d894) Thanks [@anshmourya](https://github.com/anshmourya)! - fix:Ensure Navbar Icons Update Correctly #1648

When a function is provided to the Navbar to replace the icons, only the initial icon is applied. It seems the use of useMemo(...) prevents the function from getting executed again, since isMenuOpen is not included in the dependency array.

This commit includes changes to address these problems and ensure that Navbar icons and slot classes update as expected.

Issue resolved.

## 2.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/navbar",
"version": "2.0.22",
"version": "3.0.0",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/radio

## 2.0.23

### Patch Changes

- [#1668](https://github.com/nextui-org/nextui/pull/1668) [`d79808dbe`](https://github.com/nextui-org/nextui/commit/d79808dbe163362fecbfb650906009d0fb6be74a) Thanks [@bobbychan](https://github.com/bobbychan)! - fix: when radio is selected in invalid state, the border of the radio controller should be danger color

## 2.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.0.22",
"version": "2.0.23",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/react

## 2.1.14

### Patch Changes

- Updated dependencies [[`d79808dbe`](https://github.com/nextui-org/nextui/commit/d79808dbe163362fecbfb650906009d0fb6be74a), [`c9c5564c5`](https://github.com/nextui-org/nextui/commit/c9c5564c58b4dea692e744f0ae9409666e84d894)]:
- @nextui-org/radio@2.0.23
- @nextui-org/navbar@3.0.0

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.1.13",
"version": "2.1.14",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <[email protected]>",
"homepage": "https://nextui.org",
Expand Down

0 comments on commit e0f3136

Please sign in to comment.