forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.changelogrc
147 lines (74 loc) · 1.79 KB
/
.changelogrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
## 20-02-2022
`@chakra-ui/react@1.8.5`
**Create React App Ts** `v1.1.12`
**Gatsby Starter Default** `v0.3.12`
**Chakra Nextjs** `v1.1.12`
**Chakra Nextjs Ts** `v1.1.12`
**Storybook Addon** `v1.0.2`
**Accordion** `v1.4.8`
**Alert** `v1.3.7`
**Anatomy** `v1.2.5`
**Avatar** `v1.3.8`
**Breadcrumb** `v1.3.6`
**Button** `v1.5.7`
**Checkbox** `v1.6.7`
**Clickable** `v1.2.6`
**Close Button** `v1.2.7`
**Color Mode** `v1.4.5`
**Control Box** `v1.1.6`
**Counter** `v1.2.7`
**Css Reset** `v1.1.3`
**Descendant** `v2.1.3`
**Editable** `v1.3.7`
**React Env** `v1.1.6`
**Focus Lock** `v1.2.6`
**Form Control** `v1.5.8`
**Hooks** `v1.8.4`
**Icon** `v2.0.5`
**Icons** `v1.1.7`
**Image** `v1.1.7`
**Input** `v1.4.3`
**Layout** `v1.7.6`
**Live Region** `v1.1.6`
**Media Query** `v2.0.3`
**Menu** `v1.8.8`
**Modal** `v1.10.9`
**Number Input** `v1.4.4`
**Pin Input** `v1.7.7`
**Popover** `v1.11.6`
**Popper** `v2.4.3`
**Portal** `v1.3.7`
**Progress** `v1.2.6`
**Provider** `v1.7.11`
**Radio** `v1.4.9`
**React Utils** `v1.2.3`
**Select** `v1.2.8`
**Skeleton** `v1.2.11`
**Skip Nav** `v1.2.6`
**Slider** `v1.5.8`
**Spinner** `v1.2.6`
**Stat** `v1.2.7`
**Styled System** `v1.18.1`
**Switch** `v1.3.7`
**System** `v1.11.1`
**Table** `v1.3.6`
**Tabs** `v1.6.7`
**Tag** `v1.2.7`
**Textarea** `v1.2.8`
**Theme** `v1.13.4`
**Theme Tools** `v1.3.6`
**Toast** `v1.5.6`
**Tooltip** `v1.4.8`
**Transition** `v1.4.7`
**Utils** `v1.10.4`
**Visually Hidden** `v1.1.6`
**Babel Plugin** `v1.0.2`
**Cli** `v1.8.2`
**Cra Template** `v1.1.2`
**Cra Template Typescript** `v1.1.2`
**Gatsby Plugin** `v2.0.4`
**Props Docs** `v1.0.49`
**Storybook Addon** `v1.0.3`
**Test Utils** `v1.1.11`
- Bumped patch version for every package to fix release process. Root cause was a
bug in our CI configuration.