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 28, 2024
1 parent 17bf657 commit 0ca4ede
Show file tree
Hide file tree
Showing 27 changed files with 132 additions and 13 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"changesets": [
"angry-maps-serve",
"calm-trees-serve",
"calm-weeks-tie",
"cold-dolls-vanish",
"curly-rules-warn",
"curly-zoos-thank",
Expand Down
6 changes: 6 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/accordion

## 2.1.0-beta.12

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

## 2.1.0-beta.11

### 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.11",
"version": "2.1.0-beta.12",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/alert

## 2.1.0-beta.13

### Patch Changes

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10

## 2.1.0-beta.12

### 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.12",
"version": "2.1.0-beta.13",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/autocomplete

## 2.2.0-beta.16

### Patch Changes

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10
- @nextui-org/form@2.0.1-beta.1
- @nextui-org/popover@2.2.0-beta.12

## 2.2.0-beta.15

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

## 2.1.0-beta.10

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

## 2.1.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/button",
"version": "2.1.0-beta.9",
"version": "2.1.0-beta.10",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/calendar

## 2.1.0-beta.13

### Patch Changes

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10

## 2.1.0-beta.12

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

## 2.1.0-beta.10

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

## 2.1.0-beta.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.1.0-beta.9",
"version": "2.1.0-beta.10",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/date-picker

## 2.2.0-beta.14

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10
- @nextui-org/calendar@2.1.0-beta.13
- @nextui-org/form@2.0.1-beta.1
- @nextui-org/popover@2.2.0-beta.12

## 2.2.0-beta.13

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

### Patch Changes

- Updated dependencies []:
- @nextui-org/popover@2.2.0-beta.12

## 2.2.0-beta.12

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

## 2.1.0-beta.11

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

## 2.1.0-beta.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/navbar",
"version": "2.1.0-beta.10",
"version": "2.1.0-beta.11",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/popover

## 2.2.0-beta.12

### Patch Changes

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10

## 2.2.0-beta.11

### 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.11",
"version": "2.2.0-beta.12",
"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.18

### Patch Changes

- Updated dependencies []:
- @nextui-org/popover@2.2.0-beta.12

## 2.3.0-beta.17

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

## 2.1.0-beta.12

### Patch Changes

- [#4161](https://github.com/nextui-org/nextui/pull/4161) [`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083) Thanks [@wingkwong](https://github.com/wingkwong)! - fix missing peer / dev dependency for framer-motion

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/button@2.1.0-beta.10
- @nextui-org/tooltip@2.1.0-beta.10

## 2.1.0-beta.11

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

## 2.5.0-beta.24

### Patch Changes

- Updated dependencies [[`17bf65799`](https://github.com/nextui-org/nextui/commit/17bf65799c39c2ee44ea9c0b23aa80315b2a5083)]:
- @nextui-org/accordion@2.1.0-beta.12
- @nextui-org/button@2.1.0-beta.10
- @nextui-org/card@2.1.0-beta.10
- @nextui-org/date-picker@2.2.0-beta.14
- @nextui-org/navbar@2.1.0-beta.11
- @nextui-org/snippet@2.1.0-beta.12
- @nextui-org/alert@2.1.0-beta.13
- @nextui-org/autocomplete@2.2.0-beta.16
- @nextui-org/breadcrumbs@2.1.0-beta.10
- @nextui-org/calendar@2.1.0-beta.13
- @nextui-org/drawer@2.1.0-beta.12
- @nextui-org/dropdown@2.2.0-beta.13
- @nextui-org/form@2.0.1-beta.1
- @nextui-org/modal@2.1.0-beta.12
- @nextui-org/popover@2.2.0-beta.12
- @nextui-org/radio@2.2.0-beta.9
- @nextui-org/select@2.3.0-beta.18
- @nextui-org/skeleton@2.1.0-beta.8
- @nextui-org/table@2.1.0-beta.11
- @nextui-org/tabs@2.1.0-beta.10
- @nextui-org/tooltip@2.1.0-beta.10
- @nextui-org/progress@2.1.0-beta.9

## 2.5.0-beta.23

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

0 comments on commit 0ca4ede

Please sign in to comment.