@spaced-out/ui-design-system 0.1.36 → 0.1.37-beta.1

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.
@@ -88,8 +88,8 @@ jobs:
88
88
  env:
89
89
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
90
 
91
- # Publish version to public repository
92
- - name: Publish
91
+ # Publish version to NPM repository
92
+ - name: Publish to NPM
93
93
  run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
94
94
  env:
95
95
  NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
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.1.37-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.1.37-beta.0...v0.1.37-beta.1) (2023-07-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * release automation ([c72df3a](https://github.com/spaced-out/ui-design-system/commit/c72df3a36cbe53c6917af3962674125e4ac535fd))
11
+
12
+ ### [0.1.37-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.1.36...v0.1.37-beta.0) (2023-07-05)
13
+
14
+
15
+ ### Features
16
+
17
+ * added release creation automation ([f267d47](https://github.com/spaced-out/ui-design-system/commit/f267d47ca65291439f7714807ec81e0c9cd4706c))
18
+
5
19
  ### [0.1.36](https://github.com/spaced-out/ui-design-system/compare/v0.1.35...v0.1.36) (2023-07-03)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.36",
3
+ "version": "0.1.37-beta.1",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {