@telus-uds/system-theme-tokens 1.2.1 → 1.2.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.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@telus-uds/system-theme-tokens",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 30 Mar 2022 09:49:08 GMT",
6
+ "tag": "@telus-uds/system-theme-tokens_v1.2.2",
7
+ "version": "1.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "cody.zuschlag@nearform.com",
12
+ "package": "@telus-uds/system-theme-tokens",
13
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e",
14
+ "comment": "post monorepo reorganization release"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@telus-uds/system-theme-tokens",
19
+ "comment": "Bump @telus-uds/system-constants to v1.0.2",
20
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
21
+ }
22
+ ]
23
+ }
24
+ }
25
+ ]
26
+ }
package/CHANGELOG.md CHANGED
@@ -1,8 +1,17 @@
1
- # Changelog
1
+ # Change Log - @telus-uds/system-theme-tokens
2
2
 
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.
3
+ This log was last generated on Wed, 30 Mar 2022 09:49:08 GMT and should not be manually modified.
4
4
 
5
- ### [1.2.1](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.2.0...@telus-uds/system-theme-tokens/v1.2.1) (2022-03-21)
5
+ <!-- Start content -->
6
+
7
+ ## 1.2.2
8
+
9
+ Wed, 30 Mar 2022 09:49:08 GMT
10
+
11
+ ### Patches
12
+
13
+ - post monorepo reorganization release (cody.zuschlag@nearform.com)
14
+ - Bump @telus-uds/system-constants to v1.0.2
6
15
 
7
16
  ## [1.2.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.1.0...@telus-uds/system-theme-tokens/v1.2.0) (2022-03-02)
8
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Theme token schema",
5
5
  "keywords": [
6
6
  "system"
@@ -26,6 +26,6 @@
26
26
  "skip": true
27
27
  },
28
28
  "dependencies": {
29
- "@telus-uds/system-constants": "^1.0.1"
29
+ "@telus-uds/system-constants": "^1.0.2"
30
30
  }
31
31
  }
@@ -1,7 +0,0 @@
1
- {
2
- "previousReleaseTag": "@telus-uds/system-theme-tokens/v1.2.0",
3
- "changelog": "### [1.2.1](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.2.0...@telus-uds/system-theme-tokens/v1.2.1) (2022-03-21)\n",
4
- "releaseTag": "@telus-uds/system-theme-tokens/v1.2.1",
5
- "newVersion": "1.2.1",
6
- "packageName": "@telus-uds/system-theme-tokens"
7
- }