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 9d4c7ed commit 055417a
Show file tree
Hide file tree
Showing 24 changed files with 98 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-monkeys-notice.md

This file was deleted.

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.

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

## 2.0.22

### Patch Changes

- Updated dependencies [[`9d4c7ed9c`](https://github.com/nextui-org/nextui/commit/9d4c7ed9cf46df182437089e746e255b4b22bd42)]:
- @nextui-org/ripple@2.0.22

## 2.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.0.21",
"version": "2.0.22",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/card

## 2.0.22

### Patch Changes

- Updated dependencies [[`9d4c7ed9c`](https://github.com/nextui-org/nextui/commit/9d4c7ed9cf46df182437089e746e255b4b22bd42)]:
- @nextui-org/ripple@2.0.22

## 2.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.0.21",
"version": "2.0.22",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/dropdown

## 2.1.11

### Patch Changes

- Updated dependencies []:
- @nextui-org/popover@2.1.10

## 2.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.1.10",
"version": "2.1.11",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
Expand Down
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
7 changes: 7 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/popover

## 2.1.10

### Patch Changes

- Updated dependencies []:
- @nextui-org/button@2.0.22

## 2.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.1.9",
"version": "2.1.10",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
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
6 changes: 6 additions & 0 deletions packages/components/ripple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/ripple

## 2.0.22

### Patch Changes

- [#1681](https://github.com/nextui-org/nextui/pull/1681) [`9d4c7ed9c`](https://github.com/nextui-org/nextui/commit/9d4c7ed9cf46df182437089e746e255b4b22bd42) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1656 clear ripples on animation complete

## 2.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/ripple",
"version": "2.0.21",
"version": "2.0.22",
"description": "A simple implementation to display a ripple animation when the source component is clicked",
"keywords": [
"ripple"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/select

## 2.1.12

### Patch Changes

- Updated dependencies []:
- @nextui-org/popover@2.1.10

## 2.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.1.11",
"version": "2.1.12",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/snippet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/snippet

## 2.0.26

### Patch Changes

- Updated dependencies []:
- @nextui-org/button@2.0.22
- @nextui-org/tooltip@2.0.24

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.0.25",
"version": "2.0.26",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
21 changes: 21 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @nextui-org/react

## 2.1.14

### Patch Changes

- Updated dependencies [[`9d4c7ed9c`](https://github.com/nextui-org/nextui/commit/9d4c7ed9cf46df182437089e746e255b4b22bd42), [`d79808dbe`](https://github.com/nextui-org/nextui/commit/d79808dbe163362fecbfb650906009d0fb6be74a), [`c9c5564c5`](https://github.com/nextui-org/nextui/commit/c9c5564c58b4dea692e744f0ae9409666e84d894)]:
- @nextui-org/ripple@2.0.22
- @nextui-org/radio@2.0.23
- @nextui-org/navbar@3.0.0
- @nextui-org/button@2.0.22
- @nextui-org/card@2.0.22
- @nextui-org/accordion@2.0.23
- @nextui-org/dropdown@2.1.11
- @nextui-org/modal@2.0.23
- @nextui-org/popover@2.1.10
- @nextui-org/snippet@2.0.26
- @nextui-org/table@2.0.23
- @nextui-org/tabs@2.0.21
- @nextui-org/tooltip@2.0.24
- @nextui-org/progress@2.0.21
- @nextui-org/select@2.1.12

## 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 055417a

Please sign in to comment.