Skip to content

Commit

Permalink
Merge pull request #1563 from okta/release/v0.15.0
Browse files Browse the repository at this point in the history
Release/v0.15.0
  • Loading branch information
KevinGhadyani-Okta authored Sep 6, 2022
2 parents bc45156 + babff1a commit 0b9b95e
Show file tree
Hide file tree
Showing 78 changed files with 1,067 additions and 256 deletions.
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

0 comments on commit 0b9b95e

Please sign in to comment.