@telus-uds/system-theme-tokens 2.0.1 → 2.0.2
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/CHANGELOG.md +11 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @telus-uds/system-theme-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on Tue,
|
|
3
|
+
This log was last generated on Tue, 14 Jun 2022 15:26:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.0.2
|
|
8
|
+
|
|
9
|
+
Tue, 14 Jun 2022 15:26:07 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- switch to npm (simon.lawrence@nearform.com)
|
|
14
|
+
- Bump @telus-uds/system-constants to v1.0.4
|
|
15
|
+
|
|
7
16
|
## 2.0.1
|
|
8
17
|
|
|
9
|
-
Tue, 07 Jun 2022 14:07:
|
|
18
|
+
Tue, 07 Jun 2022 14:07:37 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/system-theme-tokens",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Theme token schema",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"system"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"url": "git+https://github.com/telus/universal-design-system.git"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"lint": "
|
|
17
|
-
"lint:fix": "
|
|
16
|
+
"lint": "npm run --prefix ../.. lint:path -- --color packages/system-theme-tokens",
|
|
17
|
+
"lint:fix": "npm run --prefix ../.. lint:path -- --fix packages/system-theme-tokens",
|
|
18
18
|
"format": "prettier --write ."
|
|
19
19
|
},
|
|
20
20
|
"bugs": {
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"skip": true
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@telus-uds/system-constants": "^1.0.
|
|
28
|
+
"@telus-uds/system-constants": "^1.0.4"
|
|
29
29
|
}
|
|
30
30
|
}
|