Skip to content

Commit 556ccd0

Browse files
committed
chore(release): publish
- @czi-sds/[email protected] - @czi-sds/[email protected]
1 parent 4c6a83f commit 556ccd0

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

packages/components/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-12-18)
7+
8+
### Bug Fixes
9+
10+
- **panel:** fix circular dependency error ([d818901](https://github.com/chanzuckerberg/sci-components/commit/d8189012762c0e2c32325e29813a25f1faf9e55f))
11+
12+
### Features
13+
14+
- **InputCheckbox:** refactor `InputCheckbox` and `InputRadio` ([#904](https://github.com/chanzuckerberg/sci-components/issues/904)) ([74fec41](https://github.com/chanzuckerberg/sci-components/commit/74fec4189426782661f28e56bd77a3f912a5cdd1))
15+
616
# [22.0.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-12-04)
717

818
### Bug Fixes

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.0.0",
3+
"version": "22.1.0",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.esm.js",
66
"types": "dist/index.cjs.d.ts",

packages/data-viz/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-12-18)
7+
8+
### Bug Fixes
9+
10+
- **panel:** fix circular dependency error ([d818901](https://github.com/chanzuckerberg/sci-components/commit/d8189012762c0e2c32325e29813a25f1faf9e55f))
11+
12+
### Features
13+
14+
- **InputCheckbox:** refactor `InputCheckbox` and `InputRadio` ([#904](https://github.com/chanzuckerberg/sci-components/issues/904)) ([74fec41](https://github.com/chanzuckerberg/sci-components/commit/74fec4189426782661f28e56bd77a3f912a5cdd1))
15+
616
## [0.10.5](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2024-12-04)
717

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

packages/data-viz/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@czi-sds/data-viz",
3-
"version": "0.10.5",
3+
"version": "0.11.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.cjs.d.ts",
66
"module": "dist/index.esm.js",
@@ -52,26 +52,26 @@
5252
"namespace-check": "tsc --p tsconfig-namespace-check.json"
5353
},
5454
"peerDependencies": {
55-
"echarts": "^5.4.3",
56-
"lodash": "^4.17.21",
5755
"@emotion/css": "^11.11.2",
5856
"@emotion/react": "^11.11.3",
5957
"@emotion/styled": "^11.11.0",
6058
"@mui/base": "^5.0.0-beta.30",
6159
"@mui/icons-material": "^5.15.3",
6260
"@mui/lab": "^5.0.0-alpha.159",
6361
"@mui/material": "^5.15.3",
62+
"echarts": "^5.4.3",
63+
"lodash": "^4.17.21",
6464
"react": ">=17.0.1",
6565
"react-dom": ">=17.0.1"
6666
},
6767
"devDependencies": {
6868
"@reduxjs/toolkit": "^2.1.0",
69+
"@types/react": "^18.2.46",
70+
"@types/react-dom": "^18.2.18",
6971
"d3-scale-chromatic": "^3.0.0",
7072
"jest-environment-jsdom": "^29.6.2",
7173
"react-redux": "^9.1.0",
7274
"simplex-noise": "^4.0.1",
73-
"@types/react": "^18.2.46",
74-
"@types/react-dom": "^18.2.18",
7575
"style-dictionary": "^4.1.0"
7676
},
7777
"dependencies": {

0 commit comments

Comments
 (0)