@spaced-out/ui-design-system 0.0.1-beta.2 → 0.0.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.
@@ -1,3 +1,6 @@
1
+ # Author: Nishant Gaurav
2
+ # Note: Do not change
3
+
1
4
  name: Release Genesis to NPM
2
5
  on:
3
6
  workflow_dispatch:
@@ -68,7 +71,7 @@ jobs:
68
71
  # Push changes
69
72
  - name: Push CHANGELOG.md and created release tag
70
73
  run: |
71
- git push
74
+ git push --follow-tags origin master
72
75
  env:
73
76
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
77
 
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
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.1 (2022-11-16)
6
+
7
+ ### 0.0.1-beta.3 (2022-11-16)
8
+
5
9
  ### 0.0.1-beta.2 (2022-11-16)
6
10
 
7
11
  ### 0.0.1-beta.1 (2022-11-16)
@@ -43,7 +43,7 @@
43
43
  composes: borderBottomPrimary from '../../styles/border.module.css';
44
44
  composes: subTitleLarge from '../../styles/typography.module.css';
45
45
  padding: spaceNone spaceSmall spaceNone spaceMedium;
46
- height: size60;
46
+ min-height: size60;
47
47
  display: flex;
48
48
  justify-content: space-between;
49
49
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.1-beta.2",
3
+ "version": "0.0.1",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {