Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#4107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 20, 2024
1 parent 9e8beab commit 49b0468
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@nextui-org/test-utils": "2.0.6"
},
"changesets": [
"angry-maps-serve",
"calm-trees-serve",
"cold-dolls-vanish",
"curly-zoos-thank",
Expand Down Expand Up @@ -135,6 +136,7 @@
"ten-paws-relate",
"tender-buses-sort",
"thirty-cheetahs-guess",
"tough-brooms-hunt",
"tricky-fans-draw",
"twelve-papayas-clean",
"twelve-trains-smile",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/select

## 2.3.0-beta.13

### Patch Changes

- [#4126](https://github.com/nextui-org/nextui/pull/4126) [`9e8beabab`](https://github.com/nextui-org/nextui/commit/9e8beababea60dc499cc0989a0720fe25a10a823) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the label placement when the `Select` has a `placeholder` or `description`.

- Updated dependencies []:
- @nextui-org/listbox@2.2.0-beta.9
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.3.0-beta.12

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

## 2.5.0-beta.19

### Patch Changes

- Updated dependencies [[`341b5de79`](https://github.com/nextui-org/nextui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59), [`9e8beabab`](https://github.com/nextui-org/nextui/commit/9e8beababea60dc499cc0989a0720fe25a10a823)]:
- @nextui-org/theme@2.3.0-beta.13
- @nextui-org/select@2.3.0-beta.13
- @nextui-org/accordion@2.1.0-beta.9
- @nextui-org/alert@2.1.0-beta.10
- @nextui-org/autocomplete@2.2.0-beta.12
- @nextui-org/avatar@2.1.0-beta.10
- @nextui-org/badge@2.1.0-beta.7
- @nextui-org/breadcrumbs@2.1.0-beta.8
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/calendar@2.1.0-beta.9
- @nextui-org/card@2.1.0-beta.7
- @nextui-org/checkbox@2.2.0-beta.7
- @nextui-org/chip@2.1.0-beta.8
- @nextui-org/code@2.1.0-beta.7
- @nextui-org/date-input@2.2.0-beta.7
- @nextui-org/date-picker@2.2.0-beta.10
- @nextui-org/divider@2.1.0-beta.7
- @nextui-org/drawer@2.1.0-beta.10
- @nextui-org/dropdown@2.2.0-beta.9
- @nextui-org/image@2.1.0-beta.10
- @nextui-org/input@2.3.0-beta.9
- @nextui-org/kbd@2.1.0-beta.7
- @nextui-org/link@2.1.0-beta.8
- @nextui-org/listbox@2.2.0-beta.9
- @nextui-org/menu@2.1.0-beta.8
- @nextui-org/modal@2.1.0-beta.10
- @nextui-org/navbar@2.1.0-beta.8
- @nextui-org/pagination@2.1.0-beta.8
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/progress@2.1.0-beta.7
- @nextui-org/radio@2.2.0-beta.7
- @nextui-org/ripple@2.1.0-beta.7
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/skeleton@2.1.0-beta.7
- @nextui-org/slider@2.3.0-beta.8
- @nextui-org/snippet@2.1.0-beta.9
- @nextui-org/spacer@2.1.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7
- @nextui-org/switch@2.1.0-beta.7
- @nextui-org/table@2.1.0-beta.8
- @nextui-org/tabs@2.1.0-beta.8
- @nextui-org/tooltip@2.1.0-beta.8
- @nextui-org/user@2.1.0-beta.10

## 2.5.0-beta.18

### 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.5.0-beta.18",
"version": "2.5.0-beta.19",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <[email protected]>",
"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.3.0-beta.13

### Patch Changes

- [#3321](https://github.com/nextui-org/nextui/pull/3321) [`341b5de79`](https://github.com/nextui-org/nextui/commit/341b5de7947655e6b18fa09045f7e10fba5b8c59) Thanks [@winchesHe](https://github.com/winchesHe)! - move circular-progress tv to progress

## 2.3.0-beta.12

### 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.3.0-beta.12",
"version": "2.3.0-beta.13",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit 49b0468

Please sign in to comment.