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

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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"grumpy-mayflies-rhyme",
"happy-parrots-search",
"kind-cobras-travel",
"kind-insects-end",
"light-needles-behave",
"mean-mangos-occur",
"mighty-birds-deny",
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.3

### Patch Changes

- Updated dependencies [[`1c05c6d77`](https://github.com/nextui-org/nextui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]:
- @nextui-org/use-image@2.0.7-beta.3

## 2.1.0-beta.2

### 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.2",
"version": "2.1.0-beta.3",
"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.3

### Patch Changes

- Updated dependencies [[`1c05c6d77`](https://github.com/nextui-org/nextui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a)]:
- @nextui-org/use-image@2.0.7-beta.3

## 2.1.0-beta.2

### 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.2",
"version": "2.1.0-beta.3",
"description": "A simple image component",
"keywords": [
"image"
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.3

### Patch Changes

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

## 2.1.0-beta.2

### 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.2",
"version": "2.1.0-beta.3",
"description": "Flexible User Profile Component.",
"keywords": [
"user"
Expand Down
20 changes: 20 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @nextui-org/react

## 2.5.0-beta.3

### Patch Changes

- Updated dependencies []:
- @nextui-org/avatar@2.1.0-beta.3
- @nextui-org/image@2.1.0-beta.3
- @nextui-org/accordion@2.1.0-beta.1
- @nextui-org/autocomplete@2.2.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/navbar@2.1.0-beta.1
- @nextui-org/select@2.3.0-beta.2
- @nextui-org/user@2.1.0-beta.3
- @nextui-org/checkbox@2.2.0-beta.1
- @nextui-org/table@2.1.0-beta.1

## 2.5.0-beta.2

### 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.2",
"version": "2.5.0-beta.3",
"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.3

### Patch Changes

- [`1c05c6d77`](https://github.com/nextui-org/nextui/commit/1c05c6d77b10f6b18f3c34d36eece7702704267a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - server validation added to the use-image hook

## 2.0.7-beta.2

### 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.2",
"version": "2.0.7-beta.3",
"description": "React hook for progressing image loading",
"keywords": [
"use-image"
Expand Down