diff --git a/CHANGELOG.md b/CHANGELOG.md index 21170dd2..6933083f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.2](https://github.com/zakodium-oss/analysis-ui-components/compare/v0.17.1...v0.17.2) (2022-09-30) + + +### Bug Fixes + +* rename mainSide to controlledSide ([#231](https://github.com/zakodium-oss/analysis-ui-components/issues/231)) ([45084ba](https://github.com/zakodium-oss/analysis-ui-components/commit/45084baff543692513f198830bd23054ba6c9c09)) + ## [0.17.1](https://github.com/zakodium-oss/analysis-ui-components/compare/v0.17.0...v0.17.1) (2022-09-30) diff --git a/package-lock.json b/package-lock.json index 85b3cd78..c271552e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "analysis-ui-components", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 31012c99..0921e30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "analysis-ui-components", - "version": "0.17.1", + "version": "0.17.2", "description": "React components to build analysis UI", "main": "lib/components/index.js", "module": "lib-esm/components/index.js",