Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit e7fd349

Browse files
committed
chore: version packages
1 parent 3a28235 commit e7fd349

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

.changeset/eight-tables-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chakra-ui/nuxt': patch
3+
---
4+
5+
Fixes registration of internal icons

.changeset/pre.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@chakra-ui/vue": "0.7.2",
6+
"@chakra-ui/nuxt": "0.2.2",
7+
"@chakra-ui/theme-vue": "0.2.8",
8+
"chakra-ui-docs": "0.5.3"
9+
},
10+
"changesets": [
11+
"eight-tables-vanish"
12+
]
13+
}

packages/chakra-ui-nuxt/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.2.3-next.0
4+
5+
### Patch Changes
6+
7+
- Fixes registration of internal icons
8+
39
## 0.2.2
410

511
### Patch Changes

packages/chakra-ui-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt",
3-
"version": "0.2.2",
3+
"version": "0.2.3-next.0",
44
"description": "Chakra UI Module for Nuxt.js",
55
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
66
"license": "MIT",

0 commit comments

Comments
 (0)