Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/friendly-hounds-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-owls-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-peas-care.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/alert

## 2.2.10

### Patch Changes

- [#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)

- [#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)

## 2.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/alert",
"version": "2.2.9",
"version": "2.2.10",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/autocomplete

## 2.3.10

### Patch Changes

- Updated dependencies [[`992220a`](https://github.com/nextui-org/nextui/commit/992220a5a3d2a4e1639653b2fc0a9e8b4d9428f4)]:
- @nextui-org/input@2.4.9
- @nextui-org/popover@2.3.9

## 2.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.3.9",
"version": "2.3.10",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"keywords": [
"autocomplete"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/input

## 2.4.9

### Patch Changes

- [#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)

## 2.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.4.8",
"version": "2.4.9",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @nextui-org/react

## 2.6.12

### Patch Changes

- 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)]:
- @nextui-org/input@2.4.9
- @nextui-org/alert@2.2.10
- @nextui-org/accordion@2.2.7
- @nextui-org/autocomplete@2.3.10
- @nextui-org/drawer@2.2.7
- @nextui-org/modal@2.2.7
- @nextui-org/navbar@2.2.8
- @nextui-org/popover@2.3.9
- @nextui-org/select@2.4.9
- @nextui-org/tabs@2.2.7

## 2.6.11

### 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.6.11",
"version": "2.6.12",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down