Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Publish): Version 18.1.0 #615

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.1.0](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2023-09-27)

### Bug Fixes

- **axe:** remove global timeout configuration ([#611](https://github.com/chanzuckerberg/sci-components/issues/611)) ([619bd82](https://github.com/chanzuckerberg/sci-components/commit/619bd8209ea8714ff6ec44dcf4025aba6ba53cf3))
- **icons:** remove fill attribute from IconQuoteLarge svg ([#614](https://github.com/chanzuckerberg/sci-components/issues/614)) ([b585b0d](https://github.com/chanzuckerberg/sci-components/commit/b585b0d2a68d38d0cdaad4cd546be1d5d9e37cff))

### Features

- **icons:** add IconQuoteLarge ([#613](https://github.com/chanzuckerberg/sci-components/issues/613)) ([b14234f](https://github.com/chanzuckerberg/sci-components/commit/b14234f27b1bb5a44e29bc3cd62f3769e46e0dc7))
- **menuitem:** add determinate/indeterminate variant to the MenuItem ([#602](https://github.com/chanzuckerberg/sci-components/issues/602)) ([7c7e3b3](https://github.com/chanzuckerberg/sci-components/commit/7c7e3b36704121db33818de206adb6c6ec484814))

## [18.0.1](https://github.com/chanzuckerberg/sci-components/compare/@czi-sds/[email protected]...@czi-sds/[email protected]) (2023-09-06)

**Note:** Version bump only for package @czi-sds/components
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": "18.0.1",
"version": "18.1.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"repository": {
Expand Down
Loading