Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Dec 18, 2024
2 parents 26a830b + cdeb50a commit 2209697
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.0.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/components@21.7.1...@czi-sds/components@22.0.0) (2024-12-04)

### Bug Fixes

- **tailwind:** new typography config for tailwind to use with typography plugin + fixed font vars ([#914](https://github.com/chanzuckerberg/sci-components/issues/914)) ([cc895e8](https://github.com/chanzuckerberg/sci-components/commit/cc895e8a8d3f625af05f4b6a32456282c90d1af5))

### BREAKING CHANGES

- **tailwind:** More info on this can be found in the ZeroHeight docs under Tailwind configuration.

## [21.7.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/components@21.7.0...@czi-sds/components@21.7.1) (2024-11-27)

### 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": "21.7.1",
"version": "22.0.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.10.5](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.10.4...@czi-sds/data-viz@0.10.5) (2024-12-04)

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

## [0.10.4](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/data-viz@0.10.3...@czi-sds/data-viz@0.10.4) (2024-11-27)

**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.10.4",
"version": "0.10.5",
"main": "dist/index.cjs.js",
"types": "dist/index.cjs.d.ts",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 2209697

Please sign in to comment.