@spaced-out/ui-design-system 0.0.18-beta.2 → 0.0.18-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.
@@ -20,11 +20,12 @@ on:
20
20
  jobs:
21
21
  release:
22
22
  runs-on: ubuntu-latest
23
+ # Check access controls on release and tagging
23
24
  steps:
24
25
  - name: Check Permissions
25
26
  id: check-permissions
26
27
  env:
27
- ALLOWED_USERS: superrover
28
+ ALLOWED_USERS: superrover, Anant-Raj
28
29
  if: ${{ !contains(env.ALLOWED_USERS, github.actor) }}
29
30
  run: |
30
31
  echo "You don't have correct permissions to do this 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.18-beta.3](https://github.com/spaced-out/ui-design-system/compare/v0.0.18-beta.2...v0.0.18-beta.3) (2023-02-06)
6
+
5
7
  ### [0.0.18-beta.2](https://github.com/spaced-out/ui-design-system/compare/v0.0.18-beta.1...v0.0.18-beta.2) (2023-02-06)
6
8
 
7
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.18-beta.2",
3
+ "version": "0.0.18-beta.3",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {