Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#4169)
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 29, 2024
1 parent 1d5b2b6 commit efd42bc
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"@nextui-org/shared-utils": "2.0.8",
"@nextui-org/stories-utils": "2.0.3",
"@nextui-org/test-utils": "2.0.6",
"@nextui-org/form": "2.0.0"
"@nextui-org/form": "2.0.0",
"@nextui-org/input-otp": "2.0.0"
},
"changesets": [
"angry-maps-serve",
Expand Down Expand Up @@ -142,6 +143,7 @@
"soft-apricots-sleep",
"sour-bikes-burn",
"sour-seas-buy",
"spotty-flies-jump",
"spotty-spies-call",
"swift-news-complain",
"tame-planes-think",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/input-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @nextui-org/input-otp

## 2.0.1-beta.0

### Patch Changes

- [#4052](https://github.com/nextui-org/nextui/pull/4052) [`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component.

- Updated dependencies [[`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]:
- @nextui-org/theme@2.3.0-beta.17
4 changes: 2 additions & 2 deletions packages/components/input-otp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input-otp",
"version": "2.0.0",
"version": "2.0.1-beta.0",
"description": "",
"keywords": [
"input-otp"
Expand Down Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/theme": ">=2.3.0-beta.17",
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
Expand Down
52 changes: 52 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# @nextui-org/react

## 2.5.0-beta.25

### Patch Changes

- [#4052](https://github.com/nextui-org/nextui/pull/4052) [`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component.

- Updated dependencies [[`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789)]:
- @nextui-org/input-otp@2.0.1-beta.0
- @nextui-org/theme@2.3.0-beta.17
- @nextui-org/accordion@2.1.0-beta.12
- @nextui-org/alert@2.1.0-beta.13
- @nextui-org/autocomplete@2.2.0-beta.16
- @nextui-org/avatar@2.1.0-beta.12
- @nextui-org/badge@2.1.0-beta.8
- @nextui-org/breadcrumbs@2.1.0-beta.10
- @nextui-org/button@2.1.0-beta.10
- @nextui-org/calendar@2.1.0-beta.13
- @nextui-org/card@2.1.0-beta.10
- @nextui-org/checkbox@2.2.0-beta.9
- @nextui-org/chip@2.1.0-beta.10
- @nextui-org/code@2.1.0-beta.9
- @nextui-org/date-input@2.2.0-beta.9
- @nextui-org/date-picker@2.2.0-beta.14
- @nextui-org/divider@2.1.0-beta.9
- @nextui-org/drawer@2.1.0-beta.13
- @nextui-org/dropdown@2.2.0-beta.13
- @nextui-org/image@2.1.0-beta.11
- @nextui-org/input@2.3.0-beta.11
- @nextui-org/kbd@2.1.0-beta.9
- @nextui-org/link@2.1.0-beta.10
- @nextui-org/listbox@2.2.0-beta.13
- @nextui-org/menu@2.1.0-beta.12
- @nextui-org/modal@2.1.0-beta.13
- @nextui-org/navbar@2.1.0-beta.11
- @nextui-org/pagination@2.1.0-beta.10
- @nextui-org/popover@2.2.0-beta.12
- @nextui-org/progress@2.1.0-beta.9
- @nextui-org/radio@2.2.0-beta.9
- @nextui-org/ripple@2.1.0-beta.8
- @nextui-org/scroll-shadow@2.2.0-beta.8
- @nextui-org/select@2.3.0-beta.18
- @nextui-org/skeleton@2.1.0-beta.8
- @nextui-org/slider@2.3.0-beta.11
- @nextui-org/snippet@2.1.0-beta.12
- @nextui-org/spacer@2.1.0-beta.9
- @nextui-org/spinner@2.1.0-beta.9
- @nextui-org/switch@2.1.0-beta.9
- @nextui-org/table@2.1.0-beta.11
- @nextui-org/tabs@2.1.0-beta.11
- @nextui-org/tooltip@2.1.0-beta.11
- @nextui-org/user@2.1.0-beta.12

## 2.5.0-beta.24

### 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.24",
"version": "2.5.0-beta.25",
"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.17

### Patch Changes

- [#4052](https://github.com/nextui-org/nextui/pull/4052) [`1d5b2b6c1`](https://github.com/nextui-org/nextui/commit/1d5b2b6c1f8672e7339a6f9dc66f0244d7bb2789) Thanks [@macci001](https://github.com/macci001)! - Adding new input-otp component.

## 2.3.0-beta.16

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

0 comments on commit efd42bc

Please sign in to comment.