Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): 📦 version packages #32

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/little-apricots-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-badgers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-cups-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-moles-compare.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/alert

## 2.2.9

### Patch Changes

- [#4447](https://github.com/nextui-org/nextui/pull/4447) [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - mark description prop as optional (#4445)

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.2.8

### 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.2.8",
"version": "2.2.9",
"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.3.9

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.3.8

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

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.3.7",
"version": "2.3.8",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/date-input

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-input",
"version": "2.3.7",
"version": "2.3.8",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
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.3.9

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.3.8

### 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.3.8",
"version": "2.3.9",
"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
9 changes: 9 additions & 0 deletions packages/components/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/drawer

## 2.2.7

### Patch Changes

- [#4438](https://github.com/nextui-org/nextui/pull/4438) [`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.2.6

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

## 2.1.8

### Patch Changes

- Updated dependencies [[`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b)]:
- @nextui-org/[email protected]

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/form",
"version": "2.1.7",
"version": "2.1.8",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/input-otp

## 2.1.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.7",
"version": "2.1.8",
"description": "",
"keywords": [
"input-otp"
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.4.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.4.7

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

## 2.3.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]

## 2.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.3.7",
"version": "2.3.8",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
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.4.9

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.4.8

### 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.4.8",
"version": "2.4.9",
"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.2.10

### Patch Changes

- Updated dependencies [[`4f0ef58`](https://github.com/nextui-org/nextui/commit/4f0ef5818be83071d6c2032080251b41039656f1)]:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.2.9

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

## 2.2.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.2.7

### 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.2.7",
"version": "2.2.8",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
Expand Down
51 changes: 51 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @nextui-org/react

## 2.6.11

### Patch Changes

- Updated dependencies [[`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175), [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b), [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b)]:
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]
- @nextui-org/[email protected]

## 2.6.10

### 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.6.10",
"version": "2.6.11",
"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.4.5

### Patch Changes

- [#4447](https://github.com/nextui-org/nextui/pull/4447) [`a83388a`](https://github.com/nextui-org/nextui/commit/a83388aaf4521f0ed8dfed99a54998156df1868b) Thanks [@wingkwong](https://github.com/wingkwong)! - fix the alignment when only alert children is provided

## 2.4.4

### Patch Changes
Expand Down
Loading