Skip to content

Commit

Permalink
Version Packages (#7217)
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 authored Jan 12, 2023
1 parent 496ebae commit 28c28b4
Show file tree
Hide file tree
Showing 245 changed files with 11,909 additions and 245 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-carrots-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-peaches-search.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/fifty-games-swim.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-penguins-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-impalas-shop.md

This file was deleted.

100 changes: 0 additions & 100 deletions .changeset/nervous-ladybugs-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shaggy-foxes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-nails-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-seas-explain.md

This file was deleted.

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

## 2.1.7

### Patch Changes

- [`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Bump all packages

- Updated dependencies
[[`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)]:
- @chakra-ui/descendant@3.0.13
- @chakra-ui/icon@3.0.16
- @chakra-ui/transition@2.0.14
- @chakra-ui/react-context@2.0.7
- @chakra-ui/react-use-controllable-state@2.0.8
- @chakra-ui/react-use-merge-refs@2.0.7
- @chakra-ui/shared-utils@2.0.5

## 2.1.6

### Patch Changes
Expand Down
102 changes: 102 additions & 0 deletions packages/components/accordion/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"Accordion": {
"allowMultiple": {
"type": "boolean;",
"required": false,
"description": "If `true`, multiple accordion items can be expanded at once."
},
"allowToggle": {
"type": "boolean;",
"required": false,
"description": "If `true`, any expanded accordion item can be collapsed again."
},
"defaultIndex": {
"type": "ExpandedIndex;",
"required": false,
"description": "The initial index(es) of the expanded accordion item"
},
"index": {
"type": "ExpandedIndex;",
"required": false,
"description": "The index(es) of the expanded accordion item"
},
"onChange": {
"type": "(expandedIndex: ExpandedIndex) => void;",
"required": false,
"description": "The callback invoked when accordion items are expanded or collapsed."
},
"reduceMotion": {
"type": "boolean;",
"required": false,
"description": "If `true`, height animation and transitions will be disabled."
}
},
"AccordionItem": {
"id": {
"type": "string;",
"required": false,
"description": "A unique id for the accordion item."
},
"isDisabled": {
"type": "boolean;",
"required": false,
"description": "If `true`, the accordion item will be disabled."
},
"isFocusable": {
"type": "boolean;",
"required": false,
"description": "If `true`, the accordion item will be focusable."
}
},
"AccordionPanel": {
"motionProps": {
"type": "CollapseProps;",
"required": false,
"description": "The properties passed to the underlying `Collapse` component."
}
},
"UseAccordionItem": {
"id": {
"type": "string;",
"required": false,
"description": "A unique id for the accordion item."
},
"isDisabled": {
"type": "boolean;",
"required": false,
"description": "If `true`, the accordion item will be disabled."
},
"isFocusable": {
"type": "boolean;",
"required": false,
"description": "If `true`, the accordion item will be focusable."
}
},
"UseAccordion": {
"allowMultiple": {
"type": "boolean;",
"required": false,
"description": "If `true`, multiple accordion items can be expanded at once."
},
"allowToggle": {
"type": "boolean;",
"required": false,
"description": "If `true`, any expanded accordion item can be collapsed again."
},
"defaultIndex": {
"type": "ExpandedIndex;",
"required": false,
"description": "The initial index(es) of the expanded accordion item"
},
"index": {
"type": "ExpandedIndex;",
"required": false,
"description": "The index(es) of the expanded accordion item"
},
"onChange": {
"type": "(expandedIndex: ExpandedIndex) => void;",
"required": false,
"description": "The callback invoked when accordion items are expanded or collapsed."
}
}
}
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.6",
"version": "2.1.7",
"description": "A simple and accessible accordion component for React & Chakra UI",
"keywords": [
"react",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.16

### Patch Changes

- [`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Bump all packages

- Updated dependencies
[[`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)]:
- @chakra-ui/icon@3.0.16
- @chakra-ui/spinner@2.0.13
- @chakra-ui/react-context@2.0.7
- @chakra-ui/shared-utils@2.0.5

## 2.0.15

### Patch Changes
Expand Down
28 changes: 28 additions & 0 deletions packages/components/alert/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"Alert": {
"addRole": { "type": "boolean;", "required": false },
"colorScheme": {
"defaultValue": "blue",
"type": "\"whiteAlpha\" | \"blackAlpha\" | \"gray\" | \"red\" | \"orange\" | \"yellow\" | \"green\" | \"teal\" | \"blue\" | \"cyan\" | \"purple\" | \"pink\" | \"linkedin\" | \"facebook\" | \"messenger\" | \"whatsapp\" | \"twitter\" | \"telegram\"",
"required": false,
"description": "The visual color appearance of the component"
},
"size": {
"type": "string",
"required": false,
"description": "The size of the Alert"
},
"status": {
"type": "\"info\" | \"warning\" | \"success\" | \"error\" | \"loading\";",
"defaultValue": "\"info\"",
"required": false,
"description": "The status of the alert"
},
"variant": {
"defaultValue": "subtle",
"type": "\"subtle\" | \"left-accent\" | \"top-accent\" | \"solid\"",
"required": false,
"description": "The variant of the Alert"
}
}
}
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.15",
"version": "2.0.16",
"description": "A React component used to alert users of a particular screen area that needs user action",
"keywords": [
"alert",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/anatomy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chakra-ui/anatomy

## 2.1.2

### Patch Changes

- [`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Bump all packages

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/anatomy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/anatomy",
"version": "2.1.1",
"version": "2.1.2",
"description": "The anatomy of all chakra components",
"keywords": [
"theme",
Expand Down
14 changes: 14 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.2.3

### Patch Changes

- [`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Bump all packages

- Updated dependencies
[[`ddbb1b4c4`](https://github.com/chakra-ui/chakra-ui/commit/ddbb1b4c49b8f124c0368929357e2891265a50c0)]:
- @chakra-ui/image@2.0.14
- @chakra-ui/react-context@2.0.7
- @chakra-ui/react-children-utils@2.0.6
- @chakra-ui/shared-utils@2.0.5

## 2.2.2

### Patch Changes
Expand Down
Loading

1 comment on commit 28c28b4

@vercel
Copy link

@vercel vercel bot commented on 28c28b4 Jan 12, 2023

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.