Skip to content

Commit 595cd93

Browse files
feat: refactor illustrations package (#675)
* feat: refactor illustrations package * Update changelog
1 parent f1d6bbb commit 595cd93

7,894 files changed

Lines changed: 25422 additions & 11044 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ local.properties
5151
.nx
5252
.next
5353
cjs/
54+
!packages/illustrations/src/__generated__/**/svgJs/cjs/
55+
!packages/illustrations/src/__generated__/**/svgJs/cjs/**
5456
dts/
5557
lib/
5658
esm/
59+
!packages/illustrations/src/__generated__/**/svgJs/esm/
60+
!packages/illustrations/src/__generated__/**/svgJs/esm/**
5761
mjs/
5862
*.tsbuildinfo
5963
/.cache-loader

packages/illustrations/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
88

99
<!-- template-start -->
1010

11+
## 4.40.0 (5/12/2026 PST)
12+
13+
#### 🚀 Updates
14+
15+
- Feat: refactor illustrations package. [[#675](https://github.com/coinbase/cds/pull/675)]
16+
1117
## 4.39.0 (5/12/2026 PST)
1218

1319
#### 🚀 Updates

packages/illustrations/manifest.json

Lines changed: 7880 additions & 6304 deletions
Large diffs are not rendered by default.

packages/illustrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/cds-illustrations",
3-
"version": "4.39.0",
3+
"version": "4.40.0",
44
"description": "CDS illustrations",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)