Skip to content

Commit

Permalink
ci(changesets): version packages (#1929)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <[email protected]>
  • Loading branch information
github-actions[bot] and jrgarciadev authored Nov 8, 2023
1 parent d2bd008 commit 57cafa0
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-rice-walk.md

This file was deleted.

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.0.8

### Patch Changes

- Updated dependencies [[`d2bd008ba`](https://github.com/nextui-org/nextui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]:
- @nextui-org/input@2.1.16
- @nextui-org/popover@2.1.13

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.1.16

### Patch Changes

- [#1928](https://github.com/nextui-org/nextui/pull/1928) [`d2bd008ba`](https://github.com/nextui-org/nextui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Texarea label validation added to avoid rendering the element when there is no label.

## 2.1.15

### 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.1.15",
"version": "2.1.16",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
14 changes: 14 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nextui-org/react

## 2.2.8

### Patch Changes

- Updated dependencies [[`d2bd008ba`](https://github.com/nextui-org/nextui/commit/d2bd008ba3d4de73f4405f1997b15466efd19a81)]:
- @nextui-org/input@2.1.16
- @nextui-org/accordion@2.0.27
- @nextui-org/autocomplete@2.0.8
- @nextui-org/modal@2.0.27
- @nextui-org/navbar@2.0.26
- @nextui-org/popover@2.1.13
- @nextui-org/select@2.1.19
- @nextui-org/tabs@2.0.25

## 2.2.7

### 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.2.7",
"version": "2.2.8",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <[email protected]>",
"homepage": "https://nextui.org",
Expand Down

2 comments on commit 57cafa0

@vercel
Copy link

@vercel vercel bot commented on 57cafa0 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 57cafa0 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.