@telus-uds/theme-koodo 1.0.0-prerelease.1 → 1.0.0

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 CHANGED
@@ -2,6 +2,10 @@
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
+ ## [1.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-koodo/v1.0.0-prerelease.1...@telus-uds/theme-koodo/v1.0.0) (2022-03-21)
6
+
7
+ ### Change summary (does not include documentation changes)
8
+
5
9
  ## [1.0.0-prerelease.1](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-koodo/v1.0.0-prerelease.0...@telus-uds/theme-koodo/v1.0.0-prerelease.1) (2022-03-02)
6
10
 
7
11
  ### Features
package/build/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Wed, 02 Mar 2022 21:32:42 GMT
4
+ * Generated on Mon, 21 Mar 2022 20:22:31 GMT
5
5
  *
6
6
  */
7
7
 
@@ -2376,5 +2376,5 @@ module.exports = {
2376
2376
  tokens: { size: 96 }
2377
2377
  }
2378
2378
  },
2379
- metadata: { name: 'theme-koodo', themeTokensVersion: '1.2.0' }
2379
+ metadata: { name: 'theme-koodo', themeTokensVersion: '1.2.1' }
2380
2380
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-koodo",
3
- "version": "1.0.0-prerelease.1",
3
+ "version": "1.0.0",
4
4
  "description": "Koodo theme",
5
5
  "keywords": [
6
6
  "koodo"
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@telus-uds/palette-koodo": "^0.1.0-prerelease.4",
22
- "@telus-uds/system-theme-tokens": "^1.2.0",
22
+ "@telus-uds/system-theme-tokens": "^1.2.1",
23
23
  "@telus-uds/system-themes": "^0.0.1"
24
24
  },
25
25
  "repository": {