Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @czi-sds/[email protected]
 - @czi-sds/[email protected]
  • Loading branch information
masoudmanson committed Oct 16, 2024
1 parent f50eaef commit 981104b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [21.6.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-10-16)

### Bug Fixes

- **tag:** fix custom coloring of Tag component ([#866](https://github.com/chanzuckerberg/sci-components/issues/866)) ([268cdda](https://github.com/chanzuckerberg/sci-components/commit/268cddab07a92acf446e53170528d18e03108b17))

### Features

- **ButtonToggle:** implement new icon variant of toggle ([#860](https://github.com/chanzuckerberg/sci-components/issues/860)) ([3f532ad](https://github.com/chanzuckerberg/sci-components/commit/3f532ad20c6b872990c5122d93774ab6c87ee667))

# [21.5.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-10-09)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@czi-sds/components",
"version": "21.5.0",
"version": "21.6.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.cjs.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/data-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.2](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-10-16)

**Note:** Version bump only for package @czi-sds/data-viz

## [0.10.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@czi-sds/data-viz",
"version": "0.10.1",
"version": "0.10.2",
"main": "dist/index.cjs.js",
"types": "dist/index.cjs.d.ts",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 981104b

Please sign in to comment.