Skip to content

Commit

Permalink
ci(changesets): version packages (beta) (#3999)
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 52f6274 commit 3b21c11
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 @@ -98,6 +98,7 @@
"few-jars-flow",
"flat-pants-accept",
"forty-doors-flash",
"gentle-needles-rescue",
"giant-worms-hammer",
"grumpy-mayflies-rhyme",
"happy-parrots-search",
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.4

### Patch Changes

- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
- @nextui-org/use-image@2.0.7-beta.4

## 2.1.0-beta.3

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

### Patch Changes

- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
- @nextui-org/use-image@2.0.7-beta.4

## 2.1.0-beta.3

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

### Patch Changes

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

## 2.1.0-beta.3

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

### Patch Changes

- Updated dependencies []:
- @nextui-org/avatar@2.1.0-beta.4
- @nextui-org/image@2.1.0-beta.4
- @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.4
- @nextui-org/checkbox@2.2.0-beta.1
- @nextui-org/table@2.1.0-beta.1

## 2.5.0-beta.3

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

### Patch Changes

- [#3998](https://github.com/nextui-org/nextui/pull/3998) [`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - use-image hook logic restore to the previous one to avoid nextjs hydration issues

## 2.0.7-beta.3

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

0 comments on commit 3b21c11

Please sign in to comment.