Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#4056)
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 14, 2024
1 parent 0f55c49 commit 08f1f1e
Show file tree
Hide file tree
Showing 37 changed files with 208 additions and 18 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"popular-pigs-begin",
"quick-geckos-punch",
"red-camels-build",
"selfish-baboons-know",
"shy-mails-live",
"silly-candles-wonder",
"slimy-cats-brush",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/accordion

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/divider@2.1.0-beta.4

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/accordion",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/alert

## 2.1.0-beta.5

### Patch Changes

- [#4054](https://github.com/nextui-org/nextui/pull/4054) [`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert design improved

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/button@2.1.0-beta.4

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/autocomplete

## 2.2.0-beta.7

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/button@2.1.0-beta.4
- @nextui-org/input@2.3.0-beta.6
- @nextui-org/listbox@2.2.0-beta.4
- @nextui-org/popover@2.2.0-beta.5
- @nextui-org/scroll-shadow@2.2.0-beta.4
- @nextui-org/spinner@2.1.0-beta.4

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

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/breadcrumbs",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/calendar

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/button@2.1.0-beta.4

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/chip

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/chip",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/date-picker

## 2.2.0-beta.6

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/button@2.1.0-beta.4
- @nextui-org/calendar@2.1.0-beta.5
- @nextui-org/date-input@2.2.0-beta.4
- @nextui-org/popover@2.2.0-beta.5

## 2.2.0-beta.5

### 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.5",
"version": "2.2.0-beta.6",
"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/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/drawer

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies []:
- @nextui-org/modal@2.1.0-beta.5

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/drawer",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Used to render a content that slides in from the side of the screen.",
"keywords": [
"drawer"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/input

## 2.3.0-beta.6

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.3.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.3.0-beta.5",
"version": "2.3.0-beta.6",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/link

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/modal

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/pagination

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nextui-org/select

## 2.3.0-beta.7

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/listbox@2.2.0-beta.4
- @nextui-org/popover@2.2.0-beta.5
- @nextui-org/scroll-shadow@2.2.0-beta.4
- @nextui-org/spinner@2.1.0-beta.4

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

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/button@2.1.0-beta.4
- @nextui-org/tooltip@2.1.0-beta.4

## 2.1.0-beta.4

### 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.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/table

## 2.1.0-beta.5

### Patch Changes

- Updated dependencies [[`0f55c491b`](https://github.com/nextui-org/nextui/commit/0f55c491b73da8944f9b38f2ad7486d1b89f8b7a)]:
- @nextui-org/shared-icons@2.0.10-beta.3
- @nextui-org/checkbox@2.2.0-beta.4
- @nextui-org/spacer@2.1.0-beta.4

## 2.1.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.1.0-beta.4",
"version": "2.1.0-beta.5",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
Expand Down
Loading

0 comments on commit 08f1f1e

Please sign in to comment.