Skip to content

Commit

Permalink
Merge pull request #1613 from okta/release/v0.15.3
Browse files Browse the repository at this point in the history
Release/v0.15.3
  • Loading branch information
edburyenegren-okta authored Oct 20, 2022
2 parents fadeba3 + 1aea07a commit 9528bb0
Show file tree
Hide file tree
Showing 125 changed files with 719 additions and 254 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.15.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

### Features

- **odyssey-react-mui:** add styles and exports for Dialog ([f8b392b](https://github.com/okta/odyssey/commit/f8b392b66e95c905a72542fc128929f08ae4abf9))

### Bug Fixes

- added missing `theme` export ([59ecdbf](https://github.com/okta/odyssey/commit/59ecdbf749057f33814c6742ebb9506a67dfa792))
- broken imports in odyssey-react-mui after flattening ([1fbdfb9](https://github.com/okta/odyssey/commit/1fbdfb9aeeb33d7e45ec9b2e62d0d85d04d848fa))
- flattened odyssey-react-mui for better DX ([305eeab](https://github.com/okta/odyssey/commit/305eeab37a7ba47fe1a9866ccab71e5e7a918a30))

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

### 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.15.2",
"version": "0.15.3",
"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 @@ -34,10 +34,10 @@
},
"devDependencies": {
"@commitlint/cli": "^14.0.0",
"@okta/odyssey-commitlint": "^0.15.1",
"@okta/odyssey-eslint-config": "^0.15.1",
"@okta/odyssey-lint-staged": "^0.15.1",
"@okta/odyssey-stylelint": "^0.15.1",
"@okta/odyssey-commitlint": "^0.15.3",
"@okta/odyssey-eslint-config": "^0.15.3",
"@okta/odyssey-lint-staged": "^0.15.3",
"@okta/odyssey-stylelint": "^0.15.3",
"caniuse-lite": "^1.0.30001412",
"eslint": "^7.27.0",
"husky": "^7.0.2",
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"private": true,
"description": "Babel plugin to generate fully specified ESM module syntax",
"author": "Okta, Inc.",
Expand All @@ -23,8 +23,8 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@okta/odyssey-lifecycle": "^0.15.2",
"@okta/odyssey-typescript": "^0.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"@okta/odyssey-typescript": "^0.15.3",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"typescript": "^4.8.3"
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"description": "Browserslist config for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -17,8 +17,8 @@
"prepack": "yarn exec prepack"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.15.2",
"@okta/odyssey-typescript": "^0.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"@okta/odyssey-typescript": "^0.15.3",
"typescript": "^4.8.3"
}
}
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"description": "Babel webpack loader for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"description": "Babel plugin for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -24,9 +24,9 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@okta/odyssey-lifecycle": "^0.15.2",
"@okta/odyssey-postcss-preset": "^0.15.2",
"@okta/odyssey-typescript": "^0.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"@okta/odyssey-postcss-preset": "^0.15.3",
"@okta/odyssey-typescript": "^0.15.3",
"jest": "^29.0.3",
"postcss": "^8.4.16",
"typescript": "^4.8.3"
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"description": "Babel preset for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -21,11 +21,11 @@
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@okta/odyssey-babel-plugin": "^0.15.2"
"@okta/odyssey-babel-plugin": "^0.15.3"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.15.2",
"@okta/odyssey-typescript": "^0.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"@okta/odyssey-typescript": "^0.15.3",
"@types/babel__core": "^7.1.19",
"typescript": "^4.8.3"
}
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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.15.2",
"version": "0.15.3",
"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.15.2",
"@okta/odyssey-lifecycle": "^0.15.3",
"style-dictionary": "^3.7.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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**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,13 +1,13 @@
{
"name": "@okta/odyssey-eslint-config",
"version": "0.15.2",
"version": "0.15.3",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"sideEffects": false,
"private": true,
"dependencies": {
"@okta/eslint-plugin-odyssey": "^0.15.2",
"@okta/eslint-plugin-odyssey": "^0.15.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-icons/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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**Note:** Version bump only for package @okta/odyssey-icons
Expand Down
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.15.2",
"version": "0.15.3",
"private": true,
"description": "The home for Odyssey's supported icons.",
"homepage": "https://github.com/okta/odyssey",
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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**Note:** Version bump only for package @okta/odyssey-lifecycle
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-lifecycle",
"version": "0.15.2",
"version": "0.15.3",
"description": "Lifecycle scripts for lerna and npm",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-lint-staged/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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

**Note:** Version bump only for package @okta/odyssey-lint-staged
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-lint-staged",
"version": "0.15.2",
"version": "0.15.3",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-postcss-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.3](https://github.com/okta/odyssey/compare/v0.15.2...v0.15.3) (2022-10-20)

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

### [0.15.2](https://github.com/okta/odyssey/compare/v0.15.1...v0.15.2) (2022-10-13)

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

0 comments on commit 9528bb0

Please sign in to comment.