mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1414)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
f068552774
commit
d7c6c79f38
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/tooltip": patch
|
||||
"@nextui-org/modal": patch
|
||||
---
|
||||
|
||||
Tooltip style prop merged, this allows users change the z-index
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/modal
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1413](https://github.com/nextui-org/nextui/pull/1413) [`f06855277`](https://github.com/nextui-org/nextui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/modal",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
|
||||
"keywords": [
|
||||
"modal"
|
||||
|
||||
@ -1,5 +1,12 @@
|
||||
# @nextui-org/snippet
|
||||
|
||||
## 2.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f06855277`](https://github.com/nextui-org/nextui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]:
|
||||
- @nextui-org/tooltip@2.0.13
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/snippet",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"description": "Display a snippet of copyable code for the command line.",
|
||||
"keywords": [
|
||||
"snippet"
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# @nextui-org/tooltip
|
||||
|
||||
## 2.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#1413](https://github.com/nextui-org/nextui/pull/1413) [`f06855277`](https://github.com/nextui-org/nextui/commit/f0685527744f598e2aa032414f92a301b3195c1e) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Tooltip style prop merged, this allows users change the z-index
|
||||
|
||||
## 2.0.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/tooltip",
|
||||
"version": "2.0.12",
|
||||
"version": "2.0.13",
|
||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||
"keywords": [
|
||||
"tooltip"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# @nextui-org/react
|
||||
|
||||
## 2.0.22
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`f06855277`](https://github.com/nextui-org/nextui/commit/f0685527744f598e2aa032414f92a301b3195c1e)]:
|
||||
- @nextui-org/tooltip@2.0.13
|
||||
- @nextui-org/modal@2.0.13
|
||||
- @nextui-org/snippet@2.0.14
|
||||
- @nextui-org/table@2.0.13
|
||||
|
||||
## 2.0.21
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nextui-org/react",
|
||||
"version": "2.0.21",
|
||||
"version": "2.0.22",
|
||||
"description": "🚀 Beautiful and modern React UI library.",
|
||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||
"homepage": "https://nextui.org",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user