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) #3995

Merged
merged 1 commit into from
Nov 5, 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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"curly-zoos-thank",
"dirty-moles-refuse",
"dull-bags-divide",
"empty-helper-wrapper-div",
"fast-horses-explode",
"few-jars-flow",
"flat-pants-accept",
Expand Down Expand Up @@ -122,6 +123,7 @@
"tricky-fans-draw",
"twelve-papayas-clean",
"two-waves-own",
"wild-jobs-explain",
"witty-socks-bathe"
]
}
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.2

### Patch Changes

- Updated dependencies [[`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]:
- @nextui-org/input@2.3.0-beta.2
- @nextui-org/popover@2.2.0-beta.1
- @nextui-org/listbox@2.2.0-beta.1

## 2.2.0-beta.1

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

## 2.1.0-beta.2

### Patch Changes

- Updated dependencies [[`98b13d9a9`](https://github.com/nextui-org/nextui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]:
- @nextui-org/use-image@2.0.7-beta.2

## 2.1.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/avatar",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/image

## 2.1.0-beta.2

### Patch Changes

- Updated dependencies [[`98b13d9a9`](https://github.com/nextui-org/nextui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a)]:
- @nextui-org/use-image@2.0.7-beta.2

## 2.1.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "A simple image component",
"keywords": [
"image"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/input

## 2.3.0-beta.2

### Patch Changes

- [#3966](https://github.com/nextui-org/nextui/pull/3966) [`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present

## 2.3.0-beta.1

### 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.1",
"version": "2.3.0-beta.2",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
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.2

### Patch Changes

- [#3966](https://github.com/nextui-org/nextui/pull/3966) [`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87) Thanks [@mstfblci](https://github.com/mstfblci)! - - Fixed a UI sliding issue caused by the helper wrapper being rendered when `isInvalid` was false but `errorMessage` was present

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

## 2.3.0-beta.1

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

## 2.1.0-beta.2

### Patch Changes

- Updated dependencies []:
- @nextui-org/avatar@2.1.0-beta.2

## 2.1.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/user",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"description": "Flexible User Profile Component.",
"keywords": [
"user"
Expand Down
25 changes: 25 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @nextui-org/react

## 2.5.0-beta.2

### Patch Changes

- Updated dependencies [[`a2d653137`](https://github.com/nextui-org/nextui/commit/a2d653137d61465a88dfa3830bb3a44e3a7faa87)]:
- @nextui-org/select@2.3.0-beta.2
- @nextui-org/input@2.3.0-beta.2
- @nextui-org/accordion@2.1.0-beta.1
- @nextui-org/autocomplete@2.2.0-beta.2
- @nextui-org/drawer@2.1.0-beta.1
- @nextui-org/modal@2.1.0-beta.1
- @nextui-org/navbar@2.1.0-beta.1
- @nextui-org/popover@2.2.0-beta.1
- @nextui-org/tabs@2.1.0-beta.1
- @nextui-org/avatar@2.1.0-beta.2
- @nextui-org/image@2.1.0-beta.2
- @nextui-org/badge@2.1.0-beta.1
- @nextui-org/card@2.1.0-beta.1
- @nextui-org/chip@2.1.0-beta.1
- @nextui-org/dropdown@2.2.0-beta.1
- @nextui-org/listbox@2.2.0-beta.1
- @nextui-org/user@2.1.0-beta.2
- @nextui-org/checkbox@2.2.0-beta.1
- @nextui-org/table@2.1.0-beta.1

## 2.5.0-beta.1

### 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.1",
"version": "2.5.0-beta.2",
"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/hooks/use-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/use-image

## 2.0.7-beta.2

### Patch Changes

- [#3993](https://github.com/nextui-org/nextui/pull/3993) [`98b13d9a9`](https://github.com/nextui-org/nextui/commit/98b13d9a9368ed188f62e3e7ff885ed3ec7c3f5a) Thanks [@wingkwong](https://github.com/wingkwong)! - fix Image ReferenceError in SSR

## 2.0.7-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/use-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-image",
"version": "2.0.7-beta.1",
"version": "2.0.7-beta.2",
"description": "React hook for progressing image loading",
"keywords": [
"use-image"
Expand Down