Skip to content

Commit

Permalink
ci(changesets): version packages (#1903)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
  • Loading branch information
github-actions[bot] and jrgarciadev authored Nov 6, 2023
1 parent 11ef436 commit 0eb9f1e
Show file tree
Hide file tree
Showing 13 changed files with 94 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/angry-waves-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/beige-tips-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-walls-pretend.md

This file was deleted.

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

## 2.0.5

### Patch Changes

- [#1902](https://github.com/nextui-org/nextui/pull/1902) [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed.

- Updated dependencies [[`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193)]:
- @nextui-org/input@2.1.14
- @nextui-org/popover@2.1.12
- @nextui-org/button@2.0.24
- @nextui-org/listbox@2.1.13
- @nextui-org/scroll-shadow@2.1.12
- @nextui-org/spinner@2.0.22

## 2.0.4

### 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.4",
"version": "2.0.5",
"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
7 changes: 7 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/input

## 2.1.14

### Patch Changes

- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
- Input/Select styles improved, label opacity removed

## 2.1.13

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

## 2.1.17

### Patch Changes

- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder
- Input/Select styles improved, label opacity removed
- Updated dependencies []:
- @nextui-org/popover@2.1.12
- @nextui-org/listbox@2.1.13
- @nextui-org/scroll-shadow@2.1.12
- @nextui-org/spinner@2.0.22

## 2.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.1.16",
"version": "2.1.17",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
44 changes: 44 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @nextui-org/react

## 2.2.5

### Patch Changes

- Updated dependencies [[`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193), [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20), [`11ef4365d`](https://github.com/nextui-org/nextui/commit/11ef4365dacf539001a39d596d2f60440bc0648b)]:
- @nextui-org/select@2.1.17
- @nextui-org/input@2.1.14
- @nextui-org/theme@2.1.14
- @nextui-org/autocomplete@2.0.5
- @nextui-org/accordion@2.0.26
- @nextui-org/modal@2.0.26
- @nextui-org/navbar@2.0.25
- @nextui-org/popover@2.1.12
- @nextui-org/tabs@2.0.24
- @nextui-org/avatar@2.0.24
- @nextui-org/badge@2.0.22
- @nextui-org/breadcrumbs@2.0.3
- @nextui-org/button@2.0.24
- @nextui-org/card@2.0.24
- @nextui-org/checkbox@2.0.25
- @nextui-org/chip@2.0.24
- @nextui-org/code@2.0.22
- @nextui-org/divider@2.0.23
- @nextui-org/dropdown@2.1.13
- @nextui-org/image@2.0.24
- @nextui-org/kbd@2.0.23
- @nextui-org/link@2.0.25
- @nextui-org/listbox@2.1.13
- @nextui-org/menu@2.0.14
- @nextui-org/pagination@2.0.25
- @nextui-org/progress@2.0.24
- @nextui-org/radio@2.0.25
- @nextui-org/ripple@2.0.24
- @nextui-org/scroll-shadow@2.1.12
- @nextui-org/skeleton@2.0.22
- @nextui-org/slider@2.2.3
- @nextui-org/snippet@2.0.28
- @nextui-org/spacer@2.0.22
- @nextui-org/spinner@2.0.22
- @nextui-org/switch@2.0.24
- @nextui-org/table@2.0.26
- @nextui-org/tooltip@2.0.27
- @nextui-org/user@2.0.25

## 2.2.4

### 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.4",
"version": "2.2.5",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/theme

## 2.1.14

### Patch Changes

- [#1901](https://github.com/nextui-org/nextui/pull/1901) [`6a6d426b1`](https://github.com/nextui-org/nextui/commit/6a6d426b10fa7f92dfb20611e261347027393193) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Label position changed for Select and Input, this avoids to break the layout when having long descriptions and no placeholder

- Input/Select styles improved, label opacity removed

- [#1902](https://github.com/nextui-org/nextui/pull/1902) [`85a820eef`](https://github.com/nextui-org/nextui/commit/85a820eeffe5df87e7622b0983788eb50adafe20) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix #1893, `endContent` prop fixed.

- [#1905](https://github.com/nextui-org/nextui/pull/1905) [`11ef4365d`](https://github.com/nextui-org/nextui/commit/11ef4365dacf539001a39d596d2f60440bc0648b) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Input/Select text size changed for sm size.

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.1.13",
"version": "2.1.14",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

2 comments on commit 0eb9f1e

@vercel
Copy link

@vercel vercel bot commented on 0eb9f1e Nov 6, 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 0eb9f1e Nov 6, 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.