Skip to content

Commit

Permalink
ci(changesets): version packages (#2029)
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 Mar 3, 2024
1 parent a030680 commit 3a0f2c5
Show file tree
Hide file tree
Showing 56 changed files with 217 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-cups-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-phones-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-panthers-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-panthers-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-shirts-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-gorillas-dress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-weeks-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-ladybugs-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-waves-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-ravens-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-mice-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-bears-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-ties-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-onions-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-guests-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-moons-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-lobsters-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-snails-sing.md

This file was deleted.

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

## 2.0.10

### Patch Changes

- [#2375](https://github.com/nextui-org/nextui/pull/2375) [`e12f3faa8`](https://github.com/nextui-org/nextui/commit/e12f3faa81f804c22adfce8fd7458d68447a408b) Thanks [@kuri-sun](https://github.com/kuri-sun)! - autocomplete, tabIndex is not passed on input

- Updated dependencies [[`e4ba43b4e`](https://github.com/nextui-org/nextui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e), [`0ba165f0f`](https://github.com/nextui-org/nextui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890), [`436ba1cd8`](https://github.com/nextui-org/nextui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff), [`e6f36281c`](https://github.com/nextui-org/nextui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c), [`0b5cde7bc`](https://github.com/nextui-org/nextui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/nextui-org/nextui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/nextui-org/nextui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]:
- @nextui-org/input@2.1.17
- @nextui-org/spinner@2.0.25
- @nextui-org/popover@2.1.15
- @nextui-org/button@2.0.27
- @nextui-org/listbox@2.1.16
- @nextui-org/scroll-shadow@2.1.13

## 2.0.9

### 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.0.9",
"version": "2.0.10",
"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/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/button

## 2.0.27

### Patch Changes

- Updated dependencies [[`0b5cde7bc`](https://github.com/nextui-org/nextui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595)]:
- @nextui-org/spinner@2.0.25
- @nextui-org/ripple@2.0.24

## 2.0.26

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

## 2.1.17

### Patch Changes

- [#2435](https://github.com/nextui-org/nextui/pull/2435) [`9b27da544`](https://github.com/nextui-org/nextui/commit/9b27da544e950cdb2bccd2d1a57ead772fd10dc1) Thanks [@kuri-sun](https://github.com/kuri-sun)! - Fixed the bug: isDisabled does not disable dropdown

- Updated dependencies [[`a235e324b`](https://github.com/nextui-org/nextui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/nextui-org/nextui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]:
- @nextui-org/popover@2.1.15
- @nextui-org/menu@2.0.17

## 2.1.16

### 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.16",
"version": "2.1.17",
"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/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/input

## 2.1.17

### Patch Changes

- [#2371](https://github.com/nextui-org/nextui/pull/2371) [`e4ba43b4e`](https://github.com/nextui-org/nextui/commit/e4ba43b4e39203566614ac0aa58e844e9421c86e) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed input label overlapping issue (#2255)

- [#2028](https://github.com/nextui-org/nextui/pull/2028) [`0ba165f0f`](https://github.com/nextui-org/nextui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components.

- [#2031](https://github.com/nextui-org/nextui/pull/2031) [`436ba1cd8`](https://github.com/nextui-org/nextui/commit/436ba1cd8412dc044651ab38ff2ed770f35377ff) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1984 input clearable feature fixed

- [#2274](https://github.com/nextui-org/nextui/pull/2274) [`e6f36281c`](https://github.com/nextui-org/nextui/commit/e6f36281cb8bcf6784c2fee47860f618dea9346c) Thanks [@Prakash7895](https://github.com/Prakash7895)! - Fix #2268, when using a number input and with a 0 for the initial value, the label (default or labelPlacement='inside') does not animate to the correct position. Even when the user is setting the value to 0, the label does not alter its state unless a number other than 0 is inputted.

## 2.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.1.16",
"version": "2.1.17",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/modal

## 2.0.29

### Patch Changes

- [#2426](https://github.com/nextui-org/nextui/pull/2426) [`fa27bccb3`](https://github.com/nextui-org/nextui/commit/fa27bccb37060cbf6a13a89f9e7b02f713c3cd43) Thanks [@markwilson](https://github.com/markwilson)! - Fix typo in CSS variable accessor for modal transition

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.28",
"version": "2.0.29",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/pagination

## 2.0.27

### Patch Changes

- [#2393](https://github.com/nextui-org/nextui/pull/2393) [`dec7d411b`](https://github.com/nextui-org/nextui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed inversed RTL pagination arrows (#2292)

- Updated dependencies [[`dec7d411b`](https://github.com/nextui-org/nextui/commit/dec7d411b5c9cf1ddb9d74bf8ac897f306017835)]:
- @nextui-org/use-pagination@2.0.5

## 2.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.0.26",
"version": "2.0.27",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/popover

## 2.1.15

### Patch Changes

- [#2390](https://github.com/nextui-org/nextui/pull/2390) [`a235e324b`](https://github.com/nextui-org/nextui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633) Thanks [@u3u](https://github.com/u3u)! - Add `updatePositionDeps` prop to popover component

- [#2032](https://github.com/nextui-org/nextui/pull/2032) [`01aedcf09`](https://github.com/nextui-org/nextui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #2025 isDismissable prop passed to the aria-popover hook.

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

## 2.1.14

### 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.14",
"version": "2.1.15",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/progress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/progress

## 2.0.25

### Patch Changes

- [#2410](https://github.com/nextui-org/nextui/pull/2410) [`0ce10269c`](https://github.com/nextui-org/nextui/commit/0ce10269c2eb5b89cdee13e493bc9e2e0b430be9) Thanks [@wingkwong](https://github.com/wingkwong)! - fix incorrect strokeWidth in circular progress (#1790)

## 2.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/progress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/progress",
"version": "2.0.24",
"version": "2.0.25",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"keywords": [
"progress"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/scroll-shadow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/scroll-shadow

## 2.1.13

### Patch Changes

- Updated dependencies [[`5be104f72`](https://github.com/nextui-org/nextui/commit/5be104f72d717968f253c4bedb2abe323f083c72)]:
- @nextui-org/use-data-scroll-overflow@2.1.3

## 2.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/scroll-shadow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/scroll-shadow",
"version": "2.1.12",
"version": "2.1.13",
"description": "A component that applies top and bottom shadows when content overflows on scroll.",
"keywords": [
"scroll-shadow"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/select

## 2.1.21

### Patch Changes

- [#2028](https://github.com/nextui-org/nextui/pull/2028) [`0ba165f0f`](https://github.com/nextui-org/nextui/commit/0ba165f0fd2257f5b8302b32a9f5eb1ecde8d890) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1979 labelPlacement is outside when not having a label for input, autocomplete and select components.

- Updated dependencies [[`d8b0ef528`](https://github.com/nextui-org/nextui/commit/d8b0ef528b341b25c2032fdc4530956d1d15a5ba), [`0b5cde7bc`](https://github.com/nextui-org/nextui/commit/0b5cde7bc4fc71231eb117f44052db2efdbdc595), [`a235e324b`](https://github.com/nextui-org/nextui/commit/a235e324b9ee0c7d4f6af23b086860ac112ff633), [`01aedcf09`](https://github.com/nextui-org/nextui/commit/01aedcf09b63daafef9ff5e0465040c0c91c809e)]:
- @nextui-org/use-aria-multiselect@2.1.4
- @nextui-org/spinner@2.0.25
- @nextui-org/popover@2.1.15
- @nextui-org/listbox@2.1.16
- @nextui-org/scroll-shadow@2.1.13

## 2.1.20

### 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.20",
"version": "2.1.21",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/slider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/slider

## 2.2.6

### Patch Changes

- Updated dependencies [[`bea1e1fde`](https://github.com/nextui-org/nextui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]:
- @nextui-org/tooltip@2.0.30

## 2.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/slider",
"version": "2.2.5",
"version": "2.2.6",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"
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.31

### Patch Changes

- Updated dependencies [[`bea1e1fde`](https://github.com/nextui-org/nextui/commit/bea1e1fde8358d03a16bb6a9e517de724b5d95e4)]:
- @nextui-org/tooltip@2.0.30
- @nextui-org/button@2.0.27

## 2.0.30

### 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.30",
"version": "2.0.31",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
Loading

0 comments on commit 3a0f2c5

Please sign in to comment.