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

Commit 2d3f1d3

Browse files
Merge pull request #306 from chakra-ui/develop
chore: @chakra-ui/[email protected] & @chakra-ui/[email protected]
2 parents 855dfe7 + ede337e commit 2d3f1d3

File tree

20 files changed

+32
-6
lines changed

20 files changed

+32
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- run: yarn build
5858
- run: yarn publish-ci
5959
env:
60-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60+
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6161

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ packages/*/node_modules
3434
lerna-debug.log
3535
.now
3636
config/.env
37-
packages/nuxt-chakra/.github
37+
packages/chakra-ui-nuxt/.github
3838
packages/chakra-ui-docs/static/sw.js

packages/chakra-ui-core/CHANGELOG.md

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

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- fix style props for @chakra-ui/vue
8+
9+
## 0.6.4
10+
11+
### Patch Changes
12+
13+
- improvements to style props
14+
315
## 0.6.3
416

517
### Patch Changes

packages/chakra-ui-core/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/vue",
3-
"version": "0.6.3",
3+
"version": "0.6.5",
44
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/nuxt-chakra/CHANGELOG.md renamed to packages/chakra-ui-nuxt/CHANGELOG.md

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

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- fix style props for @chakra-ui/vue
8+
- Updated dependencies [undefined]
9+
- @chakra-ui/vue@0.6.5
10+
11+
## 0.0.12
12+
13+
### Patch Changes
14+
15+
- improve component style props
16+
317
## 0.0.10
418

519
### Patch Changes
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)