Skip to content

Commit 7b33f2b

Browse files
Update changelogs and package versions
1 parent b89a1c2 commit 7b33f2b

File tree

10 files changed

+38
-6
lines changed

10 files changed

+38
-6
lines changed

packages/common/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ All notable changes to this project will be documented in this file.
88

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

11-
## Unreleased
11+
## 8.50.0 (3/3/2026 PST)
12+
13+
#### 🚀 Updates
14+
15+
- Deprecated all exports from LottieStatusAnimationProps file in commons. [[#388](https://github.com/coinbase/cds/pull/388)]
16+
- Added lottieStatusToAccessibilityLabel constant. [[#388](https://github.com/coinbase/cds/pull/388)]
17+
- Deprecated LottieStatusAnimationType and renamed it to LottieStatus. [[#388](https://github.com/coinbase/cds/pull/388)]
1218

1319
#### 📘 Misc
1420

packages/common/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-common",
3-
"version": "8.49.0",
3+
"version": "8.50.0",
44
"description": "Coinbase Design System - Common",
55
"repository": {
66
"type": "git",

packages/mcp-server/CHANGELOG.md

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

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

11+
## 8.50.0 ((3/3/2026, 12:57 PM PST))
12+
13+
This is an artificial version bump with no new change.
14+
1115
## 8.49.0 ((2/26/2026, 04:03 PM PST))
1216

1317
This is an artificial version bump with no new change.

packages/mcp-server/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-mcp-server",
3-
"version": "8.49.0",
3+
"version": "8.50.0",
44
"description": "Coinbase Design System - MCP Server",
55
"repository": {
66
"type": "git",

packages/mobile/CHANGELOG.md

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

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

11+
## 8.50.0 (3/3/2026 PST)
12+
13+
#### 🚀 Updates
14+
15+
- A11y improvements to Fallback, Spinner, and LottieStatusAnimation. [[#388](https://github.com/coinbase/cds/pull/388)]
16+
- Simplify the ProgressBar component implementation. [[#388](https://github.com/coinbase/cds/pull/388)]
17+
1118
## 8.49.0 (2/26/2026 PST)
1219

1320
#### 🚀 Updates

packages/mobile/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-mobile",
3-
"version": "8.49.0",
3+
"version": "8.50.0",
44
"description": "Coinbase Design System - Mobile",
55
"repository": {
66
"type": "git",

packages/ui-mobile-playground/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.10.0 (3/3/2026 PST)
12+
13+
#### 🚀 Updates
14+
15+
- Add new route for Fallback component. [[#388](https://github.com/coinbase/cds/pull/388)]
16+
1117
## 4.9.0 (2/20/2026 PST)
1218

1319
#### 🚀 Updates

packages/ui-mobile-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/ui-mobile-playground",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"description": "Mobile UI Components in a Playground",
55
"repository": {
66
"type": "git",

packages/web/CHANGELOG.md

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

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

11+
## 8.50.0 (3/3/2026 PST)
12+
13+
#### 🚀 Updates
14+
15+
- A11y improvements to Fallback, Spinner, and LottieStatusAnimation. [[#388](https://github.com/coinbase/cds/pull/388)]
16+
- Simplify the ProgressBar component implementation. [[#388](https://github.com/coinbase/cds/pull/388)]
17+
- Use shapeBorderRadius tokens in RemoteImage/RemoteImageGroup. [[#388](https://github.com/coinbase/cds/pull/388)]
18+
- Removed useFallbackShape implementation from web and reuse the same hook defined in common. [[#388](https://github.com/coinbase/cds/pull/388)]
19+
1120
## 8.49.0 (2/26/2026 PST)
1221

1322
#### 🚀 Updates

packages/web/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-web",
3-
"version": "8.49.0",
3+
"version": "8.50.0",
44
"description": "Coinbase Design System - Web",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)