Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/nervous-moles-hide.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/pre.json

This file was deleted.

6 changes: 6 additions & 0 deletions packages/chakra-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.7.4

### Patch Changes

- [`951906a`](https://github.com/chakra-ui/chakra-ui-vue/commit/951906a61deabdcf1d3f04b7f8f9fdeaad1f3841) [#375](https://github.com/chakra-ui/chakra-ui-vue/pull/375) Thanks [@codebender828](https://github.com/codebender828)! - Added support for Feather Icons to Nuxt.js

## 0.7.3

## 0.7.2
Expand Down
2 changes: 1 addition & 1 deletion packages/chakra-ui-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/vue",
"version": "0.7.3",
"version": "0.7.4",
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/chakra-ui-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.2.4

### Patch Changes

- [`951906a`](https://github.com/chakra-ui/chakra-ui-vue/commit/951906a61deabdcf1d3f04b7f8f9fdeaad1f3841) [#375](https://github.com/chakra-ui/chakra-ui-vue/pull/375) Thanks [@codebender828](https://github.com/codebender828)! - Added support for Feather Icons to Nuxt.js

- Updated dependencies [[`951906a`](https://github.com/chakra-ui/chakra-ui-vue/commit/951906a61deabdcf1d3f04b7f8f9fdeaad1f3841)]:
- @chakra-ui/[email protected]

## 0.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/chakra-ui-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/nuxt",
"version": "0.2.3",
"version": "0.2.4",
"description": "Chakra UI Module for Nuxt.js",
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@chakra-ui/vue": "^0.7.3",
"@chakra-ui/vue": "^0.7.4",
"chakra-loader": "latest",
"@emotion/css": "^11.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/chakra-ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 0.2.10

## 0.2.9

## 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion packages/chakra-ui-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/theme-vue",
"version": "0.2.9",
"version": "0.2.10",
"description": "Default theme for @chakra-ui/vue default theme object",
"author": {
"name": "Jonathan Bakebwa",
Expand Down
8 changes: 8 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.5.5

### Patch Changes

- Updated dependencies [[`951906a`](https://github.com/chakra-ui/chakra-ui-vue/commit/951906a61deabdcf1d3f04b7f8f9fdeaad1f3841)]:
- @chakra-ui/[email protected]
- @chakra-ui/[email protected]

## 0.5.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chakra-ui-docs",
"version": "0.5.4",
"version": "0.5.5",
"description": "Chakra UI Vue documentation site",
"private": true,
"scripts": {
Expand All @@ -26,8 +26,8 @@
}
},
"dependencies": {
"@chakra-ui/theme-vue": "^0.2.9",
"@chakra-ui/vue": "^0.7.3",
"@chakra-ui/theme-vue": "^0.2.10",
"@chakra-ui/vue": "^0.7.4",
"@emotion/css": "^11.0.0",
"@mdx-js/vue-loader": "^1.6.1",
"@nuxtjs/dotenv": "^1.4.0",
Expand Down