@spaced-out/ui-design-system 0.1.87 → 0.1.88
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/.cspell/custom-words.txt
CHANGED
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
- name: Check Permissions
|
|
23
23
|
id: check-permissions
|
|
24
24
|
env:
|
|
25
|
-
ALLOWED_USERS: superrover, Anant-Raj,
|
|
25
|
+
ALLOWED_USERS: superrover, Anant-Raj, ashwini-sensehq, vish-sah, VishalBarnawal, sanskar-s
|
|
26
26
|
if: ${{ !contains(env.ALLOWED_USERS, github.actor) }}
|
|
27
27
|
run: |
|
|
28
28
|
echo "You don't have correct permissions to do this release"
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.88](https://github.com/spaced-out/ui-design-system/compare/v0.1.87...v0.1.88) (2024-04-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* moved highcharts dependencies to the correct block ([0391d54](https://github.com/spaced-out/ui-design-system/commit/0391d546a85678ef9006c029826119467de1c983))
|
|
11
|
+
|
|
5
12
|
### [0.1.87](https://github.com/spaced-out/ui-design-system/compare/v0.1.87-beta.0...v0.1.87) (2024-04-24)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaced-out/ui-design-system",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.88",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Sense UI components library",
|
|
6
6
|
"author": {
|
|
@@ -47,7 +47,10 @@
|
|
|
47
47
|
"@floating-ui/react": "^0.24.0",
|
|
48
48
|
"date-fns": "^2.29.3",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
|
-
"react-dropzone": "^14.2.3"
|
|
50
|
+
"react-dropzone": "^14.2.3",
|
|
51
|
+
"highcharts": "^11.4.1",
|
|
52
|
+
"highcharts-more": "^0.1.7",
|
|
53
|
+
"highcharts-react-official": "^3.2.1"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|
|
53
56
|
"@babel/cli": "^7.18.10",
|
|
@@ -93,9 +96,6 @@
|
|
|
93
96
|
"gulp-babel": "^8.0.0",
|
|
94
97
|
"gulp-rename": "^2.0.0",
|
|
95
98
|
"gulp-replace": "^1.1.3",
|
|
96
|
-
"highcharts": "^11.4.1",
|
|
97
|
-
"highcharts-more": "^0.1.7",
|
|
98
|
-
"highcharts-react-official": "^3.2.1",
|
|
99
99
|
"husky": "2.1.0",
|
|
100
100
|
"invariant": "^2.2.4",
|
|
101
101
|
"jest": "^29.3.1",
|