Skip to content

Commit

Permalink
ci(changesets): version packages (#1559)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <[email protected]>
  • Loading branch information
2 people authored and jguddas committed Sep 8, 2023
1 parent 2172d0d commit a1a4d25
Show file tree
Hide file tree
Showing 73 changed files with 347 additions and 42 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-pandas-join.md

This file was deleted.

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

## 2.0.20

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/divider@2.0.17

## 2.0.19

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

## 2.0.18

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.17

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

## 2.0.16

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/system-rsc@2.0.4

## 2.0.15

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

## 2.0.18

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/ripple@2.0.18
- @nextui-org/spinner@2.0.16

## 2.0.17

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

## 2.0.18

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/ripple@2.0.18

## 2.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.17",
"version": "2.0.18",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"keywords": [
"card"
Expand Down
7 changes: 7 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nextui-org/checkbox

## 2.0.19

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/checkbox",
"version": "2.0.18",
"version": "2.0.19",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"keywords": [
"checkbox"
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.18

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.17

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

## 2.0.16

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/system-rsc@2.0.4

## 2.0.15

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

## 2.0.17

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/system-rsc@2.0.4

## 2.0.16

### 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.16",
"version": "2.0.17",
"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.7

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/menu@2.0.8
- @nextui-org/popover@2.1.6

## 2.1.6

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

## 2.0.18

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/image",
"version": "2.0.17",
"version": "2.0.18",
"description": "A simple image component",
"keywords": [
"image"
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.1.6

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.1.5

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

## 2.0.17

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/system-rsc@2.0.4

## 2.0.16

### 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.16",
"version": "2.0.17",
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
"keywords": [
"kbd"
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.19

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.18

### 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.18",
"version": "2.0.19",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"
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.7

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/divider@2.0.17

## 2.1.6

### 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.6",
"version": "2.1.7",
"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.8

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6
- @nextui-org/divider@2.0.17

## 2.0.7

### 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.7",
"version": "2.0.8",
"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.20

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.19

### 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.19",
"version": "2.0.20",
"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.19

### Patch Changes

- Updated dependencies [[`7c8341035`](https://github.com/nextui-org/nextui/commit/7c8341035dbdd120cd78221b3cabab2e40e7478d)]:
- @nextui-org/theme@2.1.6

## 2.0.18

### 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.18",
"version": "2.0.19",
"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 a1a4d25

Please sign in to comment.