Skip to content

Commit

Permalink
ci(changesets): version packages (#4577)
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 Jan 17, 2025
1 parent 45b1d82 commit 85913a8
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-gifts-collect.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 @@
# @heroui/autocomplete

## 2.3.10

### Patch Changes

- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]:
- @heroui/input@2.4.9
- @heroui/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": "@heroui/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 @@
# @heroui/input

## 2.4.9

### Patch Changes

- [`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix input ignoring spaces

## 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": "@heroui/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
15 changes: 15 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @heroui/react

## 2.6.13

### Patch Changes

- Updated dependencies [[`45b1d82`](https://github.com/frontio-ai/heroui/commit/45b1d82c391dac7f39609d492010164b6c2d6d38)]:
- @heroui/input@2.4.9
- @heroui/accordion@2.2.7
- @heroui/autocomplete@2.3.10
- @heroui/drawer@2.2.7
- @heroui/modal@2.2.7
- @heroui/navbar@2.2.8
- @heroui/popover@2.3.9
- @heroui/select@2.4.9
- @heroui/tabs@2.2.7

## 2.6.12

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

0 comments on commit 85913a8

Please sign in to comment.