Skip to content

Commit

Permalink
v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Feb 28, 2025
1 parent d330941 commit 2ee356b
Show file tree
Hide file tree
Showing 171 changed files with 1,006 additions and 91 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-pandas-rescue.md

This file was deleted.

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

## 2.2.12

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/divider@2.2.10
- @heroui/use-aria-accordion@2.2.7
- @heroui/aria-utils@2.2.12
- @heroui/dom-animation@2.1.6
- @heroui/framer-utils@2.1.11
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/accordion",
"version": "2.2.11",
"version": "2.2.12",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @heroui/alert

## 2.2.15

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/button@2.2.15
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.2.14

### 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": "@heroui/alert",
"version": "2.2.14",
"version": "2.2.15",
"description": "Alerts are temporary notifications that provide concise feedback about an action or event.",
"keywords": [
"alert"
Expand Down
21 changes: 21 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @heroui/autocomplete

## 2.3.16

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/button@2.2.15
- @heroui/form@2.1.14
- @heroui/input@2.4.15
- @heroui/listbox@2.3.14
- @heroui/popover@2.3.15
- @heroui/scroll-shadow@2.3.10
- @heroui/spinner@2.2.12
- @heroui/use-aria-button@2.2.9
- @heroui/use-safe-layout-effect@2.1.6
- @heroui/aria-utils@2.2.12
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.3.15

### 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.15",
"version": "2.3.16",
"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
11 changes: 11 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/avatar

## 2.2.11

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/use-image@2.1.7
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/avatar",
"version": "2.2.10",
"version": "2.2.11",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @heroui/badge

## 2.2.10

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/badge",
"version": "2.2.9",
"version": "2.2.10",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/breadcrumbs

## 2.2.11

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/breadcrumbs",
"version": "2.2.10",
"version": "2.2.11",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @heroui/button

## 2.2.15

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/ripple@2.2.12
- @heroui/spinner@2.2.12
- @heroui/use-aria-button@2.2.9
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/button",
"version": "2.2.14",
"version": "2.2.15",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
15 changes: 15 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @heroui/calendar

## 2.2.15

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/button@2.2.15
- @heroui/use-aria-button@2.2.9
- @heroui/dom-animation@2.1.6
- @heroui/framer-utils@2.1.11
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/calendar",
"version": "2.2.14",
"version": "2.2.15",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
12 changes: 12 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @heroui/card

## 2.2.14

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/ripple@2.2.12
- @heroui/use-aria-button@2.2.9
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/card",
"version": "2.2.13",
"version": "2.2.14",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @heroui/checkbox

## 2.3.14

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/form@2.1.14
- @heroui/use-callback-ref@2.1.6
- @heroui/use-safe-layout-effect@2.1.6
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.3.13

### 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.13",
"version": "2.3.14",
"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
11 changes: 11 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/chip

## 2.2.11

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/chip",
"version": "2.2.10",
"version": "2.2.11",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/code

## 2.2.11

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/system-rsc@2.3.10
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.2.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroui/code",
"version": "2.2.10",
"version": "2.2.11",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
Expand Down
11 changes: 11 additions & 0 deletions packages/components/date-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @heroui/date-input

## 2.3.14

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/form@2.1.14
- @heroui/react-utils@2.1.8
- @heroui/shared-utils@2.1.7

## 2.3.13

### 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.13",
"version": "2.3.14",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
Expand Down
17 changes: 17 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @heroui/date-picker

## 2.3.15

### Patch Changes

- v2.7.4

- Updated dependencies []:
- @heroui/button@2.2.15
- @heroui/calendar@2.2.15
- @heroui/date-input@2.3.14
- @heroui/form@2.1.14
- @heroui/popover@2.3.15
- @heroui/aria-utils@2.2.12
- @heroui/react-utils@2.1.8
- @heroui/shared-icons@2.1.6
- @heroui/shared-utils@2.1.7

## 2.3.14

### 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.14",
"version": "2.3.15",
"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
Loading

0 comments on commit 2ee356b

Please sign in to comment.