Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @czi-sds/[email protected]
  • Loading branch information
masoudmanson committed Nov 22, 2023
1 parent 77342c6 commit 8a56e25
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.0.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2023-11-22)

### Bug Fixes

- **defaulttheme:** fix typo in fontWeights, medium = 500 ([#707](https://github.com/chanzuckerberg/sci-components/issues/707)) ([adf650d](https://github.com/chanzuckerberg/sci-components/commit/adf650d84482585a01a9acc6dc48dbfdabab3a50))

### Features

- **multicolumnautocomplete:** first implementation ([#670](https://github.com/chanzuckerberg/sci-components/issues/670)) ([77342c6](https://github.com/chanzuckerberg/sci-components/commit/77342c6745537288d508299629bc1365f51eb446))

### BREAKING CHANGES

- **multicolumnautocomplete:** Autocomplte options type has changed from DefaultDropdownMenuOption to
DefaultAutocompleteOption.

- refactor(autocomplete): use MUI class names object

- fix(autocomplete): remove dead code

- refactor(autocomplete): update comments and code cleanup

## [18.1.2](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2023-10-11)

### 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": "18.1.2",
"version": "19.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
Expand Down

0 comments on commit 8a56e25

Please sign in to comment.