@coinbase/cds-mobile 8.43.0 → 8.43.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
@@ -8,6 +8,16 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.43.2 ((2/9/2026, 09:05 AM PST))
12
+
13
+ This is an artificial version bump with no new change.
14
+
15
+ ## 8.43.1 (2/6/2026 PST)
16
+
17
+ #### 🐞 Fixes
18
+
19
+ - Update chip prop export. [[#328](https://github.com/coinbase/cds/pull/328)]
20
+
11
21
  ## 8.43.0 (2/6/2026 PST)
12
22
 
13
23
  #### 🚀 Updates
@@ -1,5 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { View } from 'react-native';
3
+ import type { ChipProps } from './ChipProps';
4
+ export type { ChipProps };
3
5
  /**
4
6
  * This is a basic Chip component used to create all Chip components.
5
7
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../src/chips/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AASzC;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;YA0DT,CAAA;eAAqC,CAAC;;+BA8B7C,CAAC"}
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../src/chips/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAC1D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAOzC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,YAAY,EAAE,SAAS,EAAE,CAAC;AAE1B;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;;;;;;;YAyDT,CAAC;eACS,CAAC;;+BA8BlB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-mobile",
3
- "version": "8.43.0",
3
+ "version": "8.43.2",
4
4
  "description": "Coinbase Design System - Mobile",
5
5
  "repository": {
6
6
  "type": "git",
@@ -198,7 +198,7 @@
198
198
  "react-native-svg": "^14.1.0"
199
199
  },
200
200
  "dependencies": {
201
- "@coinbase/cds-common": "^8.43.0",
201
+ "@coinbase/cds-common": "^8.43.2",
202
202
  "@coinbase/cds-icons": "^5.11.0",
203
203
  "@coinbase/cds-illustrations": "^4.31.0",
204
204
  "@coinbase/cds-lottie-files": "^3.3.4",