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 (beta) #4095

Merged
merged 1 commit into from
Nov 16, 2024
Merged
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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"poor-moose-double",
"poor-sheep-repair",
"popular-pigs-begin",
"proud-chicken-impress",
"quick-geckos-punch",
"red-camels-build",
"selfish-baboons-know",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nextui-org/autocomplete

## 2.2.0-beta.11

### Patch Changes

- [#4094](https://github.com/nextui-org/nextui/pull/4094) [`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete

- Updated dependencies [[`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]:
- @nextui-org/listbox@2.2.0-beta.8
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/input@2.3.0-beta.9
- @nextui-org/popover@2.2.0-beta.8
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.2.0-beta.10

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

## 2.2.0-beta.8

### Patch Changes

- [#4094](https://github.com/nextui-org/nextui/pull/4094) [`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete

- Updated dependencies []:
- @nextui-org/divider@2.1.0-beta.7

## 2.2.0-beta.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.2.0-beta.7",
"version": "2.2.0-beta.8",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/select

## 2.3.0-beta.11

### Patch Changes

- Updated dependencies [[`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f)]:
- @nextui-org/listbox@2.2.0-beta.8
- @nextui-org/popover@2.2.0-beta.8
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.3.0-beta.10

### 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.10",
"version": "2.3.0-beta.11",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
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.17

### Patch Changes

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

## 2.5.0-beta.16

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

### Patch Changes

- [#4094](https://github.com/nextui-org/nextui/pull/4094) [`b9d5d4925`](https://github.com/nextui-org/nextui/commit/b9d5d492519778a4bf071748ec9f2b4e25d8373f) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Virtualization support added to Listbox & Autocomplete

## 2.3.0-beta.11

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