Skip to content

Commit 3b21c11

Browse files
ci(changesets): version packages (beta) (#3999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 52f6274 commit 3b21c11

File tree

11 files changed

+53
-5
lines changed

11 files changed

+53
-5
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"few-jars-flow",
9999
"flat-pants-accept",
100100
"forty-doors-flash",
101+
"gentle-needles-rescue",
101102
"giant-worms-hammer",
102103
"grumpy-mayflies-rhyme",
103104
"happy-parrots-search",

packages/components/avatar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/avatar
22

3+
## 2.1.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
8+
- @nextui-org/use-image@2.0.7-beta.4
9+
310
## 2.1.0-beta.3
411

512
### Patch Changes

packages/components/avatar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/avatar",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0-beta.4",
44
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
55
"keywords": [
66
"avatar"

packages/components/image/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/image
22

3+
## 2.1.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`52f6274e9`](https://github.com/nextui-org/nextui/commit/52f6274e9baecc928ee7cbb6a8110b72931061b8)]:
8+
- @nextui-org/use-image@2.0.7-beta.4
9+
310
## 2.1.0-beta.3
411

512
### Patch Changes

packages/components/image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/image",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0-beta.4",
44
"description": "A simple image component",
55
"keywords": [
66
"image"

packages/components/user/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/user
22

3+
## 2.1.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/avatar@2.1.0-beta.4
9+
310
## 2.1.0-beta.3
411

512
### Patch Changes

packages/components/user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/user",
3-
"version": "2.1.0-beta.3",
3+
"version": "2.1.0-beta.4",
44
"description": "Flexible User Profile Component.",
55
"keywords": [
66
"user"

packages/core/react/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @nextui-org/react
22

3+
## 2.5.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @nextui-org/avatar@2.1.0-beta.4
9+
- @nextui-org/image@2.1.0-beta.4
10+
- @nextui-org/accordion@2.1.0-beta.1
11+
- @nextui-org/autocomplete@2.2.0-beta.2
12+
- @nextui-org/badge@2.1.0-beta.1
13+
- @nextui-org/card@2.1.0-beta.1
14+
- @nextui-org/chip@2.1.0-beta.1
15+
- @nextui-org/dropdown@2.2.0-beta.1
16+
- @nextui-org/listbox@2.2.0-beta.1
17+
- @nextui-org/navbar@2.1.0-beta.1
18+
- @nextui-org/select@2.3.0-beta.2
19+
- @nextui-org/user@2.1.0-beta.4
20+
- @nextui-org/checkbox@2.2.0-beta.1
21+
- @nextui-org/table@2.1.0-beta.1
22+
323
## 2.5.0-beta.3
424

525
### Patch Changes

packages/core/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/react",
3-
"version": "2.5.0-beta.3",
3+
"version": "2.5.0-beta.4",
44
"description": "🚀 Beautiful and modern React UI library.",
55
"author": "Junior Garcia <[email protected]>",
66
"homepage": "https://nextui.org",

packages/hooks/use-image/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nextui-org/use-image
22

3+
## 2.0.7-beta.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 2.0.7-beta.3
410

511
### Patch Changes

packages/hooks/use-image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/use-image",
3-
"version": "2.0.7-beta.3",
3+
"version": "2.0.7-beta.4",
44
"description": "React hook for progressing image loading",
55
"keywords": [
66
"use-image"

0 commit comments

Comments
 (0)