Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jan 18, 2025
1 parent abcf045 commit 4ad25a4
Show file tree
Hide file tree
Showing 28 changed files with 161 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-beds-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-bears-wink.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @heroui/autocomplete

## 2.3.11

### Patch Changes

- Updated dependencies []:
- @heroui/button@2.2.9
- @heroui/form@2.1.9
- @heroui/input@2.4.10
- @heroui/listbox@2.3.9
- @heroui/popover@2.3.9
- @heroui/scroll-shadow@2.3.5
- @heroui/spinner@2.2.6

## 2.3.10

### 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": "@heroui/autocomplete",
"version": "2.3.10",
"version": "2.3.11",
"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/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/checkbox

## 2.3.9

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/checkbox",
"version": "2.3.8",
"version": "2.3.9",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/date-input

## 2.3.9

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/date-input",
"version": "2.3.8",
"version": "2.3.9",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/date-picker

## 2.3.10

### Patch Changes

- Updated dependencies []:
- @heroui/button@2.2.9
- @heroui/calendar@2.2.9
- @heroui/date-input@2.3.9
- @heroui/form@2.1.9
- @heroui/popover@2.3.9

## 2.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/date-picker",
"version": "2.3.9",
"version": "2.3.10",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/form

## 2.1.9

### Patch Changes

- Updated dependencies [[`f7e5d20`](https://github.com/frontio-ai/heroui/commit/f7e5d205b156060d2d06aa17af31007dbb9fc13c)]:
- @heroui/theme@2.4.6

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/form",
"version": "2.1.8",
"version": "2.1.9",
"description": "A form is a group of inputs that allows users submit data to a server and supports field validation errors.",
"keywords": [
"form"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input-otp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/input-otp

## 2.1.9

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9

## 2.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input-otp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/input-otp",
"version": "2.1.8",
"version": "2.1.9",
"description": "",
"keywords": [
"input-otp"
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 @@
# @heroui/input

## 2.4.10

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9

## 2.4.9

### 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": "@heroui/input",
"version": "2.4.9",
"version": "2.4.10",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/navbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heroui/navbar

## 2.2.9

### Patch Changes

- [#4506](https://github.com/frontio-ai/heroui/pull/4506) [`61ad020`](https://github.com/frontio-ai/heroui/commit/61ad0205c5b4b5c3ccba3acc05cef88914b53a7e) Thanks [@Peterl561](https://github.com/Peterl561)! - fixed NavbarMenu React.Fragment prop error when animation is disabled (#4501)

## 2.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/navbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/navbar",
"version": "2.2.8",
"version": "2.2.9",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"keywords": [
"navbar"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @heroui/radio

## 2.3.9

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/radio",
"version": "2.3.8",
"version": "2.3.9",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/select

## 2.4.10

### Patch Changes

- Updated dependencies []:
- @heroui/form@2.1.9
- @heroui/listbox@2.3.9
- @heroui/popover@2.3.9
- @heroui/scroll-shadow@2.3.5
- @heroui/spinner@2.2.6

## 2.4.9

### 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": "@heroui/select",
"version": "2.4.9",
"version": "2.4.10",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heroui/table

## 2.2.9

### Patch Changes

- Updated dependencies []:
- @heroui/checkbox@2.3.9
- @heroui/spacer@2.2.6

## 2.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/table",
"version": "2.2.8",
"version": "2.2.9",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
Expand Down
51 changes: 51 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,56 @@
# @heroui/react

## 2.6.14

### Patch Changes

- Updated dependencies [[`61ad020`](https://github.com/frontio-ai/heroui/commit/61ad0205c5b4b5c3ccba3acc05cef88914b53a7e), [`f7e5d20`](https://github.com/frontio-ai/heroui/commit/f7e5d205b156060d2d06aa17af31007dbb9fc13c)]:
- @heroui/navbar@2.2.9
- @heroui/theme@2.4.6
- @heroui/accordion@2.2.7
- @heroui/alert@2.2.9
- @heroui/autocomplete@2.3.11
- @heroui/avatar@2.2.6
- @heroui/badge@2.2.5
- @heroui/breadcrumbs@2.2.6
- @heroui/button@2.2.9
- @heroui/calendar@2.2.9
- @heroui/card@2.2.9
- @heroui/checkbox@2.3.9
- @heroui/chip@2.2.6
- @heroui/code@2.2.6
- @heroui/date-input@2.3.9
- @heroui/date-picker@2.3.10
- @heroui/divider@2.2.5
- @heroui/drawer@2.2.7
- @heroui/dropdown@2.3.9
- @heroui/form@2.1.9
- @heroui/image@2.2.5
- @heroui/input@2.4.10
- @heroui/input-otp@2.1.9
- @heroui/kbd@2.2.6
- @heroui/link@2.2.7
- @heroui/listbox@2.3.9
- @heroui/menu@2.2.9
- @heroui/modal@2.2.7
- @heroui/pagination@2.2.8
- @heroui/popover@2.3.9
- @heroui/progress@2.2.6
- @heroui/radio@2.3.9
- @heroui/ripple@2.2.7
- @heroui/scroll-shadow@2.3.5
- @heroui/select@2.4.10
- @heroui/skeleton@2.2.5
- @heroui/slider@2.4.7
- @heroui/snippet@2.2.10
- @heroui/spacer@2.2.6
- @heroui/spinner@2.2.6
- @heroui/switch@2.2.8
- @heroui/table@2.2.9
- @heroui/tabs@2.2.7
- @heroui/tooltip@2.2.7
- @heroui/user@2.2.6

## 2.6.13

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

## 2.4.6

### Patch Changes

- [#4587](https://github.com/frontio-ai/heroui/pull/4587) [`f7e5d20`](https://github.com/frontio-ai/heroui/commit/f7e5d205b156060d2d06aa17af31007dbb9fc13c) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing shadow none (#4586)

## 2.4.5

### 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": "@heroui/theme",
"version": "2.4.5",
"version": "2.4.6",
"description": "The default theme for HeroUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit 4ad25a4

Please sign in to comment.