@coinbase/cds-common 9.0.0-rc.3 → 9.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,21 +8,33 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
- ## 9.0.0-rc.3 ((5/15/2026, 01:54 PM PST))
11
+ ## 9.0.1 ((5/22/2026, 09:25 AM PST))
12
12
 
13
- #### 🚀 Updates
13
+ This is an artificial version bump with no new change.
14
+
15
+ ## 9.0.0 (5/20/2026 PST)
14
16
 
15
- - Feat: support illustration theming. [[#689](https://github.com/coinbase/cds/pull/689)]
17
+ CDS 9 is here!!
18
+
19
+ 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)!
20
+
21
+ #### 💥 Breaking
16
22
 
17
- ## 9.0.0-rc.2 ((4/30/2026, 08:17 AM PST))
23
+ - Dropped various deprecated variables and utilities.
24
+ - Read our upgrade guilde for more details!
25
+ -
26
+
27
+ ## 8.75.2 ((5/19/2026, 01:13 PM PST))
18
28
 
19
29
  This is an artificial version bump with no new change.
20
30
 
21
- ## 9.0.0-rc.1 (4/28/2026 PST)
31
+ ## 8.75.1 ((5/19/2026, 07:30 AM PST))
22
32
 
23
- #### 💥 Breaking
33
+ This is an artificial version bump with no new change.
24
34
 
25
- - Feat: CDS 9 release candidate 1.
35
+ ## 8.75.0 ((5/15/2026, 01:46 PM PST))
36
+
37
+ This is an artificial version bump with no new change.
26
38
 
27
39
  ## 8.74.3 ((5/14/2026, 05:35 PM PST))
28
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-common",
3
- "version": "9.0.0-rc.3",
3
+ "version": "9.0.1",
4
4
  "description": "Coinbase Design System - Common",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "react": "^18.0.0 || ~19.1.2"
38
38
  },
39
39
  "dependencies": {
40
- "@coinbase/cds-icons": "^5.16.0",
40
+ "@coinbase/cds-icons": "^5.17.0",
41
41
  "@coinbase/cds-illustrations": "^4.40.1",
42
- "@coinbase/cds-mcp-server": "^9.0.0-rc.3",
42
+ "@coinbase/cds-mcp-server": "^9.0.1",
43
43
  "@coinbase/cds-utils": "^2.3.5",
44
44
  "@modelcontextprotocol/sdk": "^1.13.1",
45
45
  "d3-array": "^3.2.4",