We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace76cb commit 7cc854aCopy full SHA for 7cc854a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# waft-design-system
2
3
+## 0.2.1
4
+
5
+### Patch Changes
6
7
+- Fix Typography export
8
9
## 0.2.0
10
11
### Minor Changes
package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"main": "dist/waft.js",
"module": "dist/waft.js",
src/components/index.ts
@@ -1,2 +1,3 @@
export { WdsButton } from './button/index.ts';
export { WdsFormControlEnhancer } from './form-control-enhancer/index.ts';
+export { WdsTypography } from './typography/index.ts';
0 commit comments