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

Release/v0.15.0 #1563

Merged
merged 31 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c89a488
feat: added nonce capabilities for Okta apps
KevinGhadyani-Okta Aug 4, 2022
5a21b7d
fix: fixed incorrect Nonce global on window
KevinGhadyani-Okta Aug 4, 2022
5f2d6a3
Merge tag 'v0.14.6' into develop
edburyenegren-okta Aug 18, 2022
fa80ce7
Merge pull request #1554 from okta/merge-v0.14.6-into-develop
edburyenegren-okta Aug 19, 2022
263d248
feat(odyssey-react-mui)!: themes spacing for Form layout and Typography
edburyenegren-okta Aug 24, 2022
3190b0a
docs(odyssey-storybook): adds Form docs, moves form-related component…
edburyenegren-okta Aug 24, 2022
4a452b8
chore: adjust imports
edburyenegren-okta Aug 24, 2022
44941d5
fix(odyssey-react-mui): fix adjacent Button spacing
edburyenegren-okta Aug 24, 2022
1835a17
chore: rename Fieldset to FieldGroup
edburyenegren-okta Aug 24, 2022
bc8db29
chore: remove unnec story args
edburyenegren-okta Aug 25, 2022
0bc5b26
refactor(odyssey-react-mui): remove extra padding from Toast, Message
edburyenegren-okta Aug 25, 2022
c69fb6e
docs(odyssey-storybook): remove Dismiss action from Toast
edburyenegren-okta Aug 25, 2022
75645af
Merge pull request #1556 from okta/ee/toast-update
edburyenegren-okta Aug 25, 2022
1d36571
Merge branch 'develop' into ee/form
edburyenegren-okta Aug 25, 2022
cc28933
Merge pull request #1555 from okta/ee/form
edburyenegren-okta Aug 25, 2022
fa53ccb
Merge pull request #1540 from okta/kg/OKTA-498386
KevinGhadyani-Okta Aug 29, 2022
4260b7a
feat(odyssey-react-mui): apply ODS Icons to MuiAlert
edburyenegren-okta Aug 30, 2022
52b2e7d
feat(odyssey-react-mui): set defaultProps for SvgIcon
edburyenegren-okta Aug 30, 2022
0e91980
Merge pull request #1558 from okta/ee/alert-icons
edburyenegren-okta Aug 30, 2022
69b3ecc
feat(odyssey-react-mui): add styles for kbd to Typography
edburyenegren-okta Aug 29, 2022
ef96a3c
docs(odyssey-storybook): add Legend and Kbd styles to Typography docs
edburyenegren-okta Aug 29, 2022
b205264
feat(odyssey-icons): add UserGroup assets
edburyenegren-okta Aug 31, 2022
532a2d2
feat(odyssey-react-mui): add UserGroupIcon
edburyenegren-okta Aug 31, 2022
3715357
feat(odyssey-storybook): add user-group icon example
edburyenegren-okta Aug 31, 2022
f23d5a6
Merge pull request #1559 from okta/ee/icon-user-group
edburyenegren-okta Aug 31, 2022
d18d3af
Merge pull request #1557 from okta/ee/kbd
edburyenegren-okta Aug 31, 2022
5fde17a
fix: temporarily remove `type: "module"` from odyssey-react-mui
KevinGhadyani-Okta Sep 1, 2022
4fac830
Merge pull request #1561 from okta/kg/OKTA-527356-a
KevinGhadyani-Okta Sep 1, 2022
741faeb
build: bump versions for v0.15.0
KevinGhadyani-Okta Sep 1, 2022
f60a143
docs: update CHANGELOG for v0.15.0
KevinGhadyani-Okta Sep 1, 2022
babff1a
chore: fix yarn.lock
KevinGhadyani-Okta Sep 1, 2022
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

### ⚠ BREAKING CHANGES

- **odyssey-react-mui:** removes `body` and `caption` variants in favor of MUI's `body1` and `subtitle`

### Features

- added nonce capabilities for Okta apps ([c89a488](https://github.com/okta/odyssey/commit/c89a48848d6daf8aed1c0f0f865130a8b3f3c96a))
- **odyssey-icons:** add UserGroup assets ([b205264](https://github.com/okta/odyssey/commit/b205264b1bab5f7f9a2278024ef647436248e54d))
- **odyssey-react-mui:** add styles for kbd to Typography ([69b3ecc](https://github.com/okta/odyssey/commit/69b3eccd8bf40dc634754c3fb19518574e88c9db))
- **odyssey-react-mui:** add UserGroupIcon ([532a2d2](https://github.com/okta/odyssey/commit/532a2d2d6351d93c99c2af3b0e92d7041de331b8))
- **odyssey-react-mui:** apply ODS Icons to MuiAlert ([4260b7a](https://github.com/okta/odyssey/commit/4260b7aeccf0534707687dfc3c8c5f94dbb20901))
- **odyssey-react-mui:** set defaultProps for SvgIcon ([52b2e7d](https://github.com/okta/odyssey/commit/52b2e7d15f16f899523e396b53fcfcb7056a958b))
- **odyssey-react-mui:** themes spacing for Form layout and Typography ([263d248](https://github.com/okta/odyssey/commit/263d2482643e600041edaa34073b164eb1cf8873))
- **odyssey-storybook:** add user-group icon example ([3715357](https://github.com/okta/odyssey/commit/3715357edfba73ed92bff2525df007ad9f6ba93b))

### Bug Fixes

- fixed incorrect Nonce global on window ([5a21b7d](https://github.com/okta/odyssey/commit/5a21b7d3041161a6b14520ca540f78673a2521f8))
- **odyssey-react-mui:** fix adjacent Button spacing ([44941d5](https://github.com/okta/odyssey/commit/44941d55d83249069cd6a545104a106b624e7387))
- temporarily remove `type: "module"` from odyssey-react-mui ([5fde17a](https://github.com/okta/odyssey/commit/5fde17a72970174a69a27080763e66b91e9d1cfb))

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.6",
"version": "0.15.0",
"npmClient": "yarn",
"changelogPreset": "@okta/conventional-changelog-odyssey",
"useWorkspaces": true,
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@commitlint/cli": "^14.0.0",
"@okta/odyssey-commitlint": "^0.14.6",
"@okta/odyssey-eslint-config": "^0.14.6",
"@okta/odyssey-lint-staged": "^0.14.6",
"@okta/odyssey-stylelint": "^0.14.6",
"@okta/odyssey-commitlint": "^0.15.0",
"@okta/odyssey-eslint-config": "^0.15.0",
"@okta/odyssey-lint-staged": "^0.15.0",
"@okta/odyssey-stylelint": "^0.15.0",
"eslint": "^7.27.0",
"husky": "^7.0.2",
"lerna": "^5.1.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-plugin-fully-specified/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/babel-plugin-fully-specified

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/babel-plugin-fully-specified
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-fully-specified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/babel-plugin-fully-specified",
"version": "0.14.6",
"version": "0.15.0",
"private": true,
"description": "Babel plugin to generate fully specified ESM module syntax",
"author": "Okta, Inc.",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-typescript": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"typescript": "^4.4.4"
Expand Down
4 changes: 4 additions & 0 deletions packages/browserslist-config-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/browserslist-config-odyssey

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/browserslist-config-odyssey
Expand Down
6 changes: 3 additions & 3 deletions packages/browserslist-config-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/browserslist-config-odyssey",
"version": "0.14.6",
"version": "0.15.0",
"description": "Browserslist config for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"prepack": "yarn exec prepack"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-typescript": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"typescript": "^4.4.4"
}
}
4 changes: 4 additions & 0 deletions packages/conventional-changelog-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/conventional-changelog-odyssey

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/conventional-changelog-odyssey
Expand Down
2 changes: 1 addition & 1 deletion packages/conventional-changelog-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/conventional-changelog-odyssey",
"version": "0.14.6",
"version": "0.15.0",
"main": "index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/eslint-plugin-odyssey

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/eslint-plugin-odyssey
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-odyssey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/eslint-plugin-odyssey",
"version": "0.14.6",
"version": "0.15.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-babel-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-babel-loader

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-babel-loader
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-babel-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-babel-loader",
"version": "0.14.6",
"version": "0.15.0",
"description": "Babel webpack loader for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"webpack": "4.46.0"
}
}
4 changes: 4 additions & 0 deletions packages/odyssey-babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-babel-plugin

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-babel-plugin
Expand Down
8 changes: 4 additions & 4 deletions packages/odyssey-babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-babel-plugin",
"version": "0.14.6",
"version": "0.15.0",
"description": "Babel plugin for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -23,9 +23,9 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-postcss-preset": "^0.14.6",
"@okta/odyssey-typescript": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-postcss-preset": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"postcss": "^8.3.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-babel-preset

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-babel-preset
Expand Down
8 changes: 4 additions & 4 deletions packages/odyssey-babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-babel-preset",
"version": "0.14.6",
"version": "0.15.0",
"description": "Babel preset for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -20,11 +20,11 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@okta/odyssey-babel-plugin": "^0.14.6"
"@okta/odyssey-babel-plugin": "^0.15.0"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-typescript": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"@types/babel__core": "^7.1.15",
"typescript": "^4.4.4"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-commitlint

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-commitlint
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-commitlint",
"version": "0.14.6",
"version": "0.15.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-design-tokens

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-design-tokens
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-design-tokens",
"version": "0.14.6",
"version": "0.15.0",
"description": "Design tokens for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
"directory": "packages/odyssey-design-tokens"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.14.6",
"@okta/odyssey-lifecycle": "^0.15.0",
"style-dictionary": "^3.0.1"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-eslint-config

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-eslint-config
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@okta/odyssey-eslint-config",
"version": "0.14.6",
"version": "0.15.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@okta/eslint-plugin-odyssey": "^0.14.6",
"@okta/eslint-plugin-odyssey": "^0.15.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/odyssey-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

### Features

- **odyssey-icons:** add UserGroup assets ([b205264](https://github.com/okta/odyssey/commit/b205264b1bab5f7f9a2278024ef647436248e54d))

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-icons
Expand Down
3 changes: 3 additions & 0 deletions packages/odyssey-icons/figma/user-group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/odyssey-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-icons",
"version": "0.14.6",
"version": "0.15.0",
"private": true,
"description": "The home for Odyssey's supported icons.",
"homepage": "https://github.com/okta/odyssey",
Expand Down
1 change: 1 addition & 0 deletions packages/odyssey-icons/src/user-group.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/odyssey-ie-11-sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-ie-11-sandbox

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-ie-11-sandbox
Expand Down
8 changes: 4 additions & 4 deletions packages/odyssey-ie-11-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-ie-11-sandbox",
"version": "0.14.6",
"version": "0.15.0",
"private": true,
"description": "Testing for IE11",
"author": "Okta, Inc.",
Expand All @@ -17,7 +17,7 @@
"build": "webpack --mode production"
},
"dependencies": {
"@okta/odyssey-react": "^0.14.6",
"@okta/odyssey-react": "^0.15.0",
"core-js": "^3.21.0",
"proxy-polyfill": "^0.3.2",
"react": "^17.0.2",
Expand All @@ -28,8 +28,8 @@
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@okta/browserslist-config-odyssey": "^0.14.6",
"@okta/odyssey-babel-preset": "^0.14.6",
"@okta/browserslist-config-odyssey": "^0.15.0",
"@okta/odyssey-babel-preset": "^0.15.0",
"babel-loader": "8.2.2",
"css-loader": "3.6.0",
"html-webpack-plugin": "4.5.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/okta/odyssey/compare/v0.14.6...v0.15.0) (2022-09-01)

**Note:** Version bump only for package @okta/odyssey-lifecycle

### [0.14.6](https://github.com/okta/odyssey/compare/v0.14.5...v0.14.6) (2022-08-18)

**Note:** Version bump only for package @okta/odyssey-lifecycle
Expand Down
Loading