Skip to content

Commit 7cc854a

Browse files
committed
Fix Typography export
1 parent ace76cb commit 7cc854a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# waft-design-system
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Fix Typography export
8+
39
## 0.2.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.2.0",
7+
"version": "0.2.1",
88
"type": "module",
99
"main": "dist/waft.js",
1010
"module": "dist/waft.js",

src/components/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { WdsButton } from './button/index.ts';
22
export { WdsFormControlEnhancer } from './form-control-enhancer/index.ts';
3+
export { WdsTypography } from './typography/index.ts';

0 commit comments

Comments
 (0)