@enovaui/mobile-tokens 0.11.0 → 0.13.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. 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 mobile tokens module, newest changes on the top.
4
4
 
5
+ ## [0.13.0] - 2025-12-04
6
+
7
+ - No significant changes
8
+
9
+ ## [0.12.0] - 2025-12-01
10
+
11
+ - No significant changes
12
+
5
13
  ## [0.11.0] - 2025-11-25
6
14
 
7
15
  ### Removed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enovaui/mobile-tokens",
3
- "version": "0.11.0",
3
+ "version": "0.13.0",
4
4
  "description": "Theme design tokens for mobile",
5
5
  "main": "index.js",
6
6
  "license": "Apache-2.0",
@@ -10,6 +10,6 @@
10
10
  "mobile"
11
11
  ],
12
12
  "dependencies": {
13
- "@enovaui/core-tokens": "^0.11.0"
13
+ "@enovaui/core-tokens": "^0.13.0"
14
14
  }
15
15
  }