Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#4004)
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 6, 2024
1 parent 563c158 commit d650ab1
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"soft-apricots-sleep",
"sour-seas-buy",
"swift-news-complain",
"ten-paws-relate",
"thirty-cheetahs-guess",
"tricky-fans-draw",
"twelve-papayas-clean",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/autocomplete

## 2.2.0-beta.3

### Patch Changes

- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
- @nextui-org/popover@2.2.0-beta.2

## 2.2.0-beta.2

### 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.2.0-beta.2",
"version": "2.2.0-beta.3",
"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
7 changes: 7 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/date-picker

## 2.2.0-beta.2

### Patch Changes

- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
- @nextui-org/popover@2.2.0-beta.2

## 2.2.0-beta.1

### 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.2.0-beta.1",
"version": "2.2.0-beta.2",
"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
7 changes: 7 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/dropdown

## 2.2.0-beta.2

### Patch Changes

- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
- @nextui-org/popover@2.2.0-beta.2

## 2.2.0-beta.1

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

## 2.2.0-beta.2

### Patch Changes

- [#4003](https://github.com/nextui-org/nextui/pull/4003) [`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix: element.ref was removed in React 19

## 2.2.0-beta.1

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

## 2.3.0-beta.3

### Patch Changes

- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
- @nextui-org/popover@2.2.0-beta.2

## 2.3.0-beta.2

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

## 2.5.0-beta.5

### Patch Changes

- Updated dependencies [[`563c1585a`](https://github.com/nextui-org/nextui/commit/563c1585a3c1a32e8272ec4641cfabeaaac3296c)]:
- @nextui-org/popover@2.2.0-beta.2
- @nextui-org/autocomplete@2.2.0-beta.3
- @nextui-org/date-picker@2.2.0-beta.2
- @nextui-org/dropdown@2.2.0-beta.2
- @nextui-org/select@2.3.0-beta.3
- @nextui-org/breadcrumbs@2.1.0-beta.1
- @nextui-org/navbar@2.1.0-beta.1

## 2.5.0-beta.4

### 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.4",
"version": "2.5.0-beta.5",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down

0 comments on commit d650ab1

Please sign in to comment.