From 9aa4ad8d575ac48d455ca15d80e95b64457968e4 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Wed, 7 Aug 2024 13:52:07 -0500 Subject: [PATCH 1/9] build: bump versions for 1.21.0 --- lerna.json | 2 +- packages/browserslist-config-odyssey/package.json | 2 +- packages/odyssey-babel-loader/package.json | 2 +- packages/odyssey-babel-preset/package.json | 2 +- packages/odyssey-design-tokens/package.json | 2 +- packages/odyssey-react-mui/package.json | 2 +- packages/odyssey-storybook/package.json | 2 +- packages/odyssey-svgr/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index f8733e2633..066920ed80 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "npmClient": "yarn", "packages": ["packages/*"], "useNx": false, - "version": "1.20.0" + "version": "1.21.0" } diff --git a/packages/browserslist-config-odyssey/package.json b/packages/browserslist-config-odyssey/package.json index 887604f3ae..2a401b4ecb 100644 --- a/packages/browserslist-config-odyssey/package.json +++ b/packages/browserslist-config-odyssey/package.json @@ -1,6 +1,6 @@ { "name": "@okta/browserslist-config-odyssey", - "version": "1.20.0", + "version": "1.21.0", "description": "Browserslist config for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-babel-loader/package.json b/packages/odyssey-babel-loader/package.json index d527a0aa32..1951da642e 100644 --- a/packages/odyssey-babel-loader/package.json +++ b/packages/odyssey-babel-loader/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-babel-loader", - "version": "1.20.0", + "version": "1.21.0", "description": "Babel webpack loader for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-babel-preset/package.json b/packages/odyssey-babel-preset/package.json index fd694565f0..59ae04d275 100644 --- a/packages/odyssey-babel-preset/package.json +++ b/packages/odyssey-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-babel-preset", - "version": "1.20.0", + "version": "1.21.0", "description": "Babel preset for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-design-tokens/package.json b/packages/odyssey-design-tokens/package.json index bc3319aa59..f9663827e0 100644 --- a/packages/odyssey-design-tokens/package.json +++ b/packages/odyssey-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-design-tokens", - "version": "1.20.0", + "version": "1.21.0", "description": "Design tokens for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-react-mui/package.json b/packages/odyssey-react-mui/package.json index 7fd984a82d..4d0d28e07f 100644 --- a/packages/odyssey-react-mui/package.json +++ b/packages/odyssey-react-mui/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-react-mui", - "version": "1.20.0", + "version": "1.21.0", "description": "React MUI components for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-storybook/package.json b/packages/odyssey-storybook/package.json index 1259de5bfd..b5590ef2cc 100644 --- a/packages/odyssey-storybook/package.json +++ b/packages/odyssey-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-storybook", - "version": "1.20.0", + "version": "1.21.0", "description": "Documentation for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-svgr/package.json b/packages/odyssey-svgr/package.json index 972918d1a8..4226f3afe5 100644 --- a/packages/odyssey-svgr/package.json +++ b/packages/odyssey-svgr/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-svgr", - "version": "1.20.0", + "version": "1.21.0", "description": "Configuration files for svgr icon conversion", "author": "Okta, Inc.", "license": "Apache-2.0", From 9c4075dda77ab4316869e98590e276ccc6a538d3 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Wed, 7 Aug 2024 13:52:15 -0500 Subject: [PATCH 2/9] docs: update CHANGELOG for 1.21.0 --- CHANGELOG.md | 72 +++++++++++++++++++ .../browserslist-config-odyssey/CHANGELOG.md | 6 ++ packages/odyssey-babel-loader/CHANGELOG.md | 6 ++ packages/odyssey-babel-preset/CHANGELOG.md | 6 ++ packages/odyssey-design-tokens/CHANGELOG.md | 6 ++ packages/odyssey-react-mui/CHANGELOG.md | 32 +++++++++ packages/odyssey-storybook/CHANGELOG.md | 59 +++++++++++++++ packages/odyssey-svgr/CHANGELOG.md | 4 ++ 8 files changed, 191 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7b1ab4cb..5ece8b1ccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Features + +- add backwards compatible empty state export ([#2266](https://github.com/okta/odyssey/issues/2266)) ([0fe3203](https://github.com/okta/odyssey/commit/0fe3203629dc85f7c91c58e3ff078c9a89360407)) +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- bumps lerna version ([#2238](https://github.com/okta/odyssey/issues/2238)) ([615f080](https://github.com/okta/odyssey/commit/615f080082ea42ded591a262fb2affe36d51cbf7)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add clarification in TextField label ([e6f7d80](https://github.com/okta/odyssey/commit/e6f7d8007dcdf0e0738c647342d901252061b705)) +- add comment ([9af7d11](https://github.com/okta/odyssey/commit/9af7d11f2964fa1b17be673c4e84a0bbb1a47ab9)) +- add errorMessageList to form components ([ad6de75](https://github.com/okta/odyssey/commit/ad6de75175043491b10c966646f95858b3217bea)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add more tests ([0149621](https://github.com/okta/odyssey/commit/0149621f7f762f0106149d6d9533d8c8596c62e8)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- add secondary danger button variant ([d398e39](https://github.com/okta/odyssey/commit/d398e391e2d80d2f95f54182bf01adb8c78d3c63)) +- add test ([37755b4](https://github.com/okta/odyssey/commit/37755b48c1be6a7d82e9f0e6ac377049abcab8a8)) +- add test for no options ([d997be1](https://github.com/okta/odyssey/commit/d997be145086c9f3142f8c24e733a7f7abdb9133)) +- add tests ([0774e0a](https://github.com/okta/odyssey/commit/0774e0ae7dfc5f8ee2cd355e2186ad29827fa0b4)) +- address comments ([c335306](https://github.com/okta/odyssey/commit/c335306a727b7879348cdacfdafda57a878af631)) +- alphabetize props ([988bd74](https://github.com/okta/odyssey/commit/988bd74e98794f2f48589e6be3e37f608f87a07a)) +- alphabetize props in imports ([ca56f0a](https://github.com/okta/odyssey/commit/ca56f0a3ad5b3a4902bf38111bc6c229ad1533f6)) +- Applitools isn't consistently running VRTs ([#2314](https://github.com/okta/odyssey/issues/2314)) ([0c9a10c](https://github.com/okta/odyssey/commit/0c9a10ca9036e34f74dd383f26dda8dc77211c90)) +- await on toBeVisible ([74038da](https://github.com/okta/odyssey/commit/74038daca8211c7ba74971610e49332a0ffee054)) +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) +- button tests ([b427ee5](https://github.com/okta/odyssey/commit/b427ee5cf2901d380112eaae10a813a4f1781f53)) +- checkbox test ([69101bb](https://github.com/okta/odyssey/commit/69101bb4fc7f980116f1e1cef2ee736a7126d998)) +- expose "filled" variant of search ([af345d6](https://github.com/okta/odyssey/commit/af345d6e3265bd3addf0a3153695a0c03d30ba70)) +- fix props issue in storybook ([967fd49](https://github.com/okta/odyssey/commit/967fd494dcf7394b3c182f7d7bd6d95884e39a5c)) +- fix storybook error ([a7f3179](https://github.com/okta/odyssey/commit/a7f3179dd78969341744d8d29d903ee706a3ad61)) +- fix tests ([a730e69](https://github.com/okta/odyssey/commit/a730e69216735829d0e448dc4a8f39d41fe93a1e)) +- loading in autocomplete ([f99e09e](https://github.com/okta/odyssey/commit/f99e09ed70ba941a22875dc41abef35282d9459b)) +- make return implicit in label ([e2a26df](https://github.com/okta/odyssey/commit/e2a26df5082bfb5e7573c83a9ab53b364941713b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- prevent mixing old and new button props ([7aed65b](https://github.com/okta/odyssey/commit/7aed65be175c12525c9aee5fca18af0251dd2fec)) +- re-add support for "callToAction" button usage ([0eb6ec7](https://github.com/okta/odyssey/commit/0eb6ec704ba6a0a9da12dcd6d864a6d1d1421915)) +- remove invalid pseudo element from theme overrides ([#2310](https://github.com/okta/odyssey/issues/2310)) ([fea0793](https://github.com/okta/odyssey/commit/fea0793acf0800494270a87e4e5d65129942b99e)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- rename tests ([85b59a0](https://github.com/okta/odyssey/commit/85b59a02d8999c1d4cd6d9fc7c86556266c63c63)) +- resolve eslint error ([6be8bd0](https://github.com/okta/odyssey/commit/6be8bd0ca6f333949d80cbe59e28fac48528388b)) +- resolve type issues in storybook ([1e11cbe](https://github.com/okta/odyssey/commit/1e11cbe40299c62c6a47a419ef0026d932765129)) +- revert changes for radio group stories ([b9e3007](https://github.com/okta/odyssey/commit/b9e30071649ff9a0a723b2aa4d546a16973bd43f)) +- revert last commit ([beefba3](https://github.com/okta/odyssey/commit/beefba3fe35de567abed72c914048e2662f35b0f)) +- revert stories update ([47d5dc4](https://github.com/okta/odyssey/commit/47d5dc4b7f8756648fe20adbb5e267c9352f694a)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) +- show code block in storybook ([b2bd444](https://github.com/okta/odyssey/commit/b2bd444d11af21ef3aa53fde651863c84f763f13)) +- show form components with different attribute settings in storybook for visual testing ([f21a9eb](https://github.com/okta/odyssey/commit/f21a9eb028308b6c2c9d97e84d30392ad8ec8e1d)) +- storybook tests ([2b3f92d](https://github.com/okta/odyssey/commit/2b3f92dfdceecef3fd425d9040bbfaef2b22249c)) +- style in breadcrumbs ([a01ab07](https://github.com/okta/odyssey/commit/a01ab079397ad8d570e44e5573e1e9dd2e41c0b8)) +- tests ([a2d7ec9](https://github.com/okta/odyssey/commit/a2d7ec9144456e0abe3d0bd8c249d38dedf82b2d)) +- tests ([5a8dd46](https://github.com/okta/odyssey/commit/5a8dd4626ddb6e7bc8ea963b5bfb8c3d9fae2266)) +- text update, follow HTML-style prop additions ([a8eb111](https://github.com/okta/odyssey/commit/a8eb1111fa5891901af769e1fdd9af13c7d0d909)) +- tooltip ([395047a](https://github.com/okta/odyssey/commit/395047ac00c0ec3656e2e6aa3088cbb176c3e73d)) +- tooltip test ([d413a9e](https://github.com/okta/odyssey/commit/d413a9edcce6316bc5bf76e62a0e34325d759fc7)) +- update callout storybook docs ([2ce411a](https://github.com/okta/odyssey/commit/2ce411ac3b07a98e2b9b052ea06170d936f832c3)) +- update glob to v9 ([#2275](https://github.com/okta/odyssey/issues/2275)) ([c4d73ea](https://github.com/okta/odyssey/commit/c4d73eaf2ae972ad4b9afda13428bd96f6b626e0)) +- update roadmap page ([bf2af54](https://github.com/okta/odyssey/commit/bf2af54bae0109ddca86006d5bc648104ccd1391)) +- update story ([b453549](https://github.com/okta/odyssey/commit/b453549866aa997988bba568f479ce66084d377b)) +- update story to fix a11y test ([63c0e62](https://github.com/okta/odyssey/commit/63c0e623cdcb4faad64af03c0ee80e9cf3952b08)) +- update storybook to show Label not Title ([9378fae](https://github.com/okta/odyssey/commit/9378faeead9e226150d448c19acd99154cace297)) +- update tests ([3aa9976](https://github.com/okta/odyssey/commit/3aa9976ac37de4bc5b82833b7d94c1e15604a0a4)) +- updated vulnerable packages per Snyk ([#2268](https://github.com/okta/odyssey/issues/2268)) ([1efe177](https://github.com/okta/odyssey/commit/1efe177f79c2a13a8d2c942c472120b30d42410f)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) ### Features diff --git a/packages/browserslist-config-odyssey/CHANGELOG.md b/packages/browserslist-config-odyssey/CHANGELOG.md index 0f9dd3d528..0e12ce10c9 100644 --- a/packages/browserslist-config-odyssey/CHANGELOG.md +++ b/packages/browserslist-config-odyssey/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. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Bug Fixes + +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) **Note:** Version bump only for package @okta/browserslist-config-odyssey diff --git a/packages/odyssey-babel-loader/CHANGELOG.md b/packages/odyssey-babel-loader/CHANGELOG.md index 2f4ffba9ed..229c7f2b1d 100644 --- a/packages/odyssey-babel-loader/CHANGELOG.md +++ b/packages/odyssey-babel-loader/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. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Bug Fixes + +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) **Note:** Version bump only for package @okta/odyssey-babel-loader diff --git a/packages/odyssey-babel-preset/CHANGELOG.md b/packages/odyssey-babel-preset/CHANGELOG.md index 4abeedfed3..bb5c5ec7ca 100644 --- a/packages/odyssey-babel-preset/CHANGELOG.md +++ b/packages/odyssey-babel-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. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Bug Fixes + +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) **Note:** Version bump only for package @okta/odyssey-babel-preset diff --git a/packages/odyssey-design-tokens/CHANGELOG.md b/packages/odyssey-design-tokens/CHANGELOG.md index d064b4a468..ea0dba8730 100644 --- a/packages/odyssey-design-tokens/CHANGELOG.md +++ b/packages/odyssey-design-tokens/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. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Bug Fixes + +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) **Note:** Version bump only for package @okta/odyssey-design-tokens diff --git a/packages/odyssey-react-mui/CHANGELOG.md b/packages/odyssey-react-mui/CHANGELOG.md index 23deed8c2f..c2175fa0e5 100644 --- a/packages/odyssey-react-mui/CHANGELOG.md +++ b/packages/odyssey-react-mui/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Features + +- add backwards compatible empty state export ([#2266](https://github.com/okta/odyssey/issues/2266)) ([0fe3203](https://github.com/okta/odyssey/commit/0fe3203629dc85f7c91c58e3ff078c9a89360407)) +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add comment ([9af7d11](https://github.com/okta/odyssey/commit/9af7d11f2964fa1b17be673c4e84a0bbb1a47ab9)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- alphabetize props ([988bd74](https://github.com/okta/odyssey/commit/988bd74e98794f2f48589e6be3e37f608f87a07a)) +- alphabetize props in imports ([ca56f0a](https://github.com/okta/odyssey/commit/ca56f0a3ad5b3a4902bf38111bc6c229ad1533f6)) +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) +- make return implicit in label ([e2a26df](https://github.com/okta/odyssey/commit/e2a26df5082bfb5e7573c83a9ab53b364941713b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- prevent mixing old and new button props ([7aed65b](https://github.com/okta/odyssey/commit/7aed65be175c12525c9aee5fca18af0251dd2fec)) +- re-add support for "callToAction" button usage ([0eb6ec7](https://github.com/okta/odyssey/commit/0eb6ec704ba6a0a9da12dcd6d864a6d1d1421915)) +- remove invalid pseudo element from theme overrides ([#2310](https://github.com/okta/odyssey/issues/2310)) ([fea0793](https://github.com/okta/odyssey/commit/fea0793acf0800494270a87e4e5d65129942b99e)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- resolve eslint error ([6be8bd0](https://github.com/okta/odyssey/commit/6be8bd0ca6f333949d80cbe59e28fac48528388b)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) ### Features diff --git a/packages/odyssey-storybook/CHANGELOG.md b/packages/odyssey-storybook/CHANGELOG.md index 132ea33009..858ee86a7e 100644 --- a/packages/odyssey-storybook/CHANGELOG.md +++ b/packages/odyssey-storybook/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +### Features + +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add clarification in TextField label ([e6f7d80](https://github.com/okta/odyssey/commit/e6f7d8007dcdf0e0738c647342d901252061b705)) +- add errorMessageList to form components ([ad6de75](https://github.com/okta/odyssey/commit/ad6de75175043491b10c966646f95858b3217bea)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add more tests ([0149621](https://github.com/okta/odyssey/commit/0149621f7f762f0106149d6d9533d8c8596c62e8)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- add secondary danger button variant ([d398e39](https://github.com/okta/odyssey/commit/d398e391e2d80d2f95f54182bf01adb8c78d3c63)) +- add test ([37755b4](https://github.com/okta/odyssey/commit/37755b48c1be6a7d82e9f0e6ac377049abcab8a8)) +- add test for no options ([d997be1](https://github.com/okta/odyssey/commit/d997be145086c9f3142f8c24e733a7f7abdb9133)) +- add tests ([0774e0a](https://github.com/okta/odyssey/commit/0774e0ae7dfc5f8ee2cd355e2186ad29827fa0b4)) +- address comments ([c335306](https://github.com/okta/odyssey/commit/c335306a727b7879348cdacfdafda57a878af631)) +- Applitools isn't consistently running VRTs ([#2314](https://github.com/okta/odyssey/issues/2314)) ([0c9a10c](https://github.com/okta/odyssey/commit/0c9a10ca9036e34f74dd383f26dda8dc77211c90)) +- await on toBeVisible ([74038da](https://github.com/okta/odyssey/commit/74038daca8211c7ba74971610e49332a0ffee054)) +- button tests ([b427ee5](https://github.com/okta/odyssey/commit/b427ee5cf2901d380112eaae10a813a4f1781f53)) +- checkbox test ([69101bb](https://github.com/okta/odyssey/commit/69101bb4fc7f980116f1e1cef2ee736a7126d998)) +- expose "filled" variant of search ([af345d6](https://github.com/okta/odyssey/commit/af345d6e3265bd3addf0a3153695a0c03d30ba70)) +- fix props issue in storybook ([967fd49](https://github.com/okta/odyssey/commit/967fd494dcf7394b3c182f7d7bd6d95884e39a5c)) +- fix storybook error ([a7f3179](https://github.com/okta/odyssey/commit/a7f3179dd78969341744d8d29d903ee706a3ad61)) +- fix tests ([a730e69](https://github.com/okta/odyssey/commit/a730e69216735829d0e448dc4a8f39d41fe93a1e)) +- loading in autocomplete ([f99e09e](https://github.com/okta/odyssey/commit/f99e09ed70ba941a22875dc41abef35282d9459b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- rename tests ([85b59a0](https://github.com/okta/odyssey/commit/85b59a02d8999c1d4cd6d9fc7c86556266c63c63)) +- resolve type issues in storybook ([1e11cbe](https://github.com/okta/odyssey/commit/1e11cbe40299c62c6a47a419ef0026d932765129)) +- revert changes for radio group stories ([b9e3007](https://github.com/okta/odyssey/commit/b9e30071649ff9a0a723b2aa4d546a16973bd43f)) +- revert last commit ([beefba3](https://github.com/okta/odyssey/commit/beefba3fe35de567abed72c914048e2662f35b0f)) +- revert stories update ([47d5dc4](https://github.com/okta/odyssey/commit/47d5dc4b7f8756648fe20adbb5e267c9352f694a)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) +- show code block in storybook ([b2bd444](https://github.com/okta/odyssey/commit/b2bd444d11af21ef3aa53fde651863c84f763f13)) +- show form components with different attribute settings in storybook for visual testing ([f21a9eb](https://github.com/okta/odyssey/commit/f21a9eb028308b6c2c9d97e84d30392ad8ec8e1d)) +- storybook tests ([2b3f92d](https://github.com/okta/odyssey/commit/2b3f92dfdceecef3fd425d9040bbfaef2b22249c)) +- style in breadcrumbs ([a01ab07](https://github.com/okta/odyssey/commit/a01ab079397ad8d570e44e5573e1e9dd2e41c0b8)) +- tests ([a2d7ec9](https://github.com/okta/odyssey/commit/a2d7ec9144456e0abe3d0bd8c249d38dedf82b2d)) +- tests ([5a8dd46](https://github.com/okta/odyssey/commit/5a8dd4626ddb6e7bc8ea963b5bfb8c3d9fae2266)) +- text update, follow HTML-style prop additions ([a8eb111](https://github.com/okta/odyssey/commit/a8eb1111fa5891901af769e1fdd9af13c7d0d909)) +- tooltip ([395047a](https://github.com/okta/odyssey/commit/395047ac00c0ec3656e2e6aa3088cbb176c3e73d)) +- tooltip test ([d413a9e](https://github.com/okta/odyssey/commit/d413a9edcce6316bc5bf76e62a0e34325d759fc7)) +- update callout storybook docs ([2ce411a](https://github.com/okta/odyssey/commit/2ce411ac3b07a98e2b9b052ea06170d936f832c3)) +- update roadmap page ([bf2af54](https://github.com/okta/odyssey/commit/bf2af54bae0109ddca86006d5bc648104ccd1391)) +- update story ([b453549](https://github.com/okta/odyssey/commit/b453549866aa997988bba568f479ce66084d377b)) +- update story to fix a11y test ([63c0e62](https://github.com/okta/odyssey/commit/63c0e623cdcb4faad64af03c0ee80e9cf3952b08)) +- update storybook to show Label not Title ([9378fae](https://github.com/okta/odyssey/commit/9378faeead9e226150d448c19acd99154cace297)) +- update tests ([3aa9976](https://github.com/okta/odyssey/commit/3aa9976ac37de4bc5b82833b7d94c1e15604a0a4)) + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) ### Features diff --git a/packages/odyssey-svgr/CHANGELOG.md b/packages/odyssey-svgr/CHANGELOG.md index e226f3f4c8..7adeee5cce 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. +## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) + +**Note:** Version bump only for package @okta/odyssey-svgr + ## [1.20.0](https://github.com/okta/odyssey/compare/v1.19.0...v1.20.0) (2024-07-25) **Note:** Version bump only for package @okta/odyssey-svgr From 961776881b3e07667cb09c6ffb51c57ffa0c1ca7 Mon Sep 17 00:00:00 2001 From: stephanieyoshimoto-okta Date: Wed, 7 Aug 2024 12:08:28 -0700 Subject: [PATCH 3/9] fix: add translation keys for Autocomplete (#2308) OKTA-742653 Add translation keys for Autocomplete --- .../translations/odyssey-react-mui_ok_PL.properties | 4 +++- .../translations/odyssey-react-mui_ok_SK.properties | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_PL.properties b/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_PL.properties index cbe652d63b..adb70a045a 100644 --- a/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_PL.properties +++ b/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_PL.properties @@ -1,6 +1,8 @@ breadcrumbs.home.text = 》Ĥöɱé 한Ӝฐโ《 breadcrumbs.label.text = 》Ɓŕéåðçŕûɱƀš ئ䀕ヸ€홝한Ӝฐโ《 -close.text = 》çļöšé 홝한Ӝฐโ《 +close.text = 》Çļöšé 홝한Ӝฐโ《 +clear.text = 》Çļéåŕ 홝한Ӝฐโ《 +open.text = 》Öþéñ 한Ӝฐโ《 fielderror.screenreader.text = 》Éŕŕöŕ 홝한Ӝฐโ《 fieldlabel.optional.text = 》Öþţîöñåļ 䀕ヸ€홝한Ӝฐโ《 fieldlabel.required.text = 》Ŕéǫûîŕéð 䀕ヸ€홝한Ӝฐโ《 diff --git a/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_SK.properties b/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_SK.properties index 5e5eb6533f..cdb25d9506 100644 --- a/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_SK.properties +++ b/packages/odyssey-react-mui/src/properties/translations/odyssey-react-mui_ok_SK.properties @@ -1,6 +1,8 @@ breadcrumbs.home.text = [[odyssey:odyssey-react-mui: breadcrumbs.home.text]] breadcrumbs.label.text = [[odyssey:odyssey-react-mui: breadcrumbs.label.text]] close.text = [[odyssey:odyssey-react-mui: close.text]] +clear.text = [[odyssey:odyssey-react-mui: clear.text]] +open.text = [[odyssey:odyssey-react-mui: open.text]] fielderror.screenreader.text = [[odyssey:odyssey-react-mui: fielderror.screenreader.text]] fieldlabel.optional.text = [[odyssey:odyssey-react-mui: fieldlabel.optional.text]] fieldlabel.required.text = [[odyssey:odyssey-react-mui: fieldlabel.required.text]] From 88366e983eb3baf2da9f23ae99aba38a8be3b6cf Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Wed, 7 Aug 2024 17:03:31 -0500 Subject: [PATCH 4/9] build: bump versions for 1.21.1 --- lerna.json | 2 +- packages/odyssey-react-mui/package.json | 2 +- packages/odyssey-storybook/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 066920ed80..593a20e1cc 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "npmClient": "yarn", "packages": ["packages/*"], "useNx": false, - "version": "1.21.0" + "version": "1.21.1" } diff --git a/packages/odyssey-react-mui/package.json b/packages/odyssey-react-mui/package.json index 4d0d28e07f..b6310a7f9b 100644 --- a/packages/odyssey-react-mui/package.json +++ b/packages/odyssey-react-mui/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-react-mui", - "version": "1.21.0", + "version": "1.21.1", "description": "React MUI components for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-storybook/package.json b/packages/odyssey-storybook/package.json index b5590ef2cc..6a2434bc89 100644 --- a/packages/odyssey-storybook/package.json +++ b/packages/odyssey-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-storybook", - "version": "1.21.0", + "version": "1.21.1", "description": "Documentation for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", From 1c2a4a969b9fc226135aa515cba8c9f28e943541 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Wed, 7 Aug 2024 17:03:38 -0500 Subject: [PATCH 5/9] docs: update CHANGELOG for 1.21.1 --- CHANGELOG.md | 73 +++++++++++++++++++++++++ packages/odyssey-react-mui/CHANGELOG.md | 33 +++++++++++ packages/odyssey-storybook/CHANGELOG.md | 59 ++++++++++++++++++++ 3 files changed, 165 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ece8b1ccf..db06c95f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,79 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) + +### Features + +- add backwards compatible empty state export ([#2266](https://github.com/okta/odyssey/issues/2266)) ([0fe3203](https://github.com/okta/odyssey/commit/0fe3203629dc85f7c91c58e3ff078c9a89360407)) +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- bumps lerna version ([#2238](https://github.com/okta/odyssey/issues/2238)) ([615f080](https://github.com/okta/odyssey/commit/615f080082ea42ded591a262fb2affe36d51cbf7)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add clarification in TextField label ([e6f7d80](https://github.com/okta/odyssey/commit/e6f7d8007dcdf0e0738c647342d901252061b705)) +- add comment ([9af7d11](https://github.com/okta/odyssey/commit/9af7d11f2964fa1b17be673c4e84a0bbb1a47ab9)) +- add errorMessageList to form components ([ad6de75](https://github.com/okta/odyssey/commit/ad6de75175043491b10c966646f95858b3217bea)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add more tests ([0149621](https://github.com/okta/odyssey/commit/0149621f7f762f0106149d6d9533d8c8596c62e8)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- add secondary danger button variant ([d398e39](https://github.com/okta/odyssey/commit/d398e391e2d80d2f95f54182bf01adb8c78d3c63)) +- add test ([37755b4](https://github.com/okta/odyssey/commit/37755b48c1be6a7d82e9f0e6ac377049abcab8a8)) +- add test for no options ([d997be1](https://github.com/okta/odyssey/commit/d997be145086c9f3142f8c24e733a7f7abdb9133)) +- add tests ([0774e0a](https://github.com/okta/odyssey/commit/0774e0ae7dfc5f8ee2cd355e2186ad29827fa0b4)) +- add translation keys for Autocomplete ([#2308](https://github.com/okta/odyssey/issues/2308)) ([9617768](https://github.com/okta/odyssey/commit/961776881b3e07667cb09c6ffb51c57ffa0c1ca7)) +- address comments ([c335306](https://github.com/okta/odyssey/commit/c335306a727b7879348cdacfdafda57a878af631)) +- alphabetize props ([988bd74](https://github.com/okta/odyssey/commit/988bd74e98794f2f48589e6be3e37f608f87a07a)) +- alphabetize props in imports ([ca56f0a](https://github.com/okta/odyssey/commit/ca56f0a3ad5b3a4902bf38111bc6c229ad1533f6)) +- Applitools isn't consistently running VRTs ([#2314](https://github.com/okta/odyssey/issues/2314)) ([0c9a10c](https://github.com/okta/odyssey/commit/0c9a10ca9036e34f74dd383f26dda8dc77211c90)) +- await on toBeVisible ([74038da](https://github.com/okta/odyssey/commit/74038daca8211c7ba74971610e49332a0ffee054)) +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) +- button tests ([b427ee5](https://github.com/okta/odyssey/commit/b427ee5cf2901d380112eaae10a813a4f1781f53)) +- checkbox test ([69101bb](https://github.com/okta/odyssey/commit/69101bb4fc7f980116f1e1cef2ee736a7126d998)) +- expose "filled" variant of search ([af345d6](https://github.com/okta/odyssey/commit/af345d6e3265bd3addf0a3153695a0c03d30ba70)) +- fix props issue in storybook ([967fd49](https://github.com/okta/odyssey/commit/967fd494dcf7394b3c182f7d7bd6d95884e39a5c)) +- fix storybook error ([a7f3179](https://github.com/okta/odyssey/commit/a7f3179dd78969341744d8d29d903ee706a3ad61)) +- fix tests ([a730e69](https://github.com/okta/odyssey/commit/a730e69216735829d0e448dc4a8f39d41fe93a1e)) +- loading in autocomplete ([f99e09e](https://github.com/okta/odyssey/commit/f99e09ed70ba941a22875dc41abef35282d9459b)) +- make return implicit in label ([e2a26df](https://github.com/okta/odyssey/commit/e2a26df5082bfb5e7573c83a9ab53b364941713b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- prevent mixing old and new button props ([7aed65b](https://github.com/okta/odyssey/commit/7aed65be175c12525c9aee5fca18af0251dd2fec)) +- re-add support for "callToAction" button usage ([0eb6ec7](https://github.com/okta/odyssey/commit/0eb6ec704ba6a0a9da12dcd6d864a6d1d1421915)) +- remove invalid pseudo element from theme overrides ([#2310](https://github.com/okta/odyssey/issues/2310)) ([fea0793](https://github.com/okta/odyssey/commit/fea0793acf0800494270a87e4e5d65129942b99e)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- rename tests ([85b59a0](https://github.com/okta/odyssey/commit/85b59a02d8999c1d4cd6d9fc7c86556266c63c63)) +- resolve eslint error ([6be8bd0](https://github.com/okta/odyssey/commit/6be8bd0ca6f333949d80cbe59e28fac48528388b)) +- resolve type issues in storybook ([1e11cbe](https://github.com/okta/odyssey/commit/1e11cbe40299c62c6a47a419ef0026d932765129)) +- revert changes for radio group stories ([b9e3007](https://github.com/okta/odyssey/commit/b9e30071649ff9a0a723b2aa4d546a16973bd43f)) +- revert last commit ([beefba3](https://github.com/okta/odyssey/commit/beefba3fe35de567abed72c914048e2662f35b0f)) +- revert stories update ([47d5dc4](https://github.com/okta/odyssey/commit/47d5dc4b7f8756648fe20adbb5e267c9352f694a)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) +- show code block in storybook ([b2bd444](https://github.com/okta/odyssey/commit/b2bd444d11af21ef3aa53fde651863c84f763f13)) +- show form components with different attribute settings in storybook for visual testing ([f21a9eb](https://github.com/okta/odyssey/commit/f21a9eb028308b6c2c9d97e84d30392ad8ec8e1d)) +- storybook tests ([2b3f92d](https://github.com/okta/odyssey/commit/2b3f92dfdceecef3fd425d9040bbfaef2b22249c)) +- style in breadcrumbs ([a01ab07](https://github.com/okta/odyssey/commit/a01ab079397ad8d570e44e5573e1e9dd2e41c0b8)) +- tests ([a2d7ec9](https://github.com/okta/odyssey/commit/a2d7ec9144456e0abe3d0bd8c249d38dedf82b2d)) +- tests ([5a8dd46](https://github.com/okta/odyssey/commit/5a8dd4626ddb6e7bc8ea963b5bfb8c3d9fae2266)) +- text update, follow HTML-style prop additions ([a8eb111](https://github.com/okta/odyssey/commit/a8eb1111fa5891901af769e1fdd9af13c7d0d909)) +- tooltip ([395047a](https://github.com/okta/odyssey/commit/395047ac00c0ec3656e2e6aa3088cbb176c3e73d)) +- tooltip test ([d413a9e](https://github.com/okta/odyssey/commit/d413a9edcce6316bc5bf76e62a0e34325d759fc7)) +- update callout storybook docs ([2ce411a](https://github.com/okta/odyssey/commit/2ce411ac3b07a98e2b9b052ea06170d936f832c3)) +- update glob to v9 ([#2275](https://github.com/okta/odyssey/issues/2275)) ([c4d73ea](https://github.com/okta/odyssey/commit/c4d73eaf2ae972ad4b9afda13428bd96f6b626e0)) +- update roadmap page ([bf2af54](https://github.com/okta/odyssey/commit/bf2af54bae0109ddca86006d5bc648104ccd1391)) +- update story ([b453549](https://github.com/okta/odyssey/commit/b453549866aa997988bba568f479ce66084d377b)) +- update story to fix a11y test ([63c0e62](https://github.com/okta/odyssey/commit/63c0e623cdcb4faad64af03c0ee80e9cf3952b08)) +- update storybook to show Label not Title ([9378fae](https://github.com/okta/odyssey/commit/9378faeead9e226150d448c19acd99154cace297)) +- update tests ([3aa9976](https://github.com/okta/odyssey/commit/3aa9976ac37de4bc5b82833b7d94c1e15604a0a4)) +- updated vulnerable packages per Snyk ([#2268](https://github.com/okta/odyssey/issues/2268)) ([1efe177](https://github.com/okta/odyssey/commit/1efe177f79c2a13a8d2c942c472120b30d42410f)) + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Features diff --git a/packages/odyssey-react-mui/CHANGELOG.md b/packages/odyssey-react-mui/CHANGELOG.md index c2175fa0e5..bf8b84d757 100644 --- a/packages/odyssey-react-mui/CHANGELOG.md +++ b/packages/odyssey-react-mui/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) + +### Features + +- add backwards compatible empty state export ([#2266](https://github.com/okta/odyssey/issues/2266)) ([0fe3203](https://github.com/okta/odyssey/commit/0fe3203629dc85f7c91c58e3ff078c9a89360407)) +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add comment ([9af7d11](https://github.com/okta/odyssey/commit/9af7d11f2964fa1b17be673c4e84a0bbb1a47ab9)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- add translation keys for Autocomplete ([#2308](https://github.com/okta/odyssey/issues/2308)) ([9617768](https://github.com/okta/odyssey/commit/961776881b3e07667cb09c6ffb51c57ffa0c1ca7)) +- alphabetize props ([988bd74](https://github.com/okta/odyssey/commit/988bd74e98794f2f48589e6be3e37f608f87a07a)) +- alphabetize props in imports ([ca56f0a](https://github.com/okta/odyssey/commit/ca56f0a3ad5b3a4902bf38111bc6c229ad1533f6)) +- bump version to 1.17 ([0e32aba](https://github.com/okta/odyssey/commit/0e32aba973ef00d5a872dbd408a84fb54c8a7408)) +- make return implicit in label ([e2a26df](https://github.com/okta/odyssey/commit/e2a26df5082bfb5e7573c83a9ab53b364941713b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- prevent mixing old and new button props ([7aed65b](https://github.com/okta/odyssey/commit/7aed65be175c12525c9aee5fca18af0251dd2fec)) +- re-add support for "callToAction" button usage ([0eb6ec7](https://github.com/okta/odyssey/commit/0eb6ec704ba6a0a9da12dcd6d864a6d1d1421915)) +- remove invalid pseudo element from theme overrides ([#2310](https://github.com/okta/odyssey/issues/2310)) ([fea0793](https://github.com/okta/odyssey/commit/fea0793acf0800494270a87e4e5d65129942b99e)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- resolve eslint error ([6be8bd0](https://github.com/okta/odyssey/commit/6be8bd0ca6f333949d80cbe59e28fac48528388b)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Features diff --git a/packages/odyssey-storybook/CHANGELOG.md b/packages/odyssey-storybook/CHANGELOG.md index 858ee86a7e..66ff7abb35 100644 --- a/packages/odyssey-storybook/CHANGELOG.md +++ b/packages/odyssey-storybook/CHANGELOG.md @@ -3,6 +3,65 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) + +### Features + +- add initial search prop to DataTable ([#2265](https://github.com/okta/odyssey/issues/2265)) ([5829534](https://github.com/okta/odyssey/commit/582953472b9a4e9946a57c852b78cd890a6ab674)) +- adds a generic top nav component ([#2296](https://github.com/okta/odyssey/issues/2296)) ([6f3165f](https://github.com/okta/odyssey/commit/6f3165f9fd4a1d1743c975b72132d4ec186d09bb)) +- adds new side navigation component for unified nav design ([#2269](https://github.com/okta/odyssey/issues/2269)) ([e54a470](https://github.com/okta/odyssey/commit/e54a470aaa71eec4fd85f19ac8519425f1d64e8f)) +- EmptyState component ([#2175](https://github.com/okta/odyssey/issues/2175)) ([8c86845](https://github.com/okta/odyssey/commit/8c868450b6e1b8c63775afe1f38219507e9bacc7)) +- move Pagination to its own component ([#2166](https://github.com/okta/odyssey/issues/2166)) ([61eda40](https://github.com/okta/odyssey/commit/61eda40aaf1a5dc5477799694594ea5625715fe0)) +- Test Selectors ([#2209](https://github.com/okta/odyssey/issues/2209)) ([dfa8451](https://github.com/okta/odyssey/commit/dfa8451d0cb6ed63cbd3ac1ce740203b638348f7)) + +### Bug Fixes + +- add changes back, remove required label ([cccce45](https://github.com/okta/odyssey/commit/cccce454c33588369786b2dc8cc6e39bbace4678)) +- add clarification in TextField label ([e6f7d80](https://github.com/okta/odyssey/commit/e6f7d8007dcdf0e0738c647342d901252061b705)) +- add errorMessageList to form components ([ad6de75](https://github.com/okta/odyssey/commit/ad6de75175043491b10c966646f95858b3217bea)) +- add floating action button variant ([a32110d](https://github.com/okta/odyssey/commit/a32110d5aa71efd7fcbf3f1606eae613a639c721)) +- add hint text to Radio and RadioGroup ([6518de5](https://github.com/okta/odyssey/commit/6518de5b38e54ec6aa3146a310c7c02a3b7d8a4e)) +- add more tests ([0149621](https://github.com/okta/odyssey/commit/0149621f7f762f0106149d6d9533d8c8596c62e8)) +- add optional href prop to button ([f46123b](https://github.com/okta/odyssey/commit/f46123b538947aa0040b29832dafaf6df9da332e)) +- add secondary danger button variant ([170e6e0](https://github.com/okta/odyssey/commit/170e6e03476d3a7fdef9bdca9f94a8d7e0d6f00a)) +- add secondary danger button variant ([d398e39](https://github.com/okta/odyssey/commit/d398e391e2d80d2f95f54182bf01adb8c78d3c63)) +- add test ([37755b4](https://github.com/okta/odyssey/commit/37755b48c1be6a7d82e9f0e6ac377049abcab8a8)) +- add test for no options ([d997be1](https://github.com/okta/odyssey/commit/d997be145086c9f3142f8c24e733a7f7abdb9133)) +- add tests ([0774e0a](https://github.com/okta/odyssey/commit/0774e0ae7dfc5f8ee2cd355e2186ad29827fa0b4)) +- address comments ([c335306](https://github.com/okta/odyssey/commit/c335306a727b7879348cdacfdafda57a878af631)) +- Applitools isn't consistently running VRTs ([#2314](https://github.com/okta/odyssey/issues/2314)) ([0c9a10c](https://github.com/okta/odyssey/commit/0c9a10ca9036e34f74dd383f26dda8dc77211c90)) +- await on toBeVisible ([74038da](https://github.com/okta/odyssey/commit/74038daca8211c7ba74971610e49332a0ffee054)) +- button tests ([b427ee5](https://github.com/okta/odyssey/commit/b427ee5cf2901d380112eaae10a813a4f1781f53)) +- checkbox test ([69101bb](https://github.com/okta/odyssey/commit/69101bb4fc7f980116f1e1cef2ee736a7126d998)) +- expose "filled" variant of search ([af345d6](https://github.com/okta/odyssey/commit/af345d6e3265bd3addf0a3153695a0c03d30ba70)) +- fix props issue in storybook ([967fd49](https://github.com/okta/odyssey/commit/967fd494dcf7394b3c182f7d7bd6d95884e39a5c)) +- fix storybook error ([a7f3179](https://github.com/okta/odyssey/commit/a7f3179dd78969341744d8d29d903ee706a3ad61)) +- fix tests ([a730e69](https://github.com/okta/odyssey/commit/a730e69216735829d0e448dc4a8f39d41fe93a1e)) +- loading in autocomplete ([f99e09e](https://github.com/okta/odyssey/commit/f99e09ed70ba941a22875dc41abef35282d9459b)) +- move Drawer from labs to Odyssey OKTA-700393 ([247b30a](https://github.com/okta/odyssey/commit/247b30af6e598119b78d97c971f490c48cd1dfca)) +- rename new variant ([28466a4](https://github.com/okta/odyssey/commit/28466a46c8a254f543f595d2abf26115eff7b66b)) +- rename tests ([85b59a0](https://github.com/okta/odyssey/commit/85b59a02d8999c1d4cd6d9fc7c86556266c63c63)) +- resolve type issues in storybook ([1e11cbe](https://github.com/okta/odyssey/commit/1e11cbe40299c62c6a47a419ef0026d932765129)) +- revert changes for radio group stories ([b9e3007](https://github.com/okta/odyssey/commit/b9e30071649ff9a0a723b2aa4d546a16973bd43f)) +- revert last commit ([beefba3](https://github.com/okta/odyssey/commit/beefba3fe35de567abed72c914048e2662f35b0f)) +- revert stories update ([47d5dc4](https://github.com/okta/odyssey/commit/47d5dc4b7f8756648fe20adbb5e267c9352f694a)) +- revert type change ([9d9e16b](https://github.com/okta/odyssey/commit/9d9e16b83cc3047b7dd6c5eb7e8027b2dd0898cb)) +- show code block in storybook ([b2bd444](https://github.com/okta/odyssey/commit/b2bd444d11af21ef3aa53fde651863c84f763f13)) +- show form components with different attribute settings in storybook for visual testing ([f21a9eb](https://github.com/okta/odyssey/commit/f21a9eb028308b6c2c9d97e84d30392ad8ec8e1d)) +- storybook tests ([2b3f92d](https://github.com/okta/odyssey/commit/2b3f92dfdceecef3fd425d9040bbfaef2b22249c)) +- style in breadcrumbs ([a01ab07](https://github.com/okta/odyssey/commit/a01ab079397ad8d570e44e5573e1e9dd2e41c0b8)) +- tests ([a2d7ec9](https://github.com/okta/odyssey/commit/a2d7ec9144456e0abe3d0bd8c249d38dedf82b2d)) +- tests ([5a8dd46](https://github.com/okta/odyssey/commit/5a8dd4626ddb6e7bc8ea963b5bfb8c3d9fae2266)) +- text update, follow HTML-style prop additions ([a8eb111](https://github.com/okta/odyssey/commit/a8eb1111fa5891901af769e1fdd9af13c7d0d909)) +- tooltip ([395047a](https://github.com/okta/odyssey/commit/395047ac00c0ec3656e2e6aa3088cbb176c3e73d)) +- tooltip test ([d413a9e](https://github.com/okta/odyssey/commit/d413a9edcce6316bc5bf76e62a0e34325d759fc7)) +- update callout storybook docs ([2ce411a](https://github.com/okta/odyssey/commit/2ce411ac3b07a98e2b9b052ea06170d936f832c3)) +- update roadmap page ([bf2af54](https://github.com/okta/odyssey/commit/bf2af54bae0109ddca86006d5bc648104ccd1391)) +- update story ([b453549](https://github.com/okta/odyssey/commit/b453549866aa997988bba568f479ce66084d377b)) +- update story to fix a11y test ([63c0e62](https://github.com/okta/odyssey/commit/63c0e623cdcb4faad64af03c0ee80e9cf3952b08)) +- update storybook to show Label not Title ([9378fae](https://github.com/okta/odyssey/commit/9378faeead9e226150d448c19acd99154cace297)) +- update tests ([3aa9976](https://github.com/okta/odyssey/commit/3aa9976ac37de4bc5b82833b7d94c1e15604a0a4)) + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Features From 1e04e2fcb278897b3fc2622a6ca85dfd2a602797 Mon Sep 17 00:00:00 2001 From: Kevin Ghadyani Date: Thu, 8 Aug 2024 12:20:29 -0500 Subject: [PATCH 6/9] chore: updates CHANGELOG with the correct link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db06c95f91..6ec872f728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) +## [1.21.1](https://github.com/okta/odyssey/compare/v1.21.0...v1.21.1) (2024-08-07) ### Features From 8c77cd75d42c6a4373bc668379914114f69a9e46 Mon Sep 17 00:00:00 2001 From: Jordan Koschei <91091570+jordankoschei-okta@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:08:43 -0400 Subject: [PATCH 7/9] Fix DataView regressions (#2316) OKTA-791894 fix: make sure that isLoading is handled properly feat: ensure that rowsPerPage cannot be less than 1 --- .../odyssey-react-mui/src/Pagination/Pagination.tsx | 4 +++- .../src/labs/DataComponents/DataView.tsx | 5 +++-- .../src/labs/DataComponents/fetchData.ts | 6 +++--- packages/odyssey-react-mui/src/theme/components.tsx | 10 +++++----- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/packages/odyssey-react-mui/src/Pagination/Pagination.tsx b/packages/odyssey-react-mui/src/Pagination/Pagination.tsx index 7c64dafd01..3ca3b09e32 100644 --- a/packages/odyssey-react-mui/src/Pagination/Pagination.tsx +++ b/packages/odyssey-react-mui/src/Pagination/Pagination.tsx @@ -230,7 +230,9 @@ const Pagination = ({ const value = maxPageSize ? Math.min(parseInt(event.target.value), maxPageSize) : parseInt(event.target.value); - setRowsPerPage(value); + + // Ensure the value can't be less than 1 + setRowsPerPage(Math.max(1, value)); }, [setRowsPerPage, maxPageSize], ); diff --git a/packages/odyssey-react-mui/src/labs/DataComponents/DataView.tsx b/packages/odyssey-react-mui/src/labs/DataComponents/DataView.tsx index 8b60dd44c4..8753050f37 100644 --- a/packages/odyssey-react-mui/src/labs/DataComponents/DataView.tsx +++ b/packages/odyssey-react-mui/src/labs/DataComponents/DataView.tsx @@ -198,9 +198,10 @@ const DataView = ({ getData, setData, setErrorMessage, - setIsLoading, + // Only include setIsLoading if that's not being controlled manually + setIsLoading: isLoadingProp ? undefined : setIsLoading, }); - }, [dataQueryParams, errorMessageProp, getData]); + }, [dataQueryParams, errorMessageProp, getData, isLoadingProp]); // When data is updated useEffect(() => { diff --git a/packages/odyssey-react-mui/src/labs/DataComponents/fetchData.ts b/packages/odyssey-react-mui/src/labs/DataComponents/fetchData.ts index 78223fd849..33bac6a16f 100644 --- a/packages/odyssey-react-mui/src/labs/DataComponents/fetchData.ts +++ b/packages/odyssey-react-mui/src/labs/DataComponents/fetchData.ts @@ -23,7 +23,7 @@ type DataRequestType = { getData: UniversalProps["getData"]; setData: Dispatch>; setErrorMessage: Dispatch>; - setIsLoading: Dispatch>; + setIsLoading?: Dispatch>; }; export const fetchData = async ({ @@ -34,7 +34,7 @@ export const fetchData = async ({ setErrorMessage, setIsLoading, }: DataRequestType) => { - setIsLoading(true); + setIsLoading?.(true); setErrorMessage(errorMessageProp); try { const incomingData = await getData?.(dataQueryParams); @@ -42,6 +42,6 @@ export const fetchData = async ({ } catch (error) { setErrorMessage(typeof error === "string" ? error : t("table.error")); } finally { - setIsLoading(false); + setIsLoading?.(false); } }; diff --git a/packages/odyssey-react-mui/src/theme/components.tsx b/packages/odyssey-react-mui/src/theme/components.tsx index d0d1ef650b..3919d034c4 100644 --- a/packages/odyssey-react-mui/src/theme/components.tsx +++ b/packages/odyssey-react-mui/src/theme/components.tsx @@ -2566,6 +2566,10 @@ export const components = ({ borderLeft: `none !important`, }, + ["&::after"]: { + background: "transparent !important", + }, + [`.${tableBodyClasses.root} &.${tableCellClasses.root}`]: { borderRight: `none !important`, }, @@ -2645,9 +2649,6 @@ export const components = ({ }, }, - [`&::after`]: { - display: "none", - }, ...(ownerState.variant === "number" && { textAlign: "end", fontFeatureSettings: '"lnum", "tnum"', @@ -2688,8 +2689,7 @@ export const components = ({ marginInlineEnd: `-${odysseyTokens.Spacing3}`, [`&:active .${dividerClasses.vertical}`]: { - borderColor: odysseyTokens.HueNeutral400, - opacity: 1, + display: "none", }, }, From abe365fa58caebe7924cf09acc9922d9418309a0 Mon Sep 17 00:00:00 2001 From: Jordan Koschei Date: Fri, 9 Aug 2024 15:19:56 -0400 Subject: [PATCH 8/9] build: bump versions for 1.21.2 --- lerna.json | 2 +- packages/browserslist-config-odyssey/package.json | 2 +- packages/odyssey-babel-loader/package.json | 2 +- packages/odyssey-babel-preset/package.json | 2 +- packages/odyssey-design-tokens/package.json | 2 +- packages/odyssey-react-mui/package.json | 2 +- packages/odyssey-storybook/package.json | 2 +- packages/odyssey-svgr/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lerna.json b/lerna.json index 593a20e1cc..8d4859b04b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "npmClient": "yarn", "packages": ["packages/*"], "useNx": false, - "version": "1.21.1" + "version": "1.21.2" } diff --git a/packages/browserslist-config-odyssey/package.json b/packages/browserslist-config-odyssey/package.json index 2a401b4ecb..1531c5a750 100644 --- a/packages/browserslist-config-odyssey/package.json +++ b/packages/browserslist-config-odyssey/package.json @@ -1,6 +1,6 @@ { "name": "@okta/browserslist-config-odyssey", - "version": "1.21.0", + "version": "1.21.2", "description": "Browserslist config for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-babel-loader/package.json b/packages/odyssey-babel-loader/package.json index 1951da642e..d5ecd0cf99 100644 --- a/packages/odyssey-babel-loader/package.json +++ b/packages/odyssey-babel-loader/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-babel-loader", - "version": "1.21.0", + "version": "1.21.2", "description": "Babel webpack loader for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-babel-preset/package.json b/packages/odyssey-babel-preset/package.json index 59ae04d275..8508d5b2e4 100644 --- a/packages/odyssey-babel-preset/package.json +++ b/packages/odyssey-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-babel-preset", - "version": "1.21.0", + "version": "1.21.2", "description": "Babel preset for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-design-tokens/package.json b/packages/odyssey-design-tokens/package.json index f9663827e0..b057340422 100644 --- a/packages/odyssey-design-tokens/package.json +++ b/packages/odyssey-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-design-tokens", - "version": "1.21.0", + "version": "1.21.2", "description": "Design tokens for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-react-mui/package.json b/packages/odyssey-react-mui/package.json index b6310a7f9b..3a15c04d09 100644 --- a/packages/odyssey-react-mui/package.json +++ b/packages/odyssey-react-mui/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-react-mui", - "version": "1.21.1", + "version": "1.21.2", "description": "React MUI components for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-storybook/package.json b/packages/odyssey-storybook/package.json index 6a2434bc89..b0ea4232cb 100644 --- a/packages/odyssey-storybook/package.json +++ b/packages/odyssey-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-storybook", - "version": "1.21.1", + "version": "1.21.2", "description": "Documentation for Odyssey, Okta's design system", "author": "Okta, Inc.", "license": "Apache-2.0", diff --git a/packages/odyssey-svgr/package.json b/packages/odyssey-svgr/package.json index 4226f3afe5..dcefa769db 100644 --- a/packages/odyssey-svgr/package.json +++ b/packages/odyssey-svgr/package.json @@ -1,6 +1,6 @@ { "name": "@okta/odyssey-svgr", - "version": "1.21.0", + "version": "1.21.2", "description": "Configuration files for svgr icon conversion", "author": "Okta, Inc.", "license": "Apache-2.0", From d05a308a2a058d23b11595f8859fb1f52ccd9ce2 Mon Sep 17 00:00:00 2001 From: Jordan Koschei Date: Fri, 9 Aug 2024 15:20:04 -0400 Subject: [PATCH 9/9] docs: update CHANGELOG for 1.21.2 --- CHANGELOG.md | 4 ++++ packages/browserslist-config-odyssey/CHANGELOG.md | 4 ++++ packages/odyssey-babel-loader/CHANGELOG.md | 4 ++++ packages/odyssey-babel-preset/CHANGELOG.md | 4 ++++ packages/odyssey-design-tokens/CHANGELOG.md | 4 ++++ packages/odyssey-react-mui/CHANGELOG.md | 4 ++++ packages/odyssey-storybook/CHANGELOG.md | 4 ++++ packages/odyssey-svgr/CHANGELOG.md | 4 ++++ 8 files changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec872f728..2715769ada 100644 --- a/CHANGELOG.md +++ b/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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package odyssey + ## [1.21.1](https://github.com/okta/odyssey/compare/v1.21.0...v1.21.1) (2024-08-07) ### Features diff --git a/packages/browserslist-config-odyssey/CHANGELOG.md b/packages/browserslist-config-odyssey/CHANGELOG.md index 0e12ce10c9..9798240002 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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/browserslist-config-odyssey + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Bug Fixes diff --git a/packages/odyssey-babel-loader/CHANGELOG.md b/packages/odyssey-babel-loader/CHANGELOG.md index 229c7f2b1d..780bc91968 100644 --- a/packages/odyssey-babel-loader/CHANGELOG.md +++ b/packages/odyssey-babel-loader/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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-babel-loader + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Bug Fixes diff --git a/packages/odyssey-babel-preset/CHANGELOG.md b/packages/odyssey-babel-preset/CHANGELOG.md index bb5c5ec7ca..3924280025 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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-babel-preset + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Bug Fixes diff --git a/packages/odyssey-design-tokens/CHANGELOG.md b/packages/odyssey-design-tokens/CHANGELOG.md index ea0dba8730..f9131b7a19 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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-design-tokens + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) ### Bug Fixes diff --git a/packages/odyssey-react-mui/CHANGELOG.md b/packages/odyssey-react-mui/CHANGELOG.md index bf8b84d757..8f85349eef 100644 --- a/packages/odyssey-react-mui/CHANGELOG.md +++ b/packages/odyssey-react-mui/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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-react-mui + ## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) ### Features diff --git a/packages/odyssey-storybook/CHANGELOG.md b/packages/odyssey-storybook/CHANGELOG.md index 66ff7abb35..49e111fe10 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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-storybook + ## [1.21.1](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.1) (2024-08-07) ### Features diff --git a/packages/odyssey-svgr/CHANGELOG.md b/packages/odyssey-svgr/CHANGELOG.md index 7adeee5cce..b60fcfb77c 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. +## [1.21.2](https://github.com/okta/odyssey/compare/v1.21.1...v1.21.2) (2024-08-09) + +**Note:** Version bump only for package @okta/odyssey-svgr + ## [1.21.0](https://github.com/okta/odyssey/compare/v1.15.9...v1.21.0) (2024-08-07) **Note:** Version bump only for package @okta/odyssey-svgr