@enovaui/web-tokens 0.15.0 → 0.15.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.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.15.2] - 2026-04-06
6
+
7
+ - No significant changes
8
+
9
+ ## [0.15.1] - 2026-03-20
10
+
11
+ - No significant changes
12
+
5
13
  ## [0.15.0] - 2026-01-28
6
14
 
7
15
  ### Fixed
package/README.md CHANGED
@@ -21,7 +21,7 @@ Semantic tokens translate primitive values into purpose-driven design tokens. Th
21
21
  To install the package, use your preferred package manager:
22
22
 
23
23
  ```bash
24
- npm install @enovaui/web-tokens
24
+ pnpm install @enovaui/web-tokens
25
25
  ```
26
26
 
27
27
  or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enovaui/web-tokens",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
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.15.0"
13
+ "@enovaui/core-tokens": "^0.15.2"
14
14
  }
15
- }
15
+ }