Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#4012)
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 7, 2024
1 parent 54be700 commit a0af4c9
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"thirty-cheetahs-guess",
"tricky-fans-draw",
"twelve-papayas-clean",
"twelve-trains-smile",
"two-waves-own",
"wild-jobs-explain",
"witty-socks-bathe"
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.8

### Patch Changes

- Updated dependencies [[`54be700e0`](https://github.com/nextui-org/nextui/commit/54be700e04386e95cead7ce63d87015347dd166f)]:
- @nextui-org/theme@2.3.0-beta.4
- @nextui-org/accordion@2.1.0-beta.3
- @nextui-org/alert@2.1.0-beta.3
- @nextui-org/autocomplete@2.2.0-beta.5
- @nextui-org/avatar@2.1.0-beta.6
- @nextui-org/badge@2.1.0-beta.3
- @nextui-org/breadcrumbs@2.1.0-beta.3
- @nextui-org/button@2.1.0-beta.3
- @nextui-org/calendar@2.1.0-beta.3
- @nextui-org/card@2.1.0-beta.3
- @nextui-org/checkbox@2.2.0-beta.3
- @nextui-org/chip@2.1.0-beta.3
- @nextui-org/code@2.1.0-beta.3
- @nextui-org/date-input@2.2.0-beta.3
- @nextui-org/date-picker@2.2.0-beta.4
- @nextui-org/divider@2.1.0-beta.3
- @nextui-org/drawer@2.1.0-beta.3
- @nextui-org/dropdown@2.2.0-beta.4
- @nextui-org/image@2.1.0-beta.6
- @nextui-org/input@2.3.0-beta.4
- @nextui-org/kbd@2.1.0-beta.3
- @nextui-org/link@2.1.0-beta.3
- @nextui-org/listbox@2.2.0-beta.3
- @nextui-org/menu@2.1.0-beta.3
- @nextui-org/modal@2.1.0-beta.3
- @nextui-org/navbar@2.1.0-beta.3
- @nextui-org/pagination@2.1.0-beta.3
- @nextui-org/popover@2.2.0-beta.4
- @nextui-org/progress@2.1.0-beta.3
- @nextui-org/radio@2.2.0-beta.3
- @nextui-org/ripple@2.1.0-beta.3
- @nextui-org/scroll-shadow@2.2.0-beta.3
- @nextui-org/select@2.3.0-beta.5
- @nextui-org/skeleton@2.1.0-beta.3
- @nextui-org/slider@2.3.0-beta.3
- @nextui-org/snippet@2.1.0-beta.3
- @nextui-org/spacer@2.1.0-beta.3
- @nextui-org/spinner@2.1.0-beta.3
- @nextui-org/switch@2.1.0-beta.3
- @nextui-org/table@2.1.0-beta.3
- @nextui-org/tabs@2.1.0-beta.3
- @nextui-org/tooltip@2.1.0-beta.3
- @nextui-org/user@2.1.0-beta.6

## 2.5.0-beta.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.5.0-beta.7",
"version": "2.5.0-beta.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.3.0-beta.4

### Patch Changes

- [#3881](https://github.com/nextui-org/nextui/pull/3881) [`54be700e0`](https://github.com/nextui-org/nextui/commit/54be700e04386e95cead7ce63d87015347dd166f) Thanks [@macci001](https://github.com/macci001)! - making input and select styling consistent(#3876)

## 2.3.0-beta.3

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

0 comments on commit a0af4c9

Please sign in to comment.