Skip to content

Commit fa72953

Browse files
committed
chore(release): publish
- @czi-sds/[email protected] - @czi-sds/[email protected] - @czi-sds/[email protected]
1 parent 1a8d310 commit fa72953

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [22.17.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-11-10)
7+
8+
### Features
9+
10+
- **StackedBarChart:** implement bar chart in codebase ([#1042](https://github.com/chanzuckerberg/sci-components/issues/1042)) ([bc6078d](https://github.com/chanzuckerberg/sci-components/commit/bc6078d2b3185a8fea305935de43b4583d941f9a))
11+
612
## [22.16.3](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-11-06)
713

814
### Bug Fixes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@czi-sds/components",
3-
"version": "22.16.3",
3+
"version": "22.17.0",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.cjs.d.ts",

packages/data-viz/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.14.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-11-10)
7+
8+
### Features
9+
10+
- **StackedBarChart:** implement bar chart in codebase ([#1042](https://github.com/chanzuckerberg/sci-components/issues/1042)) ([bc6078d](https://github.com/chanzuckerberg/sci-components/commit/bc6078d2b3185a8fea305935de43b4583d941f9a))
11+
612
## [0.13.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-10-07)
713

814
### Bug Fixes

packages/data-viz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@czi-sds/data-viz",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.cjs.d.ts",
66
"module": "dist/index.esm.js",

packages/mcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.9.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-11-10)
7+
8+
### Features
9+
10+
- **StackedBarChart:** implement bar chart in codebase ([#1042](https://github.com/chanzuckerberg/sci-components/issues/1042)) ([bc6078d](https://github.com/chanzuckerberg/sci-components/commit/bc6078d2b3185a8fea305935de43b4583d941f9a))
11+
612
## [0.8.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-11-06)
713

814
### Bug Fixes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@czi-sds/mcp",
33
"description": "The official MCP server for SDS",
4-
"version": "0.8.1",
4+
"version": "0.9.0",
55
"main": "dist/stdio.js",
66
"files": [
77
"dist",

0 commit comments

Comments
 (0)