Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @czi-sds/components@19.2.0
 - @czi-sds/data-viz@0.4.2
  • Loading branch information
masoudmanson committed Jan 10, 2024
1 parent 0bd802f commit 1d9aee4
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.

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

### Bug Fixes

- add focused styling to tabs ([#714](https://github.com/chanzuckerberg/sci-components/issues/714)) ([eb6870f](https://github.com/chanzuckerberg/sci-components/commit/eb6870f6d8bfe213555a5e0c0040308833510ab9))
- add live region to loading indicator ([#719](https://github.com/chanzuckerberg/sci-components/issues/719)) ([9126293](https://github.com/chanzuckerberg/sci-components/commit/9126293f2a4f8d68cb1a2a4994d8e008f1c37478))
- checkbox accessibility ([#716](https://github.com/chanzuckerberg/sci-components/issues/716)) ([2289e3c](https://github.com/chanzuckerberg/sci-components/commit/2289e3ce971a4302f404b99dc439a02a29b067bc)), closes [#690](https://github.com/chanzuckerberg/sci-components/issues/690)

### Features

- **icon:** add cube icon ([#725](https://github.com/chanzuckerberg/sci-components/issues/725)) ([a534985](https://github.com/chanzuckerberg/sci-components/commit/a534985f12f0100e7ca2da29a80ea03bf457b2f8)), closes [#720](https://github.com/chanzuckerberg/sci-components/issues/720)
- **icon:** add new code icon ([#724](https://github.com/chanzuckerberg/sci-components/issues/724)) ([850675f](https://github.com/chanzuckerberg/sci-components/commit/850675f49069f6bb422c22bb5903b120874a4fd0)), closes [#567](https://github.com/chanzuckerberg/sci-components/issues/567)

# [19.1.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/components@19.0.0...@czi-sds/components@19.1.0) (2023-12-13)

### 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.1.0",
"version": "19.2.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
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.4.2](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.4.0...@czi-sds/data-viz@0.4.2) (2024-01-10)

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

## [0.4.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.4.0...@czi-sds/data-viz@0.4.1) (2023-12-13)

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

0 comments on commit 1d9aee4

Please sign in to comment.