@coinbase/cds-common 9.22.1 → 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.
- package/CHANGELOG.md +9 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
## 9.24.0 (2026-08-31)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- Added a styles prop to the mobile Scrubber
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## 9.23.0 ((8/27/2026, 05:05 PM PST))
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
This is an artificial version bump with no new change.
|
|
10
10
|
|
|
11
11
|
## 9.22.1 ((8/25/2026, 02:10 PM PST))
|
|
12
12
|
|
|
@@ -998,3 +998,7 @@ This is an artificial version bump with no new change.
|
|
|
998
998
|
## 8.12.0 (9/18/2025 PST)
|
|
999
999
|
|
|
1000
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.
|
|
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.
|
|
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",
|