Skip to content

Commit

Permalink
ci(changesets): version packages (#1860)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <[email protected]>
  • Loading branch information
github-actions[bot] and jrgarciadev authored Nov 3, 2023
1 parent 25e86fb commit 5a4a60b
Show file tree
Hide file tree
Showing 147 changed files with 1,014 additions and 255 deletions.
77 changes: 0 additions & 77 deletions .changeset/silver-spoons-remain.md

This file was deleted.

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

## 2.0.24

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/divider@2.0.21
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-accordion@2.0.2
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/aria-utils@2.0.11
- @nextui-org/framer-transitions@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4

## 2.0.23

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.23",
"version": "2.0.24",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"keywords": [
"react",
Expand Down Expand Up @@ -42,9 +42,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand Down
22 changes: 22 additions & 0 deletions packages/components/autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @nextui-org/autocomplete

## 2.0.1

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/button@2.0.22
- @nextui-org/input@2.1.10
- @nextui-org/listbox@2.1.11
- @nextui-org/popover@2.1.10
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/spinner@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/aria-utils@2.0.11
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
10 changes: 5 additions & 5 deletions 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.0",
"version": "2.0.1",
"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 Expand Up @@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/aria-utils": "workspace:*",
Expand All @@ -62,7 +62,7 @@
"@react-types/combobox": "^3.8.1",
"@react-types/shared": "^3.21.0"
},
"devDependencies": {
"devDependencies": {
"@nextui-org/theme": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/avatar": "workspace:*",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nextui-org/avatar

## 2.0.22

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-image@2.0.4
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

## 2.0.21

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.21",
"version": "2.0.22",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"keywords": [
"avatar"
Expand Down Expand Up @@ -36,8 +36,8 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/badge

## 2.0.20

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system-rsc@2.0.7
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

## 2.0.19

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.19",
"version": "2.0.20",
"description": "Badges are used as a small numerical value or status descriptor for UI elements.",
"keywords": [
"badge"
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @nextui-org/breadcrumbs

## 2.0.1

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-icons@2.0.5
- @nextui-org/shared-utils@2.0.4
8 changes: 4 additions & 4 deletions 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.0",
"version": "2.0.1",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"keywords": [
"breadcrumbs"
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/react-utils": "workspace:*",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nextui-org/button

## 2.0.22

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/ripple@2.0.22
- @nextui-org/spinner@2.0.20
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

## 2.0.21

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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.21",
"version": "2.0.22",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"keywords": [
"button"
Expand Down Expand Up @@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nextui-org/card

## 2.0.22

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/ripple@2.0.22
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-button@2.0.6
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

## 2.0.21

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/card",
"version": "2.0.21",
"version": "2.0.22",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down Expand Up @@ -36,9 +36,9 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.0.0",
"@nextui-org/system": ">=2.0.0"
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.10",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
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 @@
# @nextui-org/checkbox

## 2.0.23

### Patch Changes

- [`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - New version v2.2.0

- Updated dependencies [[`25e86fb41`](https://github.com/nextui-org/nextui/commit/25e86fb41770d3cdae6dfdb79306b78fa02d8187)]:
- @nextui-org/system@2.0.11
- @nextui-org/theme@2.1.10
- @nextui-org/use-aria-press@2.0.1
- @nextui-org/react-utils@2.0.10
- @nextui-org/shared-utils@2.0.4

## 2.0.22

### Patch Changes
Expand Down
Loading

1 comment on commit 5a4a60b

@vercel
Copy link

@vercel vercel bot commented on 5a4a60b Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.