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 Jul 12, 2024
1 parent c1f05ec commit d8f2b15
Show file tree
Hide file tree
Showing 132 changed files with 623 additions and 204 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-ears-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-pianos-run.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilled-worms-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-cherries-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-pugs-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-students-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-emus-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-foxes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-worms-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-panthers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-pumas-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-fishes-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-feet-drive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-avocados-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cameras-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-tomatoes-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-wasps-move.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-forks-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-suns-juggle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-singers-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-falcons-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-berries-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-days-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-planes-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-flowers-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-parents-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-squids-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-dingos-chew.md

This file was deleted.

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

## 2.0.36

### Patch Changes

- [#3419](https://github.com/nextui-org/nextui/pull/3419) [`106752aae`](https://github.com/nextui-org/nextui/commit/106752aaefa4ef8bc7b7b1e97a7edcff13722ff6) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fixed cursor navigation within text (#2152, #3364)

- [#3392](https://github.com/nextui-org/nextui/pull/3392) [`8dce94e5f`](https://github.com/nextui-org/nextui/commit/8dce94e5f03e1ac044bedd05b268b964f37316a7) Thanks [@chirokas](https://github.com/chirokas)! - Pass missing `dividerProps` to Divider (#3390)

- [#3291](https://github.com/nextui-org/nextui/pull/3291) [`e9a6a162e`](https://github.com/nextui-org/nextui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285)

- Updated dependencies [[`60bb09fe6`](https://github.com/nextui-org/nextui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/aria-utils@2.0.22
- @nextui-org/shared-utils@2.0.6
- @nextui-org/divider@2.0.29
- @nextui-org/framer-utils@2.0.22
- @nextui-org/react-utils@2.0.15

## 2.0.35

### 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.0.35",
"version": "2.0.36",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
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.1.3

### Patch Changes

- [#3311](https://github.com/nextui-org/nextui/pull/3311) [`0462dde0a`](https://github.com/nextui-org/nextui/commit/0462dde0a752e5ee5341c372834be5496296a6cc) Thanks [@wingkwong](https://github.com/wingkwong)! - add `disableDialogFocus` to free-solo-popover (#3225, #3124, #3203)

- Updated dependencies [[`60bb09fe6`](https://github.com/nextui-org/nextui/commit/60bb09fe6455475a16225e776348e9acf0537f9b), [`edd48a09c`](https://github.com/nextui-org/nextui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54), [`0462dde0a`](https://github.com/nextui-org/nextui/commit/0462dde0a752e5ee5341c372834be5496296a6cc), [`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49), [`93f178781`](https://github.com/nextui-org/nextui/commit/93f17878154a6351c38c8ef4806b5fb20e4fa217), [`444d320db`](https://github.com/nextui-org/nextui/commit/444d320dbc146399eb937c219ce983d427675425)]:
- @nextui-org/aria-utils@2.0.22
- @nextui-org/input@2.2.3
- @nextui-org/popover@2.1.25
- @nextui-org/shared-utils@2.0.6
- @nextui-org/button@2.0.35
- @nextui-org/listbox@2.1.23
- @nextui-org/scroll-shadow@2.1.18
- @nextui-org/spinner@2.0.31
- @nextui-org/react-utils@2.0.15

## 2.1.2

### 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.1.2",
"version": "2.1.3",
"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
10 changes: 10 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/avatar

## 2.0.31

### Patch Changes

- [#3260](https://github.com/nextui-org/nextui/pull/3260) [`6951b1fba`](https://github.com/nextui-org/nextui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed extra `disableAnimation` prop in `getImageProps` (#3257)

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/react-utils@2.0.15

## 2.0.30

### 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.0.30",
"version": "2.0.31",
"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.0.30

### Patch Changes

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/react-utils@2.0.15

## 2.0.29

### 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.0.29",
"version": "2.0.30",
"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.0.11

### Patch Changes

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/react-utils@2.0.15

## 2.0.10

### 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.0.10",
"version": "2.0.11",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/button

## 2.0.35

### Patch Changes

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/ripple@2.0.31
- @nextui-org/spinner@2.0.31
- @nextui-org/react-utils@2.0.15

## 2.0.34

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

## 2.0.8

### Patch Changes

- [#3358](https://github.com/nextui-org/nextui/pull/3358) [`fd4b7200d`](https://github.com/nextui-org/nextui/commit/fd4b7200dd26eae53ce50e06610b34388e3fdc08) Thanks [@wingkwong](https://github.com/wingkwong)! - disable button picker in calendar if `isDisabled` is true (#3357)

- [#3331](https://github.com/nextui-org/nextui/pull/3331) [`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed incorrect year in `showMonthAndYearPickers` with different locales

- [#3088](https://github.com/nextui-org/nextui/pull/3088) [`134f37184`](https://github.com/nextui-org/nextui/commit/134f371843e90f23c3f1816e8b9df328e21d6827) Thanks [@KumJungMin](https://github.com/KumJungMin)! - fix hours, month clear issue in `showMonthAndYearPickers` mode (#3072).

- [#3416](https://github.com/nextui-org/nextui/pull/3416) [`5652e7bdd`](https://github.com/nextui-org/nextui/commit/5652e7bddc498c7f7420a68c58f207ba4cbe3933) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed calendar clipping issue on zoom (#2978)

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/button@2.0.35
- @nextui-org/framer-utils@2.0.22
- @nextui-org/react-utils@2.0.15

## 2.0.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.0.7",
"version": "2.0.8",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/card

## 2.0.32

### Patch Changes

- Updated dependencies [[`f5d94f96e`](https://github.com/nextui-org/nextui/commit/f5d94f96e4cffed1d4aeef971c89f8d283effd49)]:
- @nextui-org/shared-utils@2.0.6
- @nextui-org/ripple@2.0.31
- @nextui-org/react-utils@2.0.15

## 2.0.31

### 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.31",
"version": "2.0.32",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
Loading

0 comments on commit d8f2b15

Please sign in to comment.