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 May 27, 2024
1 parent 578cf5a commit bbff7ab
Show file tree
Hide file tree
Showing 129 changed files with 627 additions and 285 deletions.
9 changes: 0 additions & 9 deletions .changeset/dull-experts-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-kids-drop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/few-oranges-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-adults-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-avocados-type.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/good-crabs-clap.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/great-singers-repeat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-ravens-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-hairs-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-kangaroos-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-pianos-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-ties-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-cobras-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-parrots-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-eels-march.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-pillows-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-kids-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-crews-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-baboons-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-turkeys-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-zoos-decide.md

This file was deleted.

40 changes: 0 additions & 40 deletions .changeset/seven-bears-vanish.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-ways-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-mice-act.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/smooth-laws-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-trains-wonder.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thick-frogs-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-plants-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-coins-call.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-numbers-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-carpets-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-planets-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-birds-watch.md

This file was deleted.

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

## 2.0.33

### Patch Changes

- [#2265](https://github.com/nextui-org/nextui/pull/2265) [`10497f1a9`](https://github.com/nextui-org/nextui/commit/10497f1a97c0ecfec1cf699a1cd407be48553754) Thanks [@outputboy](https://github.com/outputboy)! - Make the accordion item heading tag customizable to satisfy a11y needs. Headings on web pages need to be consistent and semantic; this will help all users better find the content they are looking for. (#2950)

- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.

- [#2725](https://github.com/nextui-org/nextui/pull/2725) [`8048dcc0c`](https://github.com/nextui-org/nextui/commit/8048dcc0c37455d2574c93d6f9fa505a936aedb5) Thanks [@ericfabreu](https://github.com/ericfabreu)! - Fix 'Tap to click' behavior on macOS for Accordion and Tab

- Updated dependencies [[`3b14c21e0`](https://github.com/nextui-org/nextui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2)]:
- @nextui-org/aria-utils@2.0.19
- @nextui-org/framer-utils@2.0.19
- @nextui-org/divider@2.0.28

## 2.0.32

### 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": "@nextui-org/accordion",
"version": "2.0.32",
"version": "2.0.33",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
25 changes: 25 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @nextui-org/autocomplete

## 2.1.0

### Minor Changes

- [#2987](https://github.com/nextui-org/nextui/pull/2987) [`540aa2124`](https://github.com/nextui-org/nextui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Change validationBehavior from native to aria by default, with the option to change via props.

### Patch Changes

- [#2889](https://github.com/nextui-org/nextui/pull/2889) [`aba1716ed`](https://github.com/nextui-org/nextui/commit/aba1716edc2a85c94e6baeb4acc481f67589d002) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Update React Aria packages

- [#2854](https://github.com/nextui-org/nextui/pull/2854) [`3b14c21e0`](https://github.com/nextui-org/nextui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e) Thanks [@wingkwong](https://github.com/wingkwong)! - Revise popover-based focus behaviours (#2849, #2834, #2779, #2962, #2872, #2974, #1920, #1287, #3060)

- [#2953](https://github.com/nextui-org/nextui/pull/2953) [`c8f792ccd`](https://github.com/nextui-org/nextui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Fix update type definition to prevent primitive values as items (#2938)

- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.

- Updated dependencies [[`3b14c21e0`](https://github.com/nextui-org/nextui/commit/3b14c21e02fedf15d7d22e911109dac60c4e780e), [`c8f792ccd`](https://github.com/nextui-org/nextui/commit/c8f792ccd78a80000e6f5b15e6f22cac947fd531), [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2), [`540aa2124`](https://github.com/nextui-org/nextui/commit/540aa2124b45b65a40e73f5aea2b90405fe1fe9a)]:
- @nextui-org/popover@2.1.22
- @nextui-org/aria-utils@2.0.19
- @nextui-org/listbox@2.1.20
- @nextui-org/button@2.0.32
- @nextui-org/input@2.2.0
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/spinner@2.0.29

## 2.0.16

### 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.16",
"version": "2.1.0",
"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/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/avatar

## 2.0.28

### Patch Changes

- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.

## 2.0.27

### 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": "@nextui-org/avatar",
"version": "2.0.27",
"version": "2.0.28",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/badge

## 2.0.28

### Patch Changes

- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.

## 2.0.27

### 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": "@nextui-org/badge",
"version": "2.0.27",
"version": "2.0.28",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/breadcrumbs

## 2.0.8

### Patch Changes

- [#2929](https://github.com/nextui-org/nextui/pull/2929) [`422770cc6`](https://github.com/nextui-org/nextui/commit/422770cc6bcdd1d4c51257654ab718f3c19d6cb2) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Add support for disabling the animations globally.

## 2.0.7

### 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": "@nextui-org/breadcrumbs",
"version": "2.0.7",
"version": "2.0.8",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down
Loading

0 comments on commit bbff7ab

Please sign in to comment.