Skip to content

Commit 98a93dc

Browse files
committed
ci(changesets): version packages
1 parent 388b2ed commit 98a93dc

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/little-apricots-rhyme.md

-5
This file was deleted.

packages/components/drawer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nextui-org/drawer
22

3+
## 2.2.7
4+
5+
### Patch Changes
6+
7+
- [#4438](https://github.com/nextui-org/nextui/pull/4438) [`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175) Thanks [@wingkwong](https://github.com/wingkwong)! - use top-level type-only import instead of inline type specifiers
8+
39
## 2.2.6
410

511
### Patch Changes

packages/components/drawer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/drawer",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "Used to render a content that slides in from the side of the screen.",
55
"keywords": [
66
"drawer"

packages/core/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nextui-org/react
22

3+
## 2.6.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`07780a7`](https://github.com/nextui-org/nextui/commit/07780a75a2747405e16af99c1692aef496f54175)]:
8+
- @nextui-org/drawer@2.2.7
9+
310
## 2.6.10
411

512
### Patch Changes

packages/core/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextui-org/react",
3-
"version": "2.6.10",
3+
"version": "2.6.11",
44
"description": "🚀 Beautiful and modern React UI library.",
55
"author": "Junior Garcia <jrgarciadev@gmail.com>",
66
"homepage": "https://nextui.org",

0 commit comments

Comments
 (0)