Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): 📦 version packages #3755

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/fair-worms-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-panthers-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-ads-mix.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/silly-rockets-fly.md

This file was deleted.

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

## 2.0.40

### Patch Changes

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/aria-utils@2.0.26
- @nextui-org/divider@2.0.32

## 2.0.39

### 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.39",
"version": "2.0.40",
"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/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nextui-org/autocomplete

## 2.1.7

### Patch Changes

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/popover@2.1.29
- @nextui-org/aria-utils@2.0.26
- @nextui-org/button@2.0.38
- @nextui-org/input@2.2.5
- @nextui-org/listbox@2.1.27
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34

## 2.1.6

### 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.6",
"version": "2.1.7",
"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
13 changes: 13 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/date-picker

## 2.1.8

### Patch Changes

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/popover@2.1.29
- @nextui-org/aria-utils@2.0.26
- @nextui-org/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/date-input@2.1.4

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.1.7",
"version": "2.1.8",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/dropdown

## 2.1.31

### Patch Changes

- [#3762](https://github.com/nextui-org/nextui/pull/3762) [`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08) Thanks [@wingkwong](https://github.com/wingkwong)! - fixed `_a2.find` is not a function (#3761)

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/popover@2.1.29
- @nextui-org/aria-utils@2.0.26
- @nextui-org/menu@2.0.30

## 2.1.30

### 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.30",
"version": "2.1.31",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/listbox

## 2.1.27

### Patch Changes

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/aria-utils@2.0.26
- @nextui-org/divider@2.0.32

## 2.1.26

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

## 2.0.30

### Patch Changes

- Updated dependencies [[`8fecb5afa`](https://github.com/nextui-org/nextui/commit/8fecb5afa9aabe73e32243ca313f97856da8aa08), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/use-aria-menu@2.0.7
- @nextui-org/aria-utils@2.0.26
- @nextui-org/divider@2.0.32

## 2.0.29

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

## 2.0.41

### Patch Changes

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/use-aria-modal-overlay@2.0.13

## 2.0.40

### 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.40",
"version": "2.0.41",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/popover

## 2.1.29

### Patch Changes

- [#3756](https://github.com/nextui-org/nextui/pull/3756) [`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0.

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/aria-utils@2.0.26
- @nextui-org/button@2.0.38

## 2.1.28

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

## 2.2.7

### Patch Changes

- [#3759](https://github.com/nextui-org/nextui/pull/3759) [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback pr3467. rescheduled to v2.5.0.

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/popover@2.1.29
- @nextui-org/use-aria-multiselect@2.2.5
- @nextui-org/aria-utils@2.0.26
- @nextui-org/listbox@2.1.27
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/spinner@2.0.34

## 2.2.6

### 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.2.6",
"version": "2.2.7",
"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.17

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/tooltip@2.0.41

## 2.2.16

### 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.16",
"version": "2.2.17",
"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.43

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/tooltip@2.0.41
- @nextui-org/button@2.0.38

## 2.0.42

### 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.42",
"version": "2.0.43",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/tabs

## 2.0.37

### Patch Changes

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/aria-utils@2.0.26

## 2.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/tabs",
"version": "2.0.36",
"version": "2.0.37",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"keywords": [
"tabs"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/tooltip

## 2.0.41

### Patch Changes

- [#3756](https://github.com/nextui-org/nextui/pull/3756) [`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f) Thanks [@wingkwong](https://github.com/wingkwong)! - rollback PR3307. rescheduled to v2.5.0.

- Updated dependencies [[`229388422`](https://github.com/nextui-org/nextui/commit/2293884229541e363b1983fea88ba6e3bee6be14)]:
- @nextui-org/aria-utils@2.0.26

## 2.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/tooltip",
"version": "2.0.40",
"version": "2.0.41",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"
Expand Down
Loading