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 14, 2024
1 parent 4c01d18 commit 007d7cf
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-worms-reflect.md

This file was deleted.

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

This file was deleted.

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

## 2.1.7

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/popover@2.1.29
- @nextui-org/button@2.0.38
- @nextui-org/input@2.2.5
- @nextui-org/listbox@2.1.26
- @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
10 changes: 10 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/date-picker

## 2.1.8

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/popover@2.1.29
- @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
8 changes: 8 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/dropdown

## 2.1.31

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/popover@2.1.29
- @nextui-org/menu@2.0.29

## 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
9 changes: 9 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @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.

- Updated dependencies []:
- @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
10 changes: 10 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/select

## 2.2.7

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f)]:
- @nextui-org/popover@2.1.29
- @nextui-org/listbox@2.1.26
- @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
6 changes: 6 additions & 0 deletions packages/components/tooltip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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.

## 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
47 changes: 47 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @nextui-org/react

## 2.4.8

### Patch Changes

- Updated dependencies [[`4c01d1824`](https://github.com/nextui-org/nextui/commit/4c01d1824d4dde22d89232968a3a4c48fe04678f), [`5517a0578`](https://github.com/nextui-org/nextui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0)]:
- @nextui-org/popover@2.1.29
- @nextui-org/tooltip@2.0.41
- @nextui-org/theme@2.2.11
- @nextui-org/autocomplete@2.1.7
- @nextui-org/date-picker@2.1.8
- @nextui-org/dropdown@2.1.31
- @nextui-org/select@2.2.7
- @nextui-org/breadcrumbs@2.0.13
- @nextui-org/slider@2.2.17
- @nextui-org/snippet@2.0.43
- @nextui-org/table@2.0.40
- @nextui-org/accordion@2.0.39
- @nextui-org/avatar@2.0.33
- @nextui-org/badge@2.0.32
- @nextui-org/button@2.0.38
- @nextui-org/calendar@2.0.12
- @nextui-org/card@2.0.34
- @nextui-org/checkbox@2.1.5
- @nextui-org/chip@2.0.33
- @nextui-org/code@2.0.33
- @nextui-org/date-input@2.1.4
- @nextui-org/divider@2.0.32
- @nextui-org/image@2.0.32
- @nextui-org/input@2.2.5
- @nextui-org/kbd@2.0.34
- @nextui-org/link@2.0.35
- @nextui-org/listbox@2.1.26
- @nextui-org/menu@2.0.29
- @nextui-org/modal@2.0.40
- @nextui-org/navbar@2.0.37
- @nextui-org/pagination@2.0.36
- @nextui-org/progress@2.0.34
- @nextui-org/radio@2.1.5
- @nextui-org/ripple@2.0.33
- @nextui-org/scroll-shadow@2.1.20
- @nextui-org/skeleton@2.0.32
- @nextui-org/spacer@2.0.33
- @nextui-org/spinner@2.0.34
- @nextui-org/switch@2.0.34
- @nextui-org/tabs@2.0.36
- @nextui-org/user@2.0.34

## 2.4.7

### 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.4.7",
"version": "2.4.8",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/theme

## 2.2.11

### Patch Changes

- [#3754](https://github.com/nextui-org/nextui/pull/3754) [`5517a0578`](https://github.com/nextui-org/nextui/commit/5517a0578b5514cf2a4ddec53528d25d7f616cd0) Thanks [@wingkwong](https://github.com/wingkwong)! - remove tw nested group (rollback PR3658)

## 2.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.2.10",
"version": "2.2.11",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit 007d7cf

Please sign in to comment.