Skip to content

Commit f0520d4

Browse files
ci(changesets): version packages (beta) (#4074)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 70dc759 commit f0520d4

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
@@ -121,6 +121,7 @@
121121
"selfish-baboons-know",
122122
"shy-mails-live",
123123
"silly-candles-wonder",
124+
"sixty-ties-knock",
124125
"slimy-cats-brush",
125126
"slow-paws-punch",
126127
"smooth-mayflies-wonder",

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.7
4+
5+
### Patch Changes
6+
7+
- [#4073](https://github.com/nextui-org/nextui/pull/4073) [`70dc75983`](https://github.com/nextui-org/nextui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved
8+
9+
- Updated dependencies []:
10+
- @nextui-org/button@2.1.0-beta.4
11+
312
## 2.1.0-beta.6
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.6",
3+
"version": "2.1.0-beta.7",
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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`70dc75983`](https://github.com/nextui-org/nextui/commit/70dc7598388022fca04255c3c1623468a38a3803)]:
8+
- @nextui-org/alert@2.1.0-beta.7
9+
- @nextui-org/theme@2.3.0-beta.8
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.12
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.12",
3+
"version": "2.5.0-beta.13",
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.8
4+
5+
### Patch Changes
6+
7+
- [#4073](https://github.com/nextui-org/nextui/pull/4073) [`70dc75983`](https://github.com/nextui-org/nextui/commit/70dc7598388022fca04255c3c1623468a38a3803) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Alert compoentn styles improved
8+
39
## 2.3.0-beta.7
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.7",
3+
"version": "2.3.0-beta.8",
44
"description": "The default theme for NextUI components",
55
"keywords": [
66
"theme",

0 commit comments

Comments
 (0)