letalkui 0.0.1 → 0.0.2

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.
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: Install dependencies
22
22
  run: npm i -f
23
23
 
24
- - name: Publish to NPM
24
+ - name: Release
25
25
  run: npm publish
26
26
  env:
27
27
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "letalkui",
3
3
  "private": false,
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "scripts": {
6
6
  "lint": "eslint .",
7
7
  "dev": "storybook dev -p 6006",