Skip to content

Commit

Permalink
chore(release): Merge prod into main (#804)
Browse files Browse the repository at this point in the history
* fix(build): fix variables file

* fix(designtokens): fix sds border design tokens

* fix(styles): remove style-dictionary files

* chore(release): publish

 - @czi-sds/components@20.1.0
 - @czi-sds/data-viz@0.8.0

* chore(release): Publish

* chore(release): publish

 - @czi-sds/components@20.1.2

* chore(release): publish

 - @czi-sds/components@20.6.0
 - @czi-sds/data-viz@0.9.1

---------

Co-authored-by: Masoud Amjadi <mamjadi@contractor.chanzuckerberg.com>
Co-authored-by: masoudmanson <masoudmanson@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent 46b2ce4 commit d88e9ea
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### 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))
- **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.5.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/components@20.0.1...@czi-sds/components@20.5.0) (2024-06-17)

### 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.5.0",
"version": "20.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.9.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.8.0...@czi-sds/data-viz@0.9.1) (2024-07-12)

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

# [0.9.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.7.0...@czi-sds/data-viz@0.9.0) (2024-06-17)

### Features
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.0",
"version": "0.9.1",
"main": "dist/index.cjs.js",
"types": "dist/index.cjs.d.ts",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit d88e9ea

Please sign in to comment.