Skip to content

Commit

Permalink
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 Feb 15, 2024
1 parent 47f940f commit d1effca
Show file tree
Hide file tree
Showing 4 changed files with 21 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.

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

### Bug Fixes

- **callout:** allow Callout component to not have an icon ([#717](https://github.com/chanzuckerberg/sci-components/issues/717)) ([4215898](https://github.com/chanzuckerberg/sci-components/commit/4215898e45d0102eccb25efb9924cc086681a652)), closes [#578](https://github.com/chanzuckerberg/sci-components/issues/578)
- **callout:** fix callout expand in production ([#736](https://github.com/chanzuckerberg/sci-components/issues/736)) ([1a4decb](https://github.com/chanzuckerberg/sci-components/commit/1a4decbca90b2bb348465bdafbd29e5a66bc8e93))

### Features

- Add SVG Icon Props ([#726](https://github.com/chanzuckerberg/sci-components/issues/726)) ([f71236f](https://github.com/chanzuckerberg/sci-components/commit/f71236ffb37da248696680666d611b34b75c0da7))
- **icons:** adds hub icons ([#525](https://github.com/chanzuckerberg/sci-components/issues/525)) ([3fc888b](https://github.com/chanzuckerberg/sci-components/commit/3fc888b80f526adc38359eee7792fac133fa1944)), closes [#458](https://github.com/chanzuckerberg/sci-components/issues/458)
- **ions:** new icons added to the SDS library ([#740](https://github.com/chanzuckerberg/sci-components/issues/740)) ([838f888](https://github.com/chanzuckerberg/sci-components/commit/838f888a06de7295b07c7cf038f2103a75ae3ff7))

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

### 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": "19.2.0",
"version": "19.3.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/data-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **icons:** adds hub icons ([#525](https://github.com/chanzuckerberg/sci-components/issues/525)) ([3fc888b](https://github.com/chanzuckerberg/sci-components/commit/3fc888b80f526adc38359eee7792fac133fa1944)), closes [#458](https://github.com/chanzuckerberg/sci-components/issues/458)

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

**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.4.2",
"version": "0.5.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"author": "",
Expand Down

0 comments on commit d1effca

Please sign in to comment.