Skip to content

Commit

Permalink
ci(changesets): version packages (#4326)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <[email protected]>
  • Loading branch information
github-actions[bot] and jrgarciadev authored Dec 24, 2024
1 parent f8f6bfe commit 1bf66bc
Show file tree
Hide file tree
Showing 135 changed files with 676 additions and 151 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-boxes-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-files-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-rules-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-teachers-live.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cyan-donkeys-swim.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/famous-avocados-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-ducks-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-doors-rhyme.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-cheetahs-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-kiwis-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-dolls-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-peas-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-dingos-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-jars-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-oranges-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-ducks-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ghosts-search.md

This file was deleted.

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

## 2.2.6

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/divider@2.2.5
- @nextui-org/aria-utils@2.2.6
- @nextui-org/framer-utils@2.1.5
- @nextui-org/react-utils@2.1.2

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.2.5",
"version": "2.2.6",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nextui-org/alert

## 2.2.8

### Patch Changes

- [#4383](https://github.com/nextui-org/nextui/pull/4383) [`e15ef62`](https://github.com/nextui-org/nextui/commit/e15ef62b6ccabc5aef2790c6f97d7457f204be92) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #4382 `hideIconWrapper` property wasn't removing the borded on `Alert` component

- [#4365](https://github.com/nextui-org/nextui/pull/4365) [`5946e90`](https://github.com/nextui-org/nextui/commit/5946e90335c713e361e09927ab459445d707d7e4) Thanks [@wingkwong](https://github.com/wingkwong)! - fix alert slots & variantProps import (#4336)

- [#4354](https://github.com/nextui-org/nextui/pull/4354) [`fa38828`](https://github.com/nextui-org/nextui/commit/fa388283458602cd8e128486323472498a145fa2) Thanks [@wingkwong](https://github.com/wingkwong)! - replace decrepate onClick in Alert

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/button@2.2.8
- @nextui-org/react-utils@2.1.2

## 2.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
"version": "2.2.7",
"version": "2.2.8",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
17 changes: 17 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @nextui-org/autocomplete

## 2.3.8

### Patch Changes

- Updated dependencies [[`b5943db`](https://github.com/nextui-org/nextui/commit/b5943db1fdad3cacba54e10ef828bc24c740f01b), [`9e8a656`](https://github.com/nextui-org/nextui/commit/9e8a656665464152c4d226fa520fc4219eca0a8d), [`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/listbox@2.3.8
- @nextui-org/input@2.4.7
- @nextui-org/shared-utils@2.1.2
- @nextui-org/popover@2.3.8
- @nextui-org/button@2.2.8
- @nextui-org/form@2.1.7
- @nextui-org/scroll-shadow@2.3.4
- @nextui-org/spinner@2.2.5
- @nextui-org/use-aria-button@2.2.4
- @nextui-org/aria-utils@2.2.6
- @nextui-org/react-utils@2.1.2

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.3.7",
"version": "2.3.8",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/avatar

## 2.2.5

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/react-utils@2.1.2

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.2.4",
"version": "2.2.5",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/badge

## 2.2.4

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/react-utils@2.1.2

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/badge",
"version": "2.2.3",
"version": "2.2.4",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/breadcrumbs

## 2.2.5

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/react-utils@2.1.2

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.2.4",
"version": "2.2.5",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/button

## 2.2.8

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/ripple@2.2.6
- @nextui-org/spinner@2.2.5
- @nextui-org/use-aria-button@2.2.4
- @nextui-org/react-utils@2.1.2

## 2.2.7

### 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.2.7",
"version": "2.2.8",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/calendar

## 2.2.8

### Patch Changes

- [#4428](https://github.com/nextui-org/nextui/pull/4428) [`c0e3dab`](https://github.com/nextui-org/nextui/commit/c0e3dab5e8104b4f9335892e850b26359d33b3e8) Thanks [@wingkwong](https://github.com/wingkwong)! - remove unnecessary fragment in calendar (#4358, #4068)

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/button@2.2.8
- @nextui-org/use-aria-button@2.2.4
- @nextui-org/framer-utils@2.1.5
- @nextui-org/react-utils@2.1.2

## 2.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.2.7",
"version": "2.2.8",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/card

## 2.2.8

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/ripple@2.2.6
- @nextui-org/use-aria-button@2.2.4
- @nextui-org/react-utils@2.1.2

## 2.2.7

### 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.2.7",
"version": "2.2.8",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/checkbox

## 2.3.7

### Patch Changes

- [#4334](https://github.com/nextui-org/nextui/pull/4334) [`0b117e5`](https://github.com/nextui-org/nextui/commit/0b117e59b22a485d95054491b5aea4e67d257bff) Thanks [@wingkwong](https://github.com/wingkwong)! - bump `@nextui-org/theme` in peerDependencies

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/form@2.1.7
- @nextui-org/react-utils@2.1.2

## 2.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.3.6",
"version": "2.3.7",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/chip

## 2.2.5

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/react-utils@2.1.2

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "2.2.4",
"version": "2.2.5",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/code

## 2.2.5

### Patch Changes

- Updated dependencies [[`77206bc`](https://github.com/nextui-org/nextui/commit/77206bc62596894d038b9715e40b361fec286c10), [`5f388fc`](https://github.com/nextui-org/nextui/commit/5f388fc68c7db7f852432e73386686d919d44d31), [`76a72a9`](https://github.com/nextui-org/nextui/commit/76a72a9d1c8400d23b3f948670cb6844d9728b2a)]:
- @nextui-org/shared-utils@2.1.2
- @nextui-org/system-rsc@2.3.5
- @nextui-org/react-utils@2.1.2

## 2.2.4

### Patch Changes
Expand Down
Loading

0 comments on commit 1bf66bc

Please sign in to comment.