@coinbase/cds-mobile 8.32.0 → 8.32.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 +6 -0
- package/package.json +5 -5
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
|
+
## 8.32.1 (12/17/2025 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- Fix: update react-native export pointer. [[#259](https://github.com/coinbase/cds/pull/259)]
|
|
16
|
+
|
|
11
17
|
## 8.32.0 ((12/16/2025, 08:20 PM PST))
|
|
12
18
|
|
|
13
19
|
This is an artificial version bump with no new change.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-mobile",
|
|
3
|
-
"version": "8.32.
|
|
3
|
+
"version": "8.32.1",
|
|
4
4
|
"description": "Coinbase Design System - Mobile",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git@github.com:coinbase/cds.git",
|
|
8
8
|
"directory": "packages/mobile"
|
|
9
9
|
},
|
|
10
|
-
"react-native": "./
|
|
10
|
+
"react-native": "./esm/index.js",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"main": "./esm/index.js",
|
|
13
13
|
"types": "./dts/index.d.ts",
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"react-native-svg": "^14.1.0"
|
|
159
159
|
},
|
|
160
160
|
"dependencies": {
|
|
161
|
-
"@coinbase/cds-common": "^8.32.
|
|
161
|
+
"@coinbase/cds-common": "^8.32.1",
|
|
162
162
|
"@coinbase/cds-icons": "^5.8.0",
|
|
163
163
|
"@coinbase/cds-illustrations": "^4.29.0",
|
|
164
|
-
"@coinbase/cds-lottie-files": "^3.3.
|
|
165
|
-
"@coinbase/cds-utils": "^2.3.
|
|
164
|
+
"@coinbase/cds-lottie-files": "^3.3.4",
|
|
165
|
+
"@coinbase/cds-utils": "^2.3.5",
|
|
166
166
|
"@floating-ui/react-native": "^0.10.5",
|
|
167
167
|
"@react-spring/native": "^9.7.4",
|
|
168
168
|
"lodash": "^4.17.21",
|