@enovaui/web-tokens 0.7.0 → 0.8.1
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
The following is a curated list of changes in the web tokens module, newest changes on the top.
|
|
4
4
|
|
|
5
|
+
## [0.8.1] - 2025-07-21
|
|
6
|
+
|
|
7
|
+
- No significant changes
|
|
8
|
+
|
|
9
|
+
## [0.8.0] - 2025-07-14
|
|
10
|
+
|
|
11
|
+
- No significant changes
|
|
12
|
+
|
|
5
13
|
## [0.7.0] - 2025-07-04
|
|
6
14
|
|
|
7
15
|
- No significant changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enovaui/web-tokens",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Theme design tokens for web",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"web"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@enovaui/core-tokens": "^0.
|
|
13
|
+
"@enovaui/core-tokens": "^0.8.1"
|
|
14
14
|
}
|
|
15
15
|
}
|