@coinbase/cds-web 8.31.3 → 8.31.4

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 +6 -0
  2. package/package.json +6 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
8
 
9
9
  <!-- template-start -->
10
10
 
11
+ ## 8.31.4 (12/16/2025 PST)
12
+
13
+ #### 🐞 Fixes
14
+
15
+ - Update date types barrel to export. [[#255](https://github.com/coinbase/cds/pull/255)]
16
+
11
17
  ## 8.31.3 (12/16/2025 PST)
12
18
 
13
19
  #### 🐞 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-web",
3
- "version": "8.31.3",
3
+ "version": "8.31.4",
4
4
  "description": "Coinbase Design System - Web",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,6 +56,10 @@
56
56
  "types": "./dts/controls/index.d.ts",
57
57
  "default": "./esm/controls/index.js"
58
58
  },
59
+ "./dates": {
60
+ "types": "./dts/dates/index.d.ts",
61
+ "default": "./esm/dates/index.js"
62
+ },
59
63
  "./dots": {
60
64
  "types": "./dts/dots/index.d.ts",
61
65
  "default": "./esm/dots/index.js"
@@ -147,7 +151,7 @@
147
151
  "react-dom": "^18.3.1"
148
152
  },
149
153
  "dependencies": {
150
- "@coinbase/cds-common": "^8.31.3",
154
+ "@coinbase/cds-common": "^8.31.4",
151
155
  "@coinbase/cds-icons": "^5.8.0",
152
156
  "@coinbase/cds-illustrations": "^4.29.0",
153
157
  "@coinbase/cds-lottie-files": "^3.3.3",