dantian 0.0.2-beta.1 → 0.0.2-beta.3

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.
@@ -51,6 +51,9 @@ jobs:
51
51
  - name: Run Tests
52
52
  run: yarn test
53
53
 
54
+ - name: Run Build
55
+ run: yarn build
56
+
54
57
  - name: Start Storybook
55
58
  run: yarn storybook &
56
59
 
@@ -68,6 +71,7 @@ jobs:
68
71
  if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
69
72
  run: |
70
73
  yarn standard-version
74
+ git push origin main --follow-tags
71
75
  npm publish --tag beta
72
76
  env:
73
77
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Binary file
package/CHANGELOG.md CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### 0.0.2-beta.1 (2024-04-04)
5
+ ### 0.0.2-beta.3 (2024-04-04)
6
+
7
+ ### 0.0.2-beta.2 (2024-04-04)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dantian",
3
- "version": "0.0.2-beta.1",
3
+ "version": "0.0.2-beta.3",
4
4
  "type": "module",
5
5
  "main": "./dist/dantian.cjs",
6
6
  "module": "./dist/dantian.js",