@coinbase/cds-common 9.0.0-rc.3 → 9.0.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 +15 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,21 +8,29 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
|
|
9
9
|
<!-- template-start -->
|
|
10
10
|
|
|
11
|
-
## 9.0.0
|
|
11
|
+
## 9.0.0 (5/20/2026 PST)
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
CDS 9 is here!!
|
|
14
|
+
|
|
15
|
+
For more details and to help upgrading from CDS 8 using our automated migration tool, see our official [upgrade guide](https://cds.coinbase.com/guides/v9-upgrade-guide)!
|
|
16
|
+
|
|
17
|
+
#### 💥 Breaking
|
|
14
18
|
|
|
15
|
-
-
|
|
19
|
+
- Dropped various deprecated variables and utilities.
|
|
20
|
+
- Read our upgrade guilde for more details!
|
|
21
|
+
-
|
|
16
22
|
|
|
17
|
-
##
|
|
23
|
+
## 8.75.2 ((5/19/2026, 01:13 PM PST))
|
|
18
24
|
|
|
19
25
|
This is an artificial version bump with no new change.
|
|
20
26
|
|
|
21
|
-
##
|
|
27
|
+
## 8.75.1 ((5/19/2026, 07:30 AM PST))
|
|
22
28
|
|
|
23
|
-
|
|
29
|
+
This is an artificial version bump with no new change.
|
|
24
30
|
|
|
25
|
-
|
|
31
|
+
## 8.75.0 ((5/15/2026, 01:46 PM PST))
|
|
32
|
+
|
|
33
|
+
This is an artificial version bump with no new change.
|
|
26
34
|
|
|
27
35
|
## 8.74.3 ((5/14/2026, 05:35 PM PST))
|
|
28
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-common",
|
|
3
|
-
"version": "9.0.0
|
|
3
|
+
"version": "9.0.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.16.0",
|
|
41
41
|
"@coinbase/cds-illustrations": "^4.40.1",
|
|
42
|
-
"@coinbase/cds-mcp-server": "^9.0.0
|
|
42
|
+
"@coinbase/cds-mcp-server": "^9.0.0",
|
|
43
43
|
"@coinbase/cds-utils": "^2.3.5",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.13.1",
|
|
45
45
|
"d3-array": "^3.2.4",
|