@enovaui/core-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 core 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
  - No significant changes
package/README.md CHANGED
@@ -21,7 +21,7 @@ Primitive tokens represent the most basic visual values in our design system:
21
21
  To install the package, use your preferred package manager:
22
22
 
23
23
  ```bash
24
- npm install @enovaui/core-tokens
24
+ pnpm install @enovaui/core-tokens
25
25
  ```
26
26
 
27
27
  or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enovaui/core-tokens",
3
- "version": "0.15.0",
3
+ "version": "0.15.2",
4
4
  "description": "Core design tokens",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
@@ -9,4 +9,4 @@
9
9
  "tokens",
10
10
  "core"
11
11
  ]
12
- }
12
+ }