diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ed9d0134..19487dd665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [0.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +### Features + +- **odyssey-react:** add resize prop to TextArea ([9e71ba0](https://github.com/okta/odyssey/commit/9e71ba0f42ad6bc43f886cccf4bead45e6ae1fd0)) + +### Bug Fixes + +- improve class name hashing ([a22e295](https://github.com/okta/odyssey/commit/a22e295a254100c0fefdd48ac21d00caf2b36c2b)) + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) ### Features diff --git a/packages/browserslist-config-odyssey/CHANGELOG.md b/packages/browserslist-config-odyssey/CHANGELOG.md index d3f71843f6..c5a20627ed 100644 --- a/packages/browserslist-config-odyssey/CHANGELOG.md +++ b/packages/browserslist-config-odyssey/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/browserslist-config-odyssey + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/browserslist-config-odyssey diff --git a/packages/conventional-changelog-odyssey/CHANGELOG.md b/packages/conventional-changelog-odyssey/CHANGELOG.md index 4c37893afd..4a5c672d05 100644 --- a/packages/conventional-changelog-odyssey/CHANGELOG.md +++ b/packages/conventional-changelog-odyssey/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/conventional-changelog-odyssey + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/conventional-changelog-odyssey diff --git a/packages/eslint-plugin-odyssey/CHANGELOG.md b/packages/eslint-plugin-odyssey/CHANGELOG.md index b8ee10ed7b..c86c7a4351 100644 --- a/packages/eslint-plugin-odyssey/CHANGELOG.md +++ b/packages/eslint-plugin-odyssey/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/eslint-plugin-odyssey + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/eslint-plugin-odyssey diff --git a/packages/odyssey-babel-preset/CHANGELOG.md b/packages/odyssey-babel-preset/CHANGELOG.md index 871a09e425..a3c112da6b 100644 --- a/packages/odyssey-babel-preset/CHANGELOG.md +++ b/packages/odyssey-babel-preset/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-babel-preset + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-babel-preset diff --git a/packages/odyssey-commitlint/CHANGELOG.md b/packages/odyssey-commitlint/CHANGELOG.md index 783ec64f20..57d88a1f06 100644 --- a/packages/odyssey-commitlint/CHANGELOG.md +++ b/packages/odyssey-commitlint/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-commitlint + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-commitlint diff --git a/packages/odyssey-design-tokens/CHANGELOG.md b/packages/odyssey-design-tokens/CHANGELOG.md index c02b5f62b6..bd321915b1 100644 --- a/packages/odyssey-design-tokens/CHANGELOG.md +++ b/packages/odyssey-design-tokens/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-design-tokens + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-design-tokens diff --git a/packages/odyssey-eslint-config/CHANGELOG.md b/packages/odyssey-eslint-config/CHANGELOG.md index b97b994bea..185ac8d6cd 100644 --- a/packages/odyssey-eslint-config/CHANGELOG.md +++ b/packages/odyssey-eslint-config/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-eslint-config + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-eslint-config diff --git a/packages/odyssey-icons/CHANGELOG.md b/packages/odyssey-icons/CHANGELOG.md index 7e884d4a9a..36c3daa94a 100644 --- a/packages/odyssey-icons/CHANGELOG.md +++ b/packages/odyssey-icons/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-icons + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-icons diff --git a/packages/odyssey-lint-staged/CHANGELOG.md b/packages/odyssey-lint-staged/CHANGELOG.md index 5d574ae153..7fff5751af 100644 --- a/packages/odyssey-lint-staged/CHANGELOG.md +++ b/packages/odyssey-lint-staged/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-lint-staged + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-lint-staged diff --git a/packages/odyssey-postcss-scss/CHANGELOG.md b/packages/odyssey-postcss-scss/CHANGELOG.md index 59ed76ca0b..a4cba2ce9f 100644 --- a/packages/odyssey-postcss-scss/CHANGELOG.md +++ b/packages/odyssey-postcss-scss/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-postcss-scss + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-postcss-scss diff --git a/packages/odyssey-postcss-theme/CHANGELOG.md b/packages/odyssey-postcss-theme/CHANGELOG.md index 3c494a4df9..87df575bb3 100644 --- a/packages/odyssey-postcss-theme/CHANGELOG.md +++ b/packages/odyssey-postcss-theme/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-postcss-theme + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-postcss-theme diff --git a/packages/odyssey-prettier/CHANGELOG.md b/packages/odyssey-prettier/CHANGELOG.md index c04df615b4..861cee4890 100644 --- a/packages/odyssey-prettier/CHANGELOG.md +++ b/packages/odyssey-prettier/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-prettier + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-prettier diff --git a/packages/odyssey-react-theme/CHANGELOG.md b/packages/odyssey-react-theme/CHANGELOG.md index 5383e4dc54..238fc3fc4c 100644 --- a/packages/odyssey-react-theme/CHANGELOG.md +++ b/packages/odyssey-react-theme/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-react-theme + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-react-theme diff --git a/packages/odyssey-react/CHANGELOG.md b/packages/odyssey-react/CHANGELOG.md index b4b9a780ba..b444fb4576 100644 --- a/packages/odyssey-react/CHANGELOG.md +++ b/packages/odyssey-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +### Features + +- **odyssey-react:** add resize prop to TextArea ([9e71ba0](https://github.com/okta/odyssey/commit/9e71ba0f42ad6bc43f886cccf4bead45e6ae1fd0)) + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) ### Bug Fixes diff --git a/packages/odyssey-storybook/CHANGELOG.md b/packages/odyssey-storybook/CHANGELOG.md index 5dcd893af7..543ca2ed47 100644 --- a/packages/odyssey-storybook/CHANGELOG.md +++ b/packages/odyssey-storybook/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-storybook + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) ### Features diff --git a/packages/odyssey-stylelint/CHANGELOG.md b/packages/odyssey-stylelint/CHANGELOG.md index ea10267dfb..b23877725f 100644 --- a/packages/odyssey-stylelint/CHANGELOG.md +++ b/packages/odyssey-stylelint/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-stylelint + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-stylelint diff --git a/packages/odyssey-svgr/CHANGELOG.md b/packages/odyssey-svgr/CHANGELOG.md index 11acca1379..395df8343d 100644 --- a/packages/odyssey-svgr/CHANGELOG.md +++ b/packages/odyssey-svgr/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-svgr + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-svgr diff --git a/packages/odyssey-transform-styles-babel-plugin/CHANGELOG.md b/packages/odyssey-transform-styles-babel-plugin/CHANGELOG.md index 8d55903fb0..1198b5357d 100644 --- a/packages/odyssey-transform-styles-babel-plugin/CHANGELOG.md +++ b/packages/odyssey-transform-styles-babel-plugin/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-transform-styles-babel-plugin + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-transform-styles-babel-plugin diff --git a/packages/odyssey-transform-styles-postcss-preset/CHANGELOG.md b/packages/odyssey-transform-styles-postcss-preset/CHANGELOG.md index d8b538c69f..d26d1cd5f2 100644 --- a/packages/odyssey-transform-styles-postcss-preset/CHANGELOG.md +++ b/packages/odyssey-transform-styles-postcss-preset/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [0.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +### Bug Fixes + +- improve class name hashing ([a22e295](https://github.com/okta/odyssey/commit/a22e295a254100c0fefdd48ac21d00caf2b36c2b)) + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-transform-styles-postcss-preset diff --git a/packages/odyssey-typescript/CHANGELOG.md b/packages/odyssey-typescript/CHANGELOG.md index 758e05f0c0..3a1df3c6b5 100644 --- a/packages/odyssey-typescript/CHANGELOG.md +++ b/packages/odyssey-typescript/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey-typescript + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey-typescript diff --git a/packages/odyssey/CHANGELOG.md b/packages/odyssey/CHANGELOG.md index c67371eaa2..5f2f3a8438 100644 --- a/packages/odyssey/CHANGELOG.md +++ b/packages/odyssey/CHANGELOG.md @@ -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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17) + +**Note:** Version bump only for package @okta/odyssey + ### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10) **Note:** Version bump only for package @okta/odyssey