Skip to content

Commit fb630a9

Browse files
committed
ci(changesets): version packages
1 parent 992220a commit fb630a9

File tree

11 files changed

+42
-19
lines changed

11 files changed

+42
-19
lines changed

.changeset/friendly-hounds-walk.md

-5
This file was deleted.

.changeset/hot-owls-sniff.md

-5
This file was deleted.

.changeset/quick-peas-care.md

-5
This file was deleted.

packages/components/alert/CHANGELOG.md

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

3+
## 2.2.10
4+
5+
### Patch Changes
6+
7+
- [#4535](https://github.com/nextui-org/nextui/pull/4535) [`cfff127`](https://github.com/nextui-org/nextui/commit/cfff12746408524b89f036112c65b044e3d3e118) Thanks [@wingkwong](https://github.com/wingkwong)! - propagate className (#4533)
8+
9+
- [#4529](https://github.com/nextui-org/nextui/pull/4529) [`fcdf24a`](https://github.com/nextui-org/nextui/commit/fcdf24a019718b18655e1c9f80616dd26cbf02ef) Thanks [@wingkwong](https://github.com/wingkwong)! - fix title type in Avatar (#4525)
10+
311
## 2.2.9
412

513
### 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.2.9",
3+
"version": "2.2.10",
44
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
55
"keywords": [
66
"alert"

packages/components/autocomplete/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @nextui-org/autocomplete
22

3+
## 2.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`992220a`](https://github.com/nextui-org/nextui/commit/992220a5a3d2a4e1639653b2fc0a9e8b4d9428f4)]:
8+
- @nextui-org/input@2.4.9
9+
- @nextui-org/popover@2.3.9
10+
311
## 2.3.9
412

513
### Patch Changes

packages/components/autocomplete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/autocomplete",
3-
"version": "2.3.9",
3+
"version": "2.3.10",
44
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
55
"keywords": [
66
"autocomplete"

packages/components/input/CHANGELOG.md

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

3+
## 2.4.9
4+
5+
### Patch Changes
6+
7+
- [#4483](https://github.com/nextui-org/nextui/pull/4483) [`992220a`](https://github.com/nextui-org/nextui/commit/992220a5a3d2a4e1639653b2fc0a9e8b4d9428f4) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed input inconsistent focus behaviour on wrapper click (#4287)
8+
39
## 2.4.8
410

511
### Patch Changes

packages/components/input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/input",
3-
"version": "2.4.8",
3+
"version": "2.4.9",
44
"description": "The input component is designed for capturing user input within a text field.",
55
"keywords": [
66
"input"

packages/core/react/CHANGELOG.md

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

3+
## 2.6.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`992220a`](https://github.com/nextui-org/nextui/commit/992220a5a3d2a4e1639653b2fc0a9e8b4d9428f4), [`cfff127`](https://github.com/nextui-org/nextui/commit/cfff12746408524b89f036112c65b044e3d3e118), [`fcdf24a`](https://github.com/nextui-org/nextui/commit/fcdf24a019718b18655e1c9f80616dd26cbf02ef)]:
8+
- @nextui-org/input@2.4.9
9+
- @nextui-org/alert@2.2.10
10+
- @nextui-org/accordion@2.2.7
11+
- @nextui-org/autocomplete@2.3.10
12+
- @nextui-org/drawer@2.2.7
13+
- @nextui-org/modal@2.2.7
14+
- @nextui-org/navbar@2.2.8
15+
- @nextui-org/popover@2.3.9
16+
- @nextui-org/select@2.4.9
17+
- @nextui-org/tabs@2.2.7
18+
319
## 2.6.11
420

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

0 commit comments

Comments
 (0)