willba-component-library 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ or you can add the willba-component-library using scripts:
31
31
 
32
32
  <script src="https://unpkg.com/react@17/umd/react.development.js"></script>
33
33
  <script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
34
- <script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.0.90/lib/index.umd.js"></script>
34
+ <script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.1.4/lib/index.umd.js"></script>
35
35
 
36
36
  <script>
37
37
  const filterBarElement = React.createElement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A stroybook 6 with TypeScript demo",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",