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

chore(release): version packages #442

Merged
merged 1 commit into from
Jun 12, 2021
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
8 changes: 0 additions & 8 deletions .changeset/small-bikes-wink.md

This file was deleted.

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

## 0.9.0

### Minor Changes

- [`5552440`](https://github.com/chakra-ui/chakra-ui-vue/commit/5552440eb8e0f1fb283c7dc263888bf09dcfa7b9) [#438](https://github.com/chakra-ui/chakra-ui-vue/pull/438) Thanks [@codebender828](https://github.com/codebender828)! - - This changeset adds a srcset support to the CImage component.
- Fixes merging of Popper.js modifiers
- Adds CGridItems components to the core 👏🏾

## 0.8.1

### Patch Changes
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.8.1",
"version": "0.9.0",
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/chakra-ui-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.3.2

### Patch Changes

- Updated dependencies [[`5552440`](https://github.com/chakra-ui/chakra-ui-vue/commit/5552440eb8e0f1fb283c7dc263888bf09dcfa7b9)]:
- @chakra-ui/vue@0.9.0

## 0.3.1

### 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.3.1",
"version": "0.3.2",
"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.8.1",
"@chakra-ui/vue": "^0.9.0",
"chakra-loader": "latest",
"@emotion/css": "^11.0.0"
},
Expand Down
13 changes: 13 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 0.6.0

### Minor Changes

- [`5552440`](https://github.com/chakra-ui/chakra-ui-vue/commit/5552440eb8e0f1fb283c7dc263888bf09dcfa7b9) [#438](https://github.com/chakra-ui/chakra-ui-vue/pull/438) Thanks [@codebender828](https://github.com/codebender828)! - - This changeset adds a srcset support to the CImage component.
- Fixes merging of Popper.js modifiers
- Adds CGridItems components to the core 👏🏾

### Patch Changes

- Updated dependencies [[`5552440`](https://github.com/chakra-ui/chakra-ui-vue/commit/5552440eb8e0f1fb283c7dc263888bf09dcfa7b9)]:
- @chakra-ui/vue@0.9.0

## 0.5.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "0.6.0",
"description": "Chakra UI Vue documentation site",
"private": true,
"scripts": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@chakra-ui/theme-vue": "^0.2.11",
"@chakra-ui/vue": "^0.8.1",
"@chakra-ui/vue": "^0.9.0",
"@emotion/css": "^11.0.0",
"@mdx-js/vue-loader": "^1.6.1",
"@nuxtjs/dotenv": "^1.4.0",
Expand Down