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 Aug 8, 2024
1 parent feae459 commit f8bcfd5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **a11y:** fix a11y issues ([#787](https://github.com/chanzuckerberg/sci-components/issues/787)) ([e337899](https://github.com/chanzuckerberg/sci-components/commit/e3378997ec2aaf8c4a2d765870668b86461be01c))
- **complexfilter:** fix prop propagation ([7530284](https://github.com/chanzuckerberg/sci-components/commit/7530284831aec9d62c67b938303eb7f88f775158))
- **complexfilter:** fix re-rendering bug ([#824](https://github.com/chanzuckerberg/sci-components/issues/824)) ([0692409](https://github.com/chanzuckerberg/sci-components/commit/06924094808ad05e3888507f634fb6c293df007c))
- **dropdown:** fix props propagating ([#774](https://github.com/chanzuckerberg/sci-components/issues/774)) ([c42970a](https://github.com/chanzuckerberg/sci-components/commit/c42970a2270c5c6c1dda40422cb7eeee9b4b2f5e))

### Features

- **complexfilter:** add shouldisTriggerChangeOnOptionClick to complexFilter and ([#772](https://github.com/chanzuckerberg/sci-components/issues/772)) ([038ad54](https://github.com/chanzuckerberg/sci-components/commit/038ad542a91b05b06af5b77dff0a644a509f0cc0))
- **rotateleft and rotateright:** add small icons for RotateLeft and RotateRight ([#781](https://github.com/chanzuckerberg/sci-components/issues/781)) ([96a2af1](https://github.com/chanzuckerberg/sci-components/commit/96a2af14747a5413c1bbd45ad45c35a10d52f76d))

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

### Bug Fixes
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": "20.6.0",
"version": "20.7.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.9.2](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-08-08)

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

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

**Note:** Version bump only for package @czi-sds/data-viz
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.9.1",
"version": "0.9.2",
"main": "dist/index.cjs.js",
"types": "dist/index.cjs.d.ts",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit f8bcfd5

Please sign in to comment.