Skip to content

Commit

Permalink
Merge pull request #1 from ShrinidhiUpadhyaya/changeset-release/canary
Browse files Browse the repository at this point in the history
ci(changesets): 📦 version packages
  • Loading branch information
ShrinidhiUpadhyaya committed Jul 3, 2024
2 parents ec7c417 + 1c31664 commit 69cc6ea
Show file tree
Hide file tree
Showing 72 changed files with 332 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-cherries-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-emus-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-foxes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-panthers-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-avocados-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-forks-explode.md

This file was deleted.

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

## 2.0.36

### Patch Changes

- [#3291](https://github.com/nextui-org/nextui/pull/3291) [`e9a6a162e`](https://github.com/nextui-org/nextui/commit/e9a6a162e8a26c6507938191c4e0b5bd94bdbf8d) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed variants for nested accordions (#3285)

- Updated dependencies []:
- @nextui-org/divider@2.0.29
- @nextui-org/aria-utils@2.0.22
- @nextui-org/framer-utils@2.0.22

## 2.0.35

### 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.35",
"version": "2.0.36",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down
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 @@
# @nextui-org/autocomplete

## 2.1.3

### Patch Changes

- Updated dependencies [[`edd48a09c`](https://github.com/nextui-org/nextui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54)]:
- @nextui-org/input@2.2.3
- @nextui-org/spinner@2.0.31
- @nextui-org/listbox@2.1.23
- @nextui-org/popover@2.1.25
- @nextui-org/button@2.0.35
- @nextui-org/scroll-shadow@2.1.17
- @nextui-org/aria-utils@2.0.22

## 2.1.2

### 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.1.2",
"version": "2.1.3",
"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.31

### Patch Changes

- [#3260](https://github.com/nextui-org/nextui/pull/3260) [`6951b1fba`](https://github.com/nextui-org/nextui/commit/6951b1fba03652f95babe3a490caa2a061b8cb12) Thanks [@wingkwong](https://github.com/wingkwong)! - Removed extra `disableAnimation` prop in `getImageProps` (#3257)

## 2.0.30

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

## 2.0.35

### Patch Changes

- Updated dependencies []:
- @nextui-org/spinner@2.0.31
- @nextui-org/ripple@2.0.30

## 2.0.34

### 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": "@nextui-org/button",
"version": "2.0.34",
"version": "2.0.35",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/calendar

## 2.0.8

### Patch Changes

- Updated dependencies []:
- @nextui-org/button@2.0.35
- @nextui-org/framer-utils@2.0.22

## 2.0.7

### 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": "@nextui-org/calendar",
"version": "2.0.7",
"version": "2.0.8",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
6 changes: 6 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/chip

## 2.0.31

### Patch Changes

- [#3300](https://github.com/nextui-org/nextui/pull/3300) [`edd48a09c`](https://github.com/nextui-org/nextui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808)

## 2.0.30

### 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": "@nextui-org/chip",
"version": "2.0.30",
"version": "2.0.31",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"keywords": [
"chip"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/code

## 2.0.30

### Patch Changes

- Updated dependencies [[`f785d1fb0`](https://github.com/nextui-org/nextui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b)]:
- @nextui-org/system-rsc@2.1.3

## 2.0.29

### 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": "@nextui-org/code",
"version": "2.0.29",
"version": "2.0.30",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
Expand Down
13 changes: 13 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/date-picker

## 2.1.3

### Patch Changes

- [#3258](https://github.com/nextui-org/nextui/pull/3258) [`773f3004a`](https://github.com/nextui-org/nextui/commit/773f3004a61966fea2cc14e2f22337ff72365100) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Fix calendar props on date-range-picker

- Updated dependencies []:
- @nextui-org/calendar@2.0.8
- @nextui-org/popover@2.1.25
- @nextui-org/button@2.0.35
- @nextui-org/date-input@2.1.1
- @nextui-org/aria-utils@2.0.22

## 2.1.2

### 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": "@nextui-org/date-picker",
"version": "2.1.2",
"version": "2.1.3",
"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/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/divider

## 2.0.29

### Patch Changes

- Updated dependencies [[`f785d1fb0`](https://github.com/nextui-org/nextui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b)]:
- @nextui-org/system-rsc@2.1.3

## 2.0.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/divider",
"version": "2.0.28",
"version": "2.0.29",
"description": ". A separator is a visual divider between two groups of content",
"keywords": [
"divider"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/dropdown

## 2.1.27

### Patch Changes

- Updated dependencies []:
- @nextui-org/popover@2.1.25
- @nextui-org/menu@2.0.26
- @nextui-org/aria-utils@2.0.22

## 2.1.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/dropdown",
"version": "2.1.26",
"version": "2.1.27",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
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 @@
# @nextui-org/input

## 2.2.3

### Patch Changes

- [#3300](https://github.com/nextui-org/nextui/pull/3300) [`edd48a09c`](https://github.com/nextui-org/nextui/commit/edd48a09ccab2b0b1c0371d1f3fe23447b07fb54) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Add accessible name to the icon button (#2802, #2808)

## 2.2.2

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

## 2.0.31

### Patch Changes

- Updated dependencies [[`f785d1fb0`](https://github.com/nextui-org/nextui/commit/f785d1fb0460df73912bcd6614bc78d46db14e6b)]:
- @nextui-org/system-rsc@2.1.3

## 2.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/kbd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/kbd",
"version": "2.0.30",
"version": "2.0.31",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/listbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/listbox

## 2.1.23

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.29
- @nextui-org/aria-utils@2.0.22

## 2.1.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/listbox",
"version": "2.1.22",
"version": "2.1.23",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"keywords": [
"listbox"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/menu

## 2.0.26

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.29
- @nextui-org/aria-utils@2.0.22

## 2.0.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/menu",
"version": "2.0.25",
"version": "2.0.26",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"keywords": [
"menu"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/modal

## 2.0.37

### Patch Changes

- Updated dependencies []:
- @nextui-org/framer-utils@2.0.22

## 2.0.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/modal",
"version": "2.0.36",
"version": "2.0.37",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/navbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/navbar

## 2.0.34

### Patch Changes

- Updated dependencies []:
- @nextui-org/framer-utils@2.0.22

## 2.0.33

### 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": "@nextui-org/navbar",
"version": "2.0.33",
"version": "2.0.34",
"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
Loading

0 comments on commit 69cc6ea

Please sign in to comment.