@westpac/ui 1.9.1 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/component-type.json +1 -1
- package/dist/components/heading/heading.component.d.ts +8 -2
- package/dist/components/heading/heading.component.js +4 -2
- package/dist/components/heading/heading.types.d.ts +1 -0
- package/dist/components/select/components/styled-select/styled-select.styles.js +1 -1
- package/package.json +4 -4
- package/src/components/heading/heading.component.tsx +9 -3
- package/src/components/heading/heading.types.ts +1 -0
- package/src/components/select/components/styled-select/styled-select.styles.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @westpac/ui
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c819708: forward ref to heading tag
|
|
8
|
+
|
|
9
|
+
## 1.10.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 6866a0c: Select component edited so when caret icon clicked the dropdown does open
|
|
14
|
+
|
|
3
15
|
## 1.9.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|