Skip to content

Commit b2e8d9b

Browse files
ci(changesets): version packages (beta) (#4072)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 31349c1 commit b2e8d9b

File tree

7 files changed

+68
-3
lines changed

7 files changed

+68
-3
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"mighty-birds-deny",
111111
"moody-rabbits-shop",
112112
"neat-donkeys-accept",
113+
"new-cougars-collect",
113114
"pink-beans-sit",
114115
"plenty-scissors-love",
115116
"poor-moose-double",

packages/components/alert/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nextui-org/alert
22

3+
## 2.1.0-beta.6
4+
5+
### Patch Changes
6+
7+
- [#4071](https://github.com/nextui-org/nextui/pull/4071) [`31349c178`](https://github.com/nextui-org/nextui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved
8+
9+
- Updated dependencies []:
10+
- @nextui-org/button@2.1.0-beta.4
11+
312
## 2.1.0-beta.5
413

514
### Patch Changes

packages/components/alert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/alert",
3-
"version": "2.1.0-beta.5",
3+
"version": "2.1.0-beta.6",
44
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
55
"keywords": [
66
"alert"

packages/core/react/CHANGELOG.md

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

3+
## 2.5.0-beta.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`31349c178`](https://github.com/nextui-org/nextui/commit/31349c178b9b2bd0be9856bc09126a37be68901a)]:
8+
- @nextui-org/alert@2.1.0-beta.6
9+
- @nextui-org/theme@2.3.0-beta.7
10+
- @nextui-org/accordion@2.1.0-beta.5
11+
- @nextui-org/autocomplete@2.2.0-beta.7
12+
- @nextui-org/avatar@2.1.0-beta.7
13+
- @nextui-org/badge@2.1.0-beta.4
14+
- @nextui-org/breadcrumbs@2.1.0-beta.5
15+
- @nextui-org/button@2.1.0-beta.4
16+
- @nextui-org/calendar@2.1.0-beta.5
17+
- @nextui-org/card@2.1.0-beta.4
18+
- @nextui-org/checkbox@2.2.0-beta.4
19+
- @nextui-org/chip@2.1.0-beta.5
20+
- @nextui-org/code@2.1.0-beta.4
21+
- @nextui-org/date-input@2.2.0-beta.4
22+
- @nextui-org/date-picker@2.2.0-beta.6
23+
- @nextui-org/divider@2.1.0-beta.4
24+
- @nextui-org/drawer@2.1.0-beta.6
25+
- @nextui-org/dropdown@2.2.0-beta.5
26+
- @nextui-org/image@2.1.0-beta.7
27+
- @nextui-org/input@2.3.0-beta.6
28+
- @nextui-org/kbd@2.1.0-beta.4
29+
- @nextui-org/link@2.1.0-beta.5
30+
- @nextui-org/listbox@2.2.0-beta.4
31+
- @nextui-org/menu@2.1.0-beta.4
32+
- @nextui-org/modal@2.1.0-beta.6
33+
- @nextui-org/navbar@2.1.0-beta.4
34+
- @nextui-org/pagination@2.1.0-beta.5
35+
- @nextui-org/popover@2.2.0-beta.5
36+
- @nextui-org/progress@2.1.0-beta.4
37+
- @nextui-org/radio@2.2.0-beta.4
38+
- @nextui-org/ripple@2.1.0-beta.4
39+
- @nextui-org/scroll-shadow@2.2.0-beta.4
40+
- @nextui-org/select@2.3.0-beta.7
41+
- @nextui-org/skeleton@2.1.0-beta.4
42+
- @nextui-org/slider@2.3.0-beta.4
43+
- @nextui-org/snippet@2.1.0-beta.5
44+
- @nextui-org/spacer@2.1.0-beta.4
45+
- @nextui-org/spinner@2.1.0-beta.4
46+
- @nextui-org/switch@2.1.0-beta.4
47+
- @nextui-org/table@2.1.0-beta.5
48+
- @nextui-org/tabs@2.1.0-beta.4
49+
- @nextui-org/tooltip@2.1.0-beta.4
50+
- @nextui-org/user@2.1.0-beta.7
51+
352
## 2.5.0-beta.11
453

554
### 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.11",
3+
"version": "2.5.0-beta.12",
44
"description": "🚀 Beautiful and modern React UI library.",
55
"author": "Junior Garcia <[email protected]>",
66
"homepage": "https://nextui.org",

packages/core/theme/CHANGELOG.md

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

3+
## 2.3.0-beta.7
4+
5+
### Patch Changes
6+
7+
- [#4071](https://github.com/nextui-org/nextui/pull/4071) [`31349c178`](https://github.com/nextui-org/nextui/commit/31349c178b9b2bd0be9856bc09126a37be68901a) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert styles improved
8+
39
## 2.3.0-beta.6
410

511
### Patch Changes

packages/core/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/theme",
3-
"version": "2.3.0-beta.6",
3+
"version": "2.3.0-beta.7",
44
"description": "The default theme for NextUI components",
55
"keywords": [
66
"theme",

0 commit comments

Comments
 (0)