Skip to content

Commit

Permalink
ci(changesets): version packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent 256d462 commit c3f8f77
Show file tree
Hide file tree
Showing 19 changed files with 133 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"angry-maps-serve",
"calm-trees-serve",
"cold-dolls-vanish",
"curly-rules-warn",
"curly-zoos-thank",
"dirty-moles-refuse",
"dull-bags-divide",
Expand All @@ -107,6 +108,7 @@
"happy-parrots-search",
"kind-cobras-travel",
"kind-insects-end",
"lazy-buttons-exercise",
"light-needles-behave",
"mean-mangos-occur",
"mighty-birds-deny",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/autocomplete

## 2.2.0-beta.13

### Patch Changes

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

## 2.2.0-beta.12

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

## 2.1.0-beta.10

### Patch Changes

- [#4140](https://github.com/nextui-org/nextui/pull/4140) [`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing `framer-motion` in `peerDependencies`

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

## 2.1.0-beta.9

### 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.9",
"version": "2.1.0-beta.10",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/date-picker

## 2.2.0-beta.11

### Patch Changes

- Updated dependencies [[`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b)]:
- @nextui-org/calendar@2.1.0-beta.10
- @nextui-org/button@2.1.0-beta.7
- @nextui-org/date-input@2.2.0-beta.7
- @nextui-org/popover@2.2.0-beta.9

## 2.2.0-beta.10

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

## 2.2.0-beta.10

### Patch Changes

- Updated dependencies [[`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/menu@2.1.0-beta.9
- @nextui-org/popover@2.2.0-beta.9

## 2.2.0-beta.9

### 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.9",
"version": "2.2.0-beta.10",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
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.10

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

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

## 2.2.0-beta.9

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

## 2.1.0-beta.9

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

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

## 2.1.0-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.1.0-beta.8",
"version": "2.1.0-beta.9",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
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.14

### Patch Changes

- Updated dependencies [[`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/listbox@2.2.0-beta.10
- @nextui-org/popover@2.2.0-beta.9
- @nextui-org/scroll-shadow@2.2.0-beta.7
- @nextui-org/spinner@2.1.0-beta.7

## 2.3.0-beta.13

### 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.13",
"version": "2.3.0-beta.14",
"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.20

### Patch Changes

- Updated dependencies [[`78a99b628`](https://github.com/nextui-org/nextui/commit/78a99b628e3fde8808a0cce3c69059d727afd49b), [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac)]:
- @nextui-org/calendar@2.1.0-beta.10
- @nextui-org/listbox@2.2.0-beta.10
- @nextui-org/menu@2.1.0-beta.9
- @nextui-org/theme@2.3.0-beta.14
- @nextui-org/date-picker@2.2.0-beta.11
- @nextui-org/autocomplete@2.2.0-beta.13
- @nextui-org/select@2.3.0-beta.14
- @nextui-org/dropdown@2.2.0-beta.10
- @nextui-org/accordion@2.1.0-beta.9
- @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/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/divider@2.1.0-beta.7
- @nextui-org/drawer@2.1.0-beta.10
- @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/modal@2.1.0-beta.10
- @nextui-org/navbar@2.1.0-beta.8
- @nextui-org/pagination@2.1.0-beta.8
- @nextui-org/popover@2.2.0-beta.9
- @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.8
- @nextui-org/snippet@2.1.0-beta.9
- @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.8
- @nextui-org/tooltip@2.1.0-beta.8
- @nextui-org/user@2.1.0-beta.10

## 2.5.0-beta.19

### 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.19",
"version": "2.5.0-beta.20",
"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.14

### Patch Changes

- [#4105](https://github.com/nextui-org/nextui/pull/4105) [`256d46277`](https://github.com/nextui-org/nextui/commit/256d462771c19d6ca5b969d0ec44419fb560f0ac) Thanks [@winchesHe](https://github.com/winchesHe)! - Add truncate class to the list item to avoid overflow the wrapper

## 2.3.0-beta.13

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

0 comments on commit c3f8f77

Please sign in to comment.