Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,13 @@ local.properties
.nx
.next
cjs/
!packages/illustrations/src/__generated__/**/svgJs/cjs/
!packages/illustrations/src/__generated__/**/svgJs/cjs/**
dts/
lib/
esm/
!packages/illustrations/src/__generated__/**/svgJs/esm/
!packages/illustrations/src/__generated__/**/svgJs/esm/**
mjs/
*.tsbuildinfo
/.cache-loader
Expand Down
6 changes: 6 additions & 0 deletions packages/illustrations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.

<!-- template-start -->

## 4.40.0 (5/12/2026 PST)

#### 🚀 Updates

- Feat: refactor illustrations package. [[#675](https://github.com/coinbase/cds/pull/675)]

## 4.39.0 (5/12/2026 PST)

#### 🚀 Updates
Expand Down
14,184 changes: 7,880 additions & 6,304 deletions packages/illustrations/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/cds-illustrations",
"version": "4.39.0",
"version": "4.40.0",
"description": "CDS illustrations",
"repository": {
"type": "git",
Expand Down
Loading
Loading