@coinbase/cds-common 9.23.0 → 9.24.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 +7 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,8 @@
1
- # @coinbase/cds-common
1
+ ## 9.24.0 (2026-08-31)
2
2
 
3
- > [NPM registry](https://www.npmjs.com/package/@coinbase/cds-common)
3
+ ### 🚀 Features
4
4
 
5
- All notable changes to this project will be documented in this file.
6
-
7
- `@coinbase/cds-common` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
-
9
- <!-- template-start -->
5
+ - Added a styles prop to the mobile Scrubber
10
6
 
11
7
  ## 9.23.0 ((8/27/2026, 05:05 PM PST))
12
8
 
@@ -1002,3 +998,7 @@ This is an artificial version bump with no new change.
1002
998
  ## 8.12.0 (9/18/2025 PST)
1003
999
 
1004
1000
  - Prepare for open source release.
1001
+
1002
+ ---
1003
+
1004
+ <sub>Release entries above are generated by `nx release` from version plans. See the [NPM registry](https://www.npmjs.com/package/@coinbase/cds-common) for published versions. `@coinbase/cds-common` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-common",
3
- "version": "9.23.0",
3
+ "version": "9.24.0",
4
4
  "description": "Coinbase Design System - Common",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@coinbase/cds-icons": "^5.22.0",
41
41
  "@coinbase/cds-illustrations": "^4.48.0",
42
- "@coinbase/cds-mcp-server": "^9.23.0",
42
+ "@coinbase/cds-mcp-server": "^9.24.0",
43
43
  "@coinbase/cds-utils": "^2.3.5",
44
44
  "@modelcontextprotocol/sdk": "^1.13.1",
45
45
  "d3-array": "^3.2.4",