Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#3997)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2024
1 parent 1c05c6d commit 8958f13
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 5 deletions.
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 <[email protected]>",
"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

0 comments on commit 8958f13

Please sign in to comment.