Skip to content

Commit a46098b

Browse files
committed
chore(release): publish
- @czi-sds/[email protected] - @czi-sds/[email protected]
1 parent 41a77b3 commit a46098b

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/components/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.2.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-02-19)
7+
8+
### Bug Fixes
9+
10+
- **styles:** Inverted styles on Button and InputSearch ignore custom themes. ([#931](https://github.com/chanzuckerberg/sci-components/issues/931)) ([04d1dca](https://github.com/chanzuckerberg/sci-components/commit/04d1dca00134961f31a22226fc1aac7255fefebf))
11+
612
# [22.2.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-02-13)
713

814
### Features

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@czi-sds/components",
3-
"version": "22.2.0",
3+
"version": "22.2.1",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.cjs.d.ts",

packages/data-viz/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.2](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-02-19)
7+
8+
**Note:** Version bump only for package @czi-sds/data-viz
9+
610
## [0.11.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2025-01-09)
711

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

packages/data-viz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@czi-sds/data-viz",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.cjs.d.ts",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)