ci(changesets): version packages

This commit is contained in:
Junior Garcia 2023-11-04 19:43:34 +00:00
parent e84158db62
commit e7a4711d9b
46 changed files with 129 additions and 51 deletions

View File

@ -1,8 +0,0 @@
---
"@nextui-org/select": patch
"@nextui-org/input": patch
"@nextui-org/theme": patch
---
- Select without label position fixed
- Input helperWrapper slot is now relative to its parent

View File

@ -43,7 +43,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -1,5 +1,18 @@
# @nextui-org/autocomplete
## 2.0.2
### Patch Changes
- Updated dependencies [[`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]:
- @nextui-org/input@2.1.11
- @nextui-org/theme@2.1.12
- @nextui-org/popover@2.1.10
- @nextui-org/button@2.0.22
- @nextui-org/listbox@2.1.11
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/spinner@2.0.20
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/autocomplete",
"version": "2.0.1",
"version": "2.0.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"
@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -1,5 +1,14 @@
# @nextui-org/input
## 2.1.11
### Patch Changes
- [#1869](https://github.com/nextui-org/nextui/pull/1869) [`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed
- Input helperWrapper slot is now relative to its parent
- Updated dependencies [[`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]:
- @nextui-org/theme@2.1.12
## 2.1.10
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/input",
"version": "2.1.10",
"version": "2.1.11",
"description": "The input component is designed for capturing user input within a text field.",
"keywords": [
"input"
@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -1,5 +1,18 @@
# @nextui-org/select
## 2.1.14
### Patch Changes
- [#1869](https://github.com/nextui-org/nextui/pull/1869) [`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed
- Input helperWrapper slot is now relative to its parent
- Updated dependencies [[`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]:
- @nextui-org/theme@2.1.12
- @nextui-org/popover@2.1.10
- @nextui-org/listbox@2.1.11
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/spinner@2.0.20
## 2.1.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/select",
"version": "2.1.13",
"version": "2.1.14",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"keywords": [
"select"
@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -38,7 +38,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11"
"@nextui-org/theme": ">=2.1.12"
},
"dependencies": {
"@nextui-org/system-rsc": "workspace:*",

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -37,7 +37,7 @@
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"@nextui-org/system": ">=2.0.11"
},
"dependencies": {

View File

@ -1,5 +1,49 @@
# @nextui-org/react
## 2.2.2
### Patch Changes
- Updated dependencies [[`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89)]:
- @nextui-org/select@2.1.14
- @nextui-org/input@2.1.11
- @nextui-org/theme@2.1.12
- @nextui-org/accordion@2.0.24
- @nextui-org/autocomplete@2.0.2
- @nextui-org/modal@2.0.24
- @nextui-org/navbar@2.0.23
- @nextui-org/popover@2.1.10
- @nextui-org/tabs@2.0.22
- @nextui-org/avatar@2.0.22
- @nextui-org/badge@2.0.20
- @nextui-org/breadcrumbs@2.0.1
- @nextui-org/button@2.0.22
- @nextui-org/card@2.0.22
- @nextui-org/checkbox@2.0.23
- @nextui-org/chip@2.0.22
- @nextui-org/code@2.0.20
- @nextui-org/divider@2.0.21
- @nextui-org/dropdown@2.1.11
- @nextui-org/image@2.0.22
- @nextui-org/kbd@2.0.21
- @nextui-org/link@2.0.23
- @nextui-org/listbox@2.1.11
- @nextui-org/menu@2.0.12
- @nextui-org/pagination@2.0.23
- @nextui-org/progress@2.0.22
- @nextui-org/radio@2.0.23
- @nextui-org/ripple@2.0.22
- @nextui-org/scroll-shadow@2.1.10
- @nextui-org/skeleton@2.0.20
- @nextui-org/slider@2.2.1
- @nextui-org/snippet@2.0.26
- @nextui-org/spacer@2.0.20
- @nextui-org/spinner@2.0.20
- @nextui-org/switch@2.0.22
- @nextui-org/table@2.0.24
- @nextui-org/tooltip@2.0.25
- @nextui-org/user@2.0.23
## 2.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.2.1",
"version": "2.2.2",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",

View File

@ -35,7 +35,7 @@
},
"peerDependencies": {
"react": ">=18",
"@nextui-org/theme": ">=2.1.11",
"@nextui-org/theme": ">=2.1.12",
"tailwind-variants": ">=0.1.13"
},
"devDependencies": {

View File

@ -1,5 +1,12 @@
# @nextui-org/theme
## 2.1.12
### Patch Changes
- [#1869](https://github.com/nextui-org/nextui/pull/1869) [`e84158db6`](https://github.com/nextui-org/nextui/commit/e84158db620954b0f1d71206acbf3d46f43b0b89) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - - Select without label position fixed
- Input helperWrapper slot is now relative to its parent
## 2.1.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.1.11",
"version": "2.1.12",
"description": "The default theme for NextUI components",
"keywords": [
"theme",