mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1284)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
a1a02dc0db
commit
edc2bc741e
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@nextui-org/tooltip": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix the trigger behavior to prevent it from opening again after the delay is not reached and the cursor moves out.
|
|
||||||
@ -1,5 +1,12 @@
|
|||||||
# @nextui-org/snippet
|
# @nextui-org/snippet
|
||||||
|
|
||||||
|
## 2.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`a1a02dc0`](https://github.com/nextui-org/nextui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]:
|
||||||
|
- @nextui-org/tooltip@2.0.3
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/snippet",
|
"name": "@nextui-org/snippet",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "Display a snippet of copyable code for the command line.",
|
"description": "Display a snippet of copyable code for the command line.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"snippet"
|
"snippet"
|
||||||
|
|||||||
@ -1,5 +1,11 @@
|
|||||||
# @nextui-org/tooltip
|
# @nextui-org/tooltip
|
||||||
|
|
||||||
|
## 2.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#1278](https://github.com/nextui-org/nextui/pull/1278) [`a1a02dc0`](https://github.com/nextui-org/nextui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19) Thanks [@tianenpang](https://github.com/tianenpang)! - Fix the trigger behavior to prevent it from opening again after the delay is not reached and the cursor moves out.
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/tooltip",
|
"name": "@nextui-org/tooltip",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "A React Component for rendering dynamically positioned Tooltips",
|
"description": "A React Component for rendering dynamically positioned Tooltips",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"tooltip"
|
"tooltip"
|
||||||
|
|||||||
@ -1,5 +1,14 @@
|
|||||||
# @nextui-org/react
|
# @nextui-org/react
|
||||||
|
|
||||||
|
## 2.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`a1a02dc0`](https://github.com/nextui-org/nextui/commit/a1a02dc0db6dc6f9c3355e6f58173433c2e41e19)]:
|
||||||
|
- @nextui-org/tooltip@2.0.3
|
||||||
|
- @nextui-org/snippet@2.0.3
|
||||||
|
- @nextui-org/table@2.0.2
|
||||||
|
|
||||||
## 2.0.2
|
## 2.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nextui-org/react",
|
"name": "@nextui-org/react",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "🚀 Beautiful and modern React UI library.",
|
"description": "🚀 Beautiful and modern React UI library.",
|
||||||
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
||||||
"homepage": "https://nextui.org",
|
"homepage": "https://nextui.org",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user