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 Jun 6, 2024
1 parent 3500147 commit a7f6271
Show file tree
Hide file tree
Showing 33 changed files with 164 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-mice-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-maps-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-peaches-live.md

This file was deleted.

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

## 2.0.35

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.34

### 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.34",
"version": "2.0.35",
"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.2

### Patch Changes

- [#3175](https://github.com/nextui-org/nextui/pull/3175) [`2069a7a9d`](https://github.com/nextui-org/nextui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707) Thanks [@wingkwong](https://github.com/wingkwong)! - Fix maximum update depth exceeded on Autocomplete component (#3094)

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/button@2.0.33
- @nextui-org/input@2.2.2
- @nextui-org/listbox@2.1.21
- @nextui-org/popover@2.1.23

## 2.1.1

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

## 2.0.10

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.9

### 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.9",
"version": "2.0.10",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
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.7

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/button@2.0.33

## 2.0.6

### 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.6",
"version": "2.0.7",
"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/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/chip

## 2.0.30

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.29

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

## 2.1.2

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/button@2.0.33
- @nextui-org/calendar@2.0.7
- @nextui-org/date-input@2.1.0
- @nextui-org/popover@2.1.23

## 2.1.1

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

## 2.2.2

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.2.1

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

## 2.0.32

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.31",
"version": "2.0.32",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"keywords": [
"link"
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.36

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.35

### 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.35",
"version": "2.0.36",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"keywords": [
"modal"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/pagination

## 2.0.33

### Patch Changes

- [#3144](https://github.com/nextui-org/nextui/pull/3144) [`68d1629e7`](https://github.com/nextui-org/nextui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed pagination missing animation (#3138)

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8

## 2.0.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/pagination",
"version": "2.0.32",
"version": "2.0.33",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"keywords": [
"pagination"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nextui-org/select

## 2.2.2

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/listbox@2.1.21
- @nextui-org/popover@2.1.23

## 2.2.1

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

## 2.0.38

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/button@2.0.33

## 2.0.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/snippet",
"version": "2.0.37",
"version": "2.0.38",
"description": "Display a snippet of copyable code for the command line.",
"keywords": [
"snippet"
Expand Down
8 changes: 8 additions & 0 deletions packages/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nextui-org/table

## 2.0.36

### Patch Changes

- Updated dependencies [[`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12)]:
- @nextui-org/shared-icons@2.0.8
- @nextui-org/checkbox@2.1.1

## 2.0.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/table",
"version": "2.0.35",
"version": "2.0.36",
"description": "Tables are used to display tabular data using rows and columns. ",
"keywords": [
"table"
Expand Down
35 changes: 35 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @nextui-org/react

## 2.4.2

### Patch Changes

- Updated dependencies [[`68d1629e7`](https://github.com/nextui-org/nextui/commit/68d1629e778723c85825463ef0d2cdd66c1a4aff), [`2069a7a9d`](https://github.com/nextui-org/nextui/commit/2069a7a9d00291266fef763c6817b3bdd3ed4707)]:
- @nextui-org/pagination@2.0.33
- @nextui-org/autocomplete@2.1.2
- @nextui-org/table@2.0.36
- @nextui-org/accordion@2.0.35
- @nextui-org/avatar@2.0.29
- @nextui-org/badge@2.0.28
- @nextui-org/breadcrumbs@2.0.10
- @nextui-org/button@2.0.33
- @nextui-org/calendar@2.0.7
- @nextui-org/checkbox@2.1.1
- @nextui-org/chip@2.0.30
- @nextui-org/date-input@2.1.0
- @nextui-org/date-picker@2.1.2
- @nextui-org/dropdown@2.1.25
- @nextui-org/input@2.2.2
- @nextui-org/link@2.0.32
- @nextui-org/listbox@2.1.21
- @nextui-org/menu@2.0.24
- @nextui-org/modal@2.0.36
- @nextui-org/navbar@2.0.32
- @nextui-org/select@2.2.2
- @nextui-org/slider@2.2.11
- @nextui-org/snippet@2.0.38
- @nextui-org/switch@2.0.30
- @nextui-org/tabs@2.0.31
- @nextui-org/progress@2.0.30
- @nextui-org/popover@2.1.23
- @nextui-org/card@2.0.30
- @nextui-org/user@2.0.30

## 2.4.1

### 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": "@nextui-org/react",
"version": "2.4.1",
"version": "2.4.2",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/utilities/shared-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/shared-icons

## 2.0.8

### Patch Changes

- [#3199](https://github.com/nextui-org/nextui/pull/3199) [`3500147d7`](https://github.com/nextui-org/nextui/commit/3500147d7fbe53bc01ae24749fdeaf87c37c0d12) Thanks [@wingkwong](https://github.com/wingkwong)! - avoid passing non-DOM attributes to svg (#3184)

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/shared-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/shared-icons",
"version": "2.0.7",
"version": "2.0.8",
"description": "Internal icons set, commonly used in the components stories",
"keywords": [
"icons-utils"
Expand Down

0 comments on commit a7f6271

Please sign in to comment.