@spaced-out/ui-design-system 0.0.1-beta.0 → 0.0.1-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.
@@ -3,7 +3,16 @@ on:
3
3
  workflow_dispatch:
4
4
  inputs:
5
5
  release-type:
6
- description: 'Release type (one of): patch, minor, major, prepatch, preminor, premajor, prerelease'
6
+ description: 'Select Release type (prerelease appends beta in build number)'
7
+ type: choice
8
+ options:
9
+ - patch
10
+ - minor
11
+ - major
12
+ - prepatch
13
+ - preminor
14
+ - premajor
15
+ - prerelease
7
16
  required: true
8
17
  jobs:
9
18
  release:
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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-beta.1 (2022-11-16)
6
+
5
7
  ### 0.0.1-beta.0 (2022-11-16)
6
8
 
7
9
  ### [0.0.1-alpha.1](https://github.com/Spaced-Out/ui-design-system/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) (2022-11-16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.1",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {