Skip to content

Commit 6f3161c

Browse files
author
jeffbelser-okta
authored
Merge pull request #1397 from okta/jb-merge-v0.11.1-into-develop
Jb merge v0.11.1 into develop
2 parents e678ad9 + 07adf38 commit 6f3161c

File tree

48 files changed

+169
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+169
-55
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
### Features
9+
10+
- **browserslist-config-odyssey:** expose development and test configs ([5deb33a](https://github.com/okta/odyssey/commit/5deb33aa0715b0cffad427ba364af350d675282e))
11+
12+
### Bug Fixes
13+
14+
- **odyssey-react:** improve keyboard focus behavior for Modal component ([c5d8481](https://github.com/okta/odyssey/commit/c5d84816242122a05038289d4ce828aed650e222))
15+
- **odyssey-storybook:** controls for Button theme story ([7301868](https://github.com/okta/odyssey/commit/7301868c0d07990af37f74dd97b3bccdb48b7e6b))
16+
- **odyssey-storybook:** improve Button doc stories ([2f7fdf0](https://github.com/okta/odyssey/commit/2f7fdf0dc3d7cd51a604d71d7920fc5155897ed4))
17+
- **odyssey-storybook:** improve NativeSelect doc stories ([d2e4044](https://github.com/okta/odyssey/commit/d2e404412a90fe07ec78c947097643b408f0f5a1))
18+
619
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
720

821
### ⚠ BREAKING CHANGES

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.11.1",
33
"npmClient": "yarn",
44
"changelogPreset": "@okta/conventional-changelog-odyssey",
55
"useWorkspaces": true,

packages/babel-plugin-fully-specified/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/babel-plugin-fully-specified
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/babel-plugin-fully-specified/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/babel-plugin-fully-specified",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": true,
55
"description": "Babel plugin to generate fully specified ESM module syntax",
66
"author": "Okta, Inc.",

packages/browserslist-config-odyssey/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
### Features
9+
10+
- **browserslist-config-odyssey:** expose development and test configs ([5deb33a](https://github.com/okta/odyssey/commit/5deb33aa0715b0cffad427ba364af350d675282e))
11+
612
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
713

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

packages/browserslist-config-odyssey/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/browserslist-config-odyssey",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Browserslist config for Odyssey, Okta's design system",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
@@ -16,6 +16,6 @@
1616
"prepack": "prepack"
1717
},
1818
"devDependencies": {
19-
"@okta/odyssey-typescript": "^0.11.0"
19+
"@okta/odyssey-typescript": "^0.11.1"
2020
}
2121
}

packages/conventional-changelog-odyssey/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/conventional-changelog-odyssey
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/conventional-changelog-odyssey/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/conventional-changelog-odyssey",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"main": "index.js",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",

packages/eslint-plugin-odyssey/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/eslint-plugin-odyssey
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/eslint-plugin-odyssey/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/eslint-plugin-odyssey",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"main": "src/index.js",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",

packages/odyssey-babel-plugin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-babel-plugin
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-babel-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-babel-plugin",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Babel plugin for Odyssey, Okta's design system",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
2222
"postcss-load-config": "^3.1.0"
2323
},
2424
"devDependencies": {
25-
"@okta/odyssey-postcss-preset": "^0.11.0",
26-
"@okta/odyssey-typescript": "^0.11.0",
25+
"@okta/odyssey-postcss-preset": "^0.11.1",
26+
"@okta/odyssey-typescript": "^0.11.1",
2727
"babel-jest": "^26.6.3",
2828
"jest": "^26.6.3",
2929
"postcss": "^8.3.6"

packages/odyssey-babel-preset/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-babel-preset
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-babel-preset/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-babel-preset",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Babel preset for Odyssey, Okta's design system",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
@@ -20,10 +20,10 @@
2020
"@babel/preset-env": "^7.15.0",
2121
"@babel/preset-react": "^7.14.5",
2222
"@babel/preset-typescript": "^7.15.0",
23-
"@okta/odyssey-babel-plugin": "^0.11.0"
23+
"@okta/odyssey-babel-plugin": "^0.11.1"
2424
},
2525
"devDependencies": {
26-
"@okta/odyssey-typescript": "^0.11.0",
26+
"@okta/odyssey-typescript": "^0.11.1",
2727
"@types/babel__core": "^7.1.15"
2828
}
2929
}

packages/odyssey-commitlint/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-commitlint
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-commitlint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-commitlint",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"main": "src/index.js",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",

packages/odyssey-design-tokens/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-design-tokens
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

812
### ⚠ BREAKING CHANGES

packages/odyssey-design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-design-tokens",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Design tokens for Odyssey, Okta's design system",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",

packages/odyssey-eslint-config/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-eslint-config
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-eslint-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@okta/odyssey-eslint-config",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"main": "src/index.js",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
77
"private": true,
88
"dependencies": {
9-
"@okta/eslint-plugin-odyssey": "^0.11.0",
9+
"@okta/eslint-plugin-odyssey": "^0.11.1",
1010
"@typescript-eslint/eslint-plugin": "^4.31.1",
1111
"@typescript-eslint/parser": "^4.31.1",
1212
"eslint": "^7.27.0",

packages/odyssey-icons/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-icons
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-icons",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": true,
55
"description": "The home for Odyssey's supported icons.",
66
"homepage": "https://github.com/okta/odyssey",

packages/odyssey-ie-11-sandbox/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-ie-11-sandbox
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

812
### Features

packages/odyssey-ie-11-sandbox/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-ie-11-sandbox",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": true,
55
"description": "Testing for IE11",
66
"author": "Okta, Inc.",
@@ -17,7 +17,7 @@
1717
"build": "webpack --mode production"
1818
},
1919
"dependencies": {
20-
"@okta/odyssey-react": "^0.11.0",
20+
"@okta/odyssey-react": "^0.11.1",
2121
"core-js": "^3.21.0",
2222
"proxy-polyfill": "^0.3.2",
2323
"react": "^17.0.2",
@@ -28,8 +28,8 @@
2828
"@babel/preset-env": "7.15.0",
2929
"@babel/preset-react": "7.14.5",
3030
"@babel/preset-typescript": "7.15.0",
31-
"@okta/browserslist-config-odyssey": "^0.11.0",
32-
"@okta/odyssey-babel-preset": "^0.11.0",
31+
"@okta/browserslist-config-odyssey": "^0.11.1",
32+
"@okta/odyssey-babel-preset": "^0.11.1",
3333
"babel-loader": "8.2.2",
3434
"css-loader": "3.6.0",
3535
"html-webpack-plugin": "4.5.2",

packages/odyssey-lifecycle/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-lifecycle
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-lifecycle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-lifecycle",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Lifecycle scripts for lerna and npm",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",

packages/odyssey-lint-staged/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-lint-staged
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-lint-staged/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@okta/odyssey-lint-staged",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"main": "src/index.js",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
77
"private": true,
88
"dependencies": {
9-
"@okta/odyssey-prettier": "^0.11.0",
9+
"@okta/odyssey-prettier": "^0.11.1",
1010
"husky": "^7.0.2",
1111
"lint-staged": "^11.1.2"
1212
}

packages/odyssey-postcss-preset/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-postcss-preset
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

packages/odyssey-postcss-preset/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@okta/odyssey-postcss-preset",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Postcss preset for Odyssey, Okta's design system",
55
"author": "Okta, Inc.",
66
"license": "Apache-2.0",
@@ -17,15 +17,15 @@
1717
"prepack": "prepack"
1818
},
1919
"dependencies": {
20-
"@okta/odyssey-postcss-theme": "^0.11.0",
20+
"@okta/odyssey-postcss-theme": "^0.11.1",
2121
"autoprefixer": "^10.3.4",
2222
"cssnano": "^5.0.8",
2323
"loader-utils": "^1.4.0",
2424
"postcss-logical": "^5.0.0",
2525
"postcss-modules": "^4.2.2"
2626
},
2727
"devDependencies": {
28-
"@okta/odyssey-typescript": "^0.11.0",
28+
"@okta/odyssey-typescript": "^0.11.1",
2929
"@types/cssnano": "^4.0.1",
3030
"jest": "^26.6.3",
3131
"postcss": "^8.3.6"

packages/odyssey-postcss-scss/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.11.1](https://github.com/okta/odyssey/compare/v0.11.0...v0.11.1) (2022-03-24)
7+
8+
**Note:** Version bump only for package @okta/odyssey-postcss-scss
9+
610
## [0.11.0](https://github.com/okta/odyssey/compare/v0.10.0...v0.11.0) (2022-03-17)
711

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

0 commit comments

Comments
 (0)