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.
- package/.github/workflows/ci.yml +4 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/.github/workflows/ci.yml
CHANGED
|
@@ -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 }}
|
package/.yarn/install-state.gz
CHANGED
|
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.
|
|
5
|
+
### 0.0.2-beta.3 (2024-04-04)
|
|
6
|
+
|
|
7
|
+
### 0.0.2-beta.2 (2024-04-04)
|