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 Jul 18, 2024
1 parent fbd4f4b commit d5caf71
Show file tree
Hide file tree
Showing 61 changed files with 300 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-countries-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-onions-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-bobcats-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-garlics-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-jars-love.md

This file was deleted.

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

## 2.0.37

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.30
- @nextui-org/aria-utils@2.0.23
- @nextui-org/framer-utils@2.0.23

## 2.0.36

### 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.36",
"version": "2.0.37",
"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.4

### Patch Changes

- Updated dependencies []:
- @nextui-org/button@2.0.36
- @nextui-org/input@2.2.3
- @nextui-org/listbox@2.1.24
- @nextui-org/popover@2.1.26
- @nextui-org/scroll-shadow@2.1.18
- @nextui-org/spinner@2.0.32
- @nextui-org/aria-utils@2.0.23

## 2.1.3

### 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.3",
"version": "2.1.4",
"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
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.36

### Patch Changes

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

## 2.0.35

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

## 2.0.9

### Patch Changes

- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month

- Updated dependencies []:
- @nextui-org/button@2.0.36
- @nextui-org/framer-utils@2.0.23

## 2.0.8

### 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.8",
"version": "2.0.9",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
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.31

### Patch Changes

- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
- @nextui-org/system-rsc@2.1.4

## 2.0.30

### 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.30",
"version": "2.0.31",
"description": "Code is a component used to display inline code.",
"keywords": [
"code"
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 @@
# @nextui-org/date-picker

## 2.1.4

### Patch Changes

- Updated dependencies [[`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]:
- @nextui-org/calendar@2.0.9
- @nextui-org/button@2.0.36
- @nextui-org/date-input@2.1.2
- @nextui-org/popover@2.1.26
- @nextui-org/aria-utils@2.0.23

## 2.1.3

### 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.3",
"version": "2.1.4",
"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.30

### Patch Changes

- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
- @nextui-org/system-rsc@2.1.4

## 2.0.29

### 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.29",
"version": "2.0.30",
"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.28

### Patch Changes

- Updated dependencies []:
- @nextui-org/menu@2.0.27
- @nextui-org/popover@2.1.26
- @nextui-org/aria-utils@2.0.23

## 2.1.27

### 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.27",
"version": "2.1.28",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"keywords": [
"dropdown"
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.32

### Patch Changes

- Updated dependencies [[`5591138bf`](https://github.com/nextui-org/nextui/commit/5591138bff4a393f614c4cb0d505901560c4ceea)]:
- @nextui-org/system-rsc@2.1.4

## 2.0.31

### 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.31",
"version": "2.0.32",
"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.24

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.30
- @nextui-org/aria-utils@2.0.23

## 2.1.23

### 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.23",
"version": "2.1.24",
"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.27

### Patch Changes

- Updated dependencies []:
- @nextui-org/divider@2.0.30
- @nextui-org/aria-utils@2.0.23

## 2.0.26

### 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.26",
"version": "2.0.27",
"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.38

### Patch Changes

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

## 2.0.37

### 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.37",
"version": "2.0.38",
"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.35

### Patch Changes

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

## 2.0.34

### 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.34",
"version": "2.0.35",
"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
9 changes: 9 additions & 0 deletions packages/components/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/popover

## 2.1.26

### Patch Changes

- Updated dependencies []:
- @nextui-org/button@2.0.36
- @nextui-org/aria-utils@2.0.23
- @nextui-org/framer-utils@2.0.23

## 2.1.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/popover",
"version": "2.1.25",
"version": "2.1.26",
"description": "A popover is an overlay element positioned relative to a trigger.",
"keywords": [
"popover"
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 @@
# @nextui-org/select

## 2.2.4

### Patch Changes

- Updated dependencies []:
- @nextui-org/listbox@2.1.24
- @nextui-org/popover@2.1.26
- @nextui-org/scroll-shadow@2.1.18
- @nextui-org/spinner@2.0.32
- @nextui-org/aria-utils@2.0.23

## 2.2.3

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

## 2.2.14

### Patch Changes

- Updated dependencies []:
- @nextui-org/tooltip@2.0.38

## 2.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/slider",
"version": "2.2.13",
"version": "2.2.14",
"description": "A slider allows a user to select one or more values within a range.",
"keywords": [
"slider"
Expand Down
Loading

0 comments on commit d5caf71

Please sign in to comment.