Skip to content

Commit

Permalink
Version Packages (#6989)
Browse files Browse the repository at this point in the history
Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
  • Loading branch information
github-actions[bot] and segunadebayo committed Nov 29, 2022
1 parent ec50700 commit a78cf1c
Show file tree
Hide file tree
Showing 89 changed files with 638 additions and 177 deletions.
21 changes: 0 additions & 21 deletions .changeset/chatty-seals-dance.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/clever-cougars-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-chicken-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-socks-arrive.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/forty-laws-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-bags-repeat.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/many-items-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-apples-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-singers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-deers-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-ears-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-baboons-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-wombats-mix.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.1.4

### Patch Changes

- Updated dependencies
[[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)]:
- @chakra-ui/icon@3.0.13
- @chakra-ui/descendant@3.0.11

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/accordion",
"version": "2.1.3",
"version": "2.1.4",
"description": "A simple and accessible accordion component for React & Chakra UI",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.13

### Patch Changes

- Updated dependencies
[[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)]:
- @chakra-ui/icon@3.0.13
- @chakra-ui/spinner@2.0.11

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/alert",
"version": "2.0.12",
"version": "2.0.13",
"description": "A React component used to alert users of a particular screen area that needs user action",
"keywords": [
"alert",
Expand Down
24 changes: 24 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## 2.0.13

### Patch Changes

- [#6886](https://github.com/chakra-ui/chakra-ui/pull/6886)
[`9e3d91fd7`](https://github.com/chakra-ui/chakra-ui/commit/9e3d91fd73b1cadc14f98b6c834c0e6faf134bd2)
Thanks [@SpencerDuball](https://github.com/SpencerDuball)! - Added support for
`orientation` prop in the ButtonGroup component.

This makes it possible to now have vertical button groups when `isAttached` is
set to `true`.

```jsx live=false
<ButtonGroup isAttached orientation="vertical">
<Button>Button 1</Button>
<Button>Button 2</Button>
<Button>Button 3</Button>
<Button>Button 4</Button>
</ButtonGroup>
```

- Updated dependencies []:
- @chakra-ui/spinner@2.0.11

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/button",
"version": "2.0.12",
"version": "2.0.13",
"description": "A React component that is a base button.",
"keywords": [
"button",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.2.5

### Patch Changes

- Updated dependencies
[[`67ef76e32`](https://github.com/chakra-ui/chakra-ui/commit/67ef76e32369f7376ccd9242865f758157544b48)]:
- @chakra-ui/react-types@2.0.5
- @chakra-ui/form-control@2.0.13
- @chakra-ui/visually-hidden@2.0.13

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/checkbox",
"version": "2.2.4",
"version": "2.2.5",
"description": "A React Checkbox component for use in forms",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/close-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.13

### Patch Changes

- Updated dependencies
[[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)]:
- @chakra-ui/icon@3.0.13

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/close-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/close-button",
"version": "2.0.12",
"version": "2.0.13",
"description": "A React and Chakra UI close button component.",
"keywords": [
"close-button",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/editable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.16

### Patch Changes

- Updated dependencies
[[`67ef76e32`](https://github.com/chakra-ui/chakra-ui/commit/67ef76e32369f7376ccd9242865f758157544b48)]:
- @chakra-ui/react-types@2.0.5

## 2.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/editable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/editable",
"version": "2.0.15",
"version": "2.0.16",
"description": "React component used to build inline-editable components",
"keywords": [
"chakra ui",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/form-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.0.13

### Patch Changes

- Updated dependencies
[[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95),
[`67ef76e32`](https://github.com/chakra-ui/chakra-ui/commit/67ef76e32369f7376ccd9242865f758157544b48)]:
- @chakra-ui/icon@3.0.13
- @chakra-ui/react-types@2.0.5

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/form-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/form-control",
"version": "2.0.12",
"version": "2.0.13",
"description": "React component to provide validation states to form fields",
"keywords": [
"field",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.0.13

### Patch Changes

- [#6981](https://github.com/chakra-ui/chakra-ui/pull/6981)
[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)
Thanks [@anubra266](https://github.com/anubra266)! - Add support for styling
the `Icon` component from the theme object.

## 3.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/icon",
"version": "3.0.12",
"version": "3.0.13",
"description": "A base React component for icons",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.13

### Patch Changes

- Updated dependencies
[[`8c2af79fa`](https://github.com/chakra-ui/chakra-ui/commit/8c2af79fa44e7d93e197000bb7e67d8ff11d9f95)]:
- @chakra-ui/icon@3.0.13

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/icons",
"version": "2.0.12",
"version": "2.0.13",
"description": "Chakra UI icons",
"author": "Segun Adebayo <sage@adebayosegun.com>",
"homepage": "https://github.com/chakra-ui/chakra-ui#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.14

### Patch Changes

- Updated dependencies []:
- @chakra-ui/form-control@2.0.13

## 2.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/input",
"version": "2.0.13",
"version": "2.0.14",
"description": "A React component for input text field",
"keywords": [
"react",
Expand Down
Loading

1 comment on commit a78cf1c

@vercel
Copy link

@vercel vercel bot commented on a78cf1c Nov 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.