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

chore(release): version packages #419

Merged
merged 1 commit into from
Apr 1, 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/loud-pianos-argue.md

This file was deleted.

14 changes: 10 additions & 4 deletions packages/chakra-ui-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Change Log

## 0.8.1

### Patch Changes

- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color

## 0.8.0

### Minor Changes

- [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes
- feat: add type definition of component #380 by @odanado
- feat: add type definition of component #380 by @odanado
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch

## 0.7.4

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

## 0.3.1

### Patch Changes

- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color

- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]:
- @chakra-ui/vue@0.8.1

## 0.3.0

### Minor Changes

- [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes
- feat: add type definition of component #380 by @odanado
- feat: add type definition of component #380 by @odanado
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
- fix: Add position: relative to switch label #396 by @IHIutch
- fix: Deeply nested aspect-ratio by @IHIutch

### 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.0",
"version": "0.3.1",
"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.0",
"@chakra-ui/vue": "^0.8.1",
"chakra-loader": "latest",
"@emotion/css": "^11.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/chakra-ui-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.2.11

### Patch Changes

- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color

## 0.2.10

## 0.2.9
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.10",
"version": "0.2.11",
"description": "Default theme for @chakra-ui/vue default theme object",
"author": {
"name": "Jonathan Bakebwa",
Expand Down
10 changes: 10 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.5.7

### Patch Changes

- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color

- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]:
- @chakra-ui/vue@0.8.1
- @chakra-ui/theme-vue@0.2.11

## 0.5.6

### 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.6",
"version": "0.5.7",
"description": "Chakra UI Vue documentation site",
"private": true,
"scripts": {
Expand All @@ -26,8 +26,8 @@
}
},
"dependencies": {
"@chakra-ui/theme-vue": "^0.2.10",
"@chakra-ui/vue": "^0.8.0",
"@chakra-ui/theme-vue": "^0.2.11",
"@chakra-ui/vue": "^0.8.1",
"@emotion/css": "^11.0.0",
"@mdx-js/vue-loader": "^1.6.1",
"@nuxtjs/dotenv": "^1.4.0",
Expand Down