@coinbase/cds-web 8.32.0 → 8.32.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 +10 -0
- package/package.json +5 -4
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.32.2 (12/18/2025 PST)
|
|
12
|
+
|
|
13
|
+
#### 🐞 Fixes
|
|
14
|
+
|
|
15
|
+
- Add fuse.js dependency. [[#256](https://github.com/coinbase/cds/pull/256)]
|
|
16
|
+
|
|
17
|
+
## 8.32.1 ((12/17/2025, 11:31 AM PST))
|
|
18
|
+
|
|
19
|
+
This is an artificial version bump with no new change.
|
|
20
|
+
|
|
11
21
|
## 8.32.0 (12/16/2025 PST)
|
|
12
22
|
|
|
13
23
|
#### 🚀 Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cds-web",
|
|
3
|
-
"version": "8.32.
|
|
3
|
+
"version": "8.32.2",
|
|
4
4
|
"description": "Coinbase Design System - Web",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -151,17 +151,18 @@
|
|
|
151
151
|
"react-dom": "^18.3.1"
|
|
152
152
|
},
|
|
153
153
|
"dependencies": {
|
|
154
|
-
"@coinbase/cds-common": "^8.32.
|
|
154
|
+
"@coinbase/cds-common": "^8.32.2",
|
|
155
155
|
"@coinbase/cds-icons": "^5.8.0",
|
|
156
156
|
"@coinbase/cds-illustrations": "^4.29.0",
|
|
157
|
-
"@coinbase/cds-lottie-files": "^3.3.
|
|
158
|
-
"@coinbase/cds-utils": "^2.3.
|
|
157
|
+
"@coinbase/cds-lottie-files": "^3.3.4",
|
|
158
|
+
"@coinbase/cds-utils": "^2.3.5",
|
|
159
159
|
"@floating-ui/react-dom": "^2.1.1",
|
|
160
160
|
"@popperjs/core": "^2.9.0",
|
|
161
161
|
"@react-spring/web": "^9.7.4",
|
|
162
162
|
"d3-interpolate": "^3.0.1",
|
|
163
163
|
"d3-interpolate-path": "^2.3.0",
|
|
164
164
|
"d3-selection": "^3.0.0",
|
|
165
|
+
"fuse.js": "^7.1.0",
|
|
165
166
|
"lodash": "^4.17.21",
|
|
166
167
|
"lottie-web": "^5.13.0",
|
|
167
168
|
"react-popper": "^2.2.4",
|