@instructure/ui-theme-tokens 10.10.1-snapshot-3 → 10.10.1-snapshot-4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,7 @@
|
|
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
|
-
## [10.10.1-snapshot-
|
6
|
+
## [10.10.1-snapshot-4](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.10.1-snapshot-4) (2025-01-17)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-theme-tokens
|
9
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-theme-tokens",
|
3
|
-
"version": "10.10.1-snapshot-
|
3
|
+
"version": "10.10.1-snapshot-4",
|
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,11 +22,11 @@
|
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"devDependencies": {
|
25
|
-
"@instructure/ui-babel-preset": "10.10.1-snapshot-
|
25
|
+
"@instructure/ui-babel-preset": "10.10.1-snapshot-4"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
28
|
"@babel/runtime": "^7.26.0",
|
29
|
-
"@instructure/ui-themes": "10.10.1-snapshot-
|
29
|
+
"@instructure/ui-themes": "10.10.1-snapshot-4"
|
30
30
|
},
|
31
31
|
"publishConfig": {
|
32
32
|
"access": "public"
|