@coinbase/ui-mobile-playground 4.12.0 → 4.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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 4.13.0 (3/17/2026 PST)
12
+
13
+ #### 🚀 Updates
14
+
15
+ - Update svg map for new illustrations. [[#511](https://github.com/coinbase/cds/pull/511)]
16
+
11
17
  ## 4.12.0 (3/11/2026 PST)
12
18
 
13
19
  #### 🚀 Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/ui-mobile-playground",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "description": "Mobile UI Components in a Playground",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,8 +34,8 @@
34
34
  "CHANGELOG"
35
35
  ],
36
36
  "peerDependencies": {
37
- "@coinbase/cds-common": "^8.52.2",
38
- "@coinbase/cds-mobile": "^8.52.2",
37
+ "@coinbase/cds-common": "^8.53.0",
38
+ "@coinbase/cds-mobile": "^8.53.0",
39
39
  "@coinbase/cds-mobile-visualization": "^3.4.0-beta.24",
40
40
  "@react-navigation/elements": "^1.3.17",
41
41
  "@react-navigation/native": "^6.1.6",