@instructure/ui-theme-tokens 9.9.0 → 9.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [9.10.0](https://github.com/instructure/instructure-ui/compare/v9.9.0...v9.10.0) (2024-11-19)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @instructure/ui-theme-tokens
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
# [9.9.0](https://github.com/instructure/instructure-ui/compare/v9.8.1...v9.9.0) (2024-11-12)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-theme-tokens
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-theme-tokens",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.10.0",
|
4
4
|
"description": "Cross-platform theme tokens for Instructure products",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -22,13 +22,13 @@
|
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"devDependencies": {
|
25
|
-
"@instructure/ui-babel-preset": "9.
|
26
|
-
"@instructure/ui-color-utils": "9.
|
27
|
-
"@instructure/ui-test-utils": "9.
|
25
|
+
"@instructure/ui-babel-preset": "9.10.0",
|
26
|
+
"@instructure/ui-color-utils": "9.10.0",
|
27
|
+
"@instructure/ui-test-utils": "9.10.0"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@babel/runtime": "^7.24.5",
|
31
|
-
"@instructure/shared-types": "9.
|
31
|
+
"@instructure/shared-types": "9.10.0"
|
32
32
|
},
|
33
33
|
"publishConfig": {
|
34
34
|
"access": "public"
|