Skip to content

Commit

Permalink
Merge pull request #1521 from okta/release/v0.14.2
Browse files Browse the repository at this point in the history
Release/v0.14.2
  • Loading branch information
edburyenegren-okta authored Jun 30, 2022
2 parents 05033ff + 0c2e5eb commit f90b1bf
Show file tree
Hide file tree
Showing 185 changed files with 2,873 additions and 867 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Resources
# - [CODEOWNERS] https://help.github.com/articles/about-codeowners

* @okta/design-system @ganeshsomasundaram-okta @KevinGhadyani-Okta @odyssey-okta
* @okta/design-system @ganeshsomasundaram-okta @KevinGhadyani-Okta @odyssey-okta @kamronbatmanghelich-okta
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.DS_Store
dist
dist/
dist-composite/
node_modules/
npm-debug.log
package-lock.json
storybook-static
storybook-static/
yarn-error.log
**/coverage
.pnp.*
Expand Down
13 changes: 10 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
.DS_Store
dist
dist/
dist-composite/
node_modules/
npm-debug.log
package-lock.json
storybook-static
storybook-static/
yarn-error.log
**/coverage
.pnp.*
.yarn/*
.git/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
packages/odyssey-react/src/components/PasswordInput/PasswordInput.tsx
packages/odyssey-react/src/components/SearchInput/SearchInput.tsx
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

### Features

- **odyssey-icons:** add eye and eye off icons ([d44a241](https://github.com/okta/odyssey/commit/d44a241537fa84fcf7679b7e96e52655d83d846f))
- **odyssey-react-mui:** add Infobox theme for Alert ([d92c896](https://github.com/okta/odyssey/commit/d92c89623451fb947cb0786367aeec9c02966cbc))
- **odyssey-react-mui:** add theme for Checkbox, Radio, Labels, Hints ([a7ed02a](https://github.com/okta/odyssey/commit/a7ed02a79340c32920da92da4947a068ac44c2fd))
- **odyssey-react-mui:** utilize color tokens for Palette, add lighter ([639549c](https://github.com/okta/odyssey/commit/639549c92f0b2644d347004f4ec801684cba13bf))

### Bug Fixes

- **odyssey-react-mui:** button danger disabled style ([dd2d344](https://github.com/okta/odyssey/commit/dd2d344e724d79fbc9e915390c7406cafee7279a))
- **odyssey-react-mui:** button prop serialization ([8092a2c](https://github.com/okta/odyssey/commit/8092a2c5c044b98613555805dd9e89581f7174bd))
- **odyssey-storybook:** fix font-family display in MUI components ([91a80c1](https://github.com/okta/odyssey/commit/91a80c1fbc1c94875bf83fde33296f22a81dedf1))

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

### Features
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Build and design consistent, efficient, and accessible UIs for all Okta users.

## Packages

| Package/README | Description |
| ------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| [@okta/odyssey-design-tokens](https://github.com/okta/odyssey/blob/master/packages/odyssey-design-tokens/README.md) | Design tokens |
| [@okta/browserslist-config-odyssey](https://github.com/okta/odyssey/blob/master/packages/browserslist-config-odyssey/README.md) | Browserslist config |
| [@okta/odyssey-postcss-scss](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-scss/README.md) | Postcss scss plugin |
| [@okta/odyssey-postcss-theme](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-theme/README.md) | Postcss theme plugin |
| [@okta/odyssey-postcss-preset](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-preset/README.md) | Postcss preset |
| [@okta/odyssey-babel-plugin](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-plugin/README.md) | Babel plugin |
| [@okta/odyssey-babel-preset](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-preset/README.md) | Babel preset |
| [@okta/odyssey-babel-loader](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-loader/README.md) | Babel webpack loader |
| [@okta/odyssey-react-theme](https://github.com/okta/odyssey/blob/master/packages/odyssey-react-theme/README.md) | React theme logic |
| [@okta/odyssey-react](https://github.com/okta/odyssey/blob/master/packages/odyssey-react/README.md) | React components |
| [@okta/odyssey-react-mui](https://github.com/okta/odyssey/blob/master/packages/odyssey-react-mui/README.md) | React MUI components |
| Package/README | Description |
| ------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
| [@okta/odyssey-design-tokens](https://github.com/okta/odyssey/blob/master/packages/odyssey-design-tokens/README.md) | Design tokens |
| [@okta/browserslist-config-odyssey](https://github.com/okta/odyssey/blob/master/packages/browserslist-config-odyssey/README.md) | Browserslist config |
| [@okta/odyssey-postcss-scss](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-scss/README.md) | Postcss scss plugin |
| [@okta/odyssey-postcss-theme](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-theme/README.md) | Postcss theme plugin |
| [@okta/odyssey-postcss-preset](https://github.com/okta/odyssey/blob/master/packages/odyssey-postcss-preset/README.md) | Postcss preset |
| [@okta/odyssey-babel-plugin](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-plugin/README.md) | Babel plugin |
| [@okta/odyssey-babel-preset](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-preset/README.md) | Babel preset |
| [@okta/odyssey-babel-loader](https://github.com/okta/odyssey/blob/master/packages/odyssey-babel-loader/README.md) | Babel webpack loader |
| [@okta/odyssey-react-theme](https://github.com/okta/odyssey/blob/master/packages/odyssey-react-theme/README.md) | React theme logic |
| [@okta/odyssey-react](https://github.com/okta/odyssey/blob/master/packages/odyssey-react/README.md) | React components (Deprecated) |
| [@okta/odyssey-react-mui](https://github.com/okta/odyssey/blob/master/packages/odyssey-react-mui/README.md) | React MUI components |

## Browser Support

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.1",
"version": "0.14.2",
"npmClient": "yarn",
"changelogPreset": "@okta/conventional-changelog-odyssey",
"useWorkspaces": true,
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lerna-version": "lerna version --no-git-tag-version --include-merged-tags --conventional-commits --no-push --force-publish",
"lerna-publish": "lerna publish from-package --no-push --force-publish --no-verify-access --no-verify-registry",
"lint": "yarn eslint && yarn stylelint && yarn prettier-check",
"prettier-check": "prettier --no-config --ignore-unknown --loglevel warn --check .",
"prettier-write": "prettier --no-config --ignore-unknown --loglevel warn --write .",
"prettier-check": "prettier --ignore-unknown --loglevel warn --check .",
"prettier-write": "prettier --ignore-unknown --loglevel warn --write .",
"eslint": "eslint . --ext .js,.jsx,.ts,.tsx",
"stylelint": "stylelint **/*.scss",
"test": "lerna run test",
Expand All @@ -30,10 +30,10 @@
},
"devDependencies": {
"@commitlint/cli": "^14.0.0",
"@okta/odyssey-commitlint": "^0.14.1",
"@okta/odyssey-eslint-config": "^0.14.1",
"@okta/odyssey-lint-staged": "^0.14.1",
"@okta/odyssey-stylelint": "^0.14.1",
"@okta/odyssey-commitlint": "^0.14.2",
"@okta/odyssey-eslint-config": "^0.14.2",
"@okta/odyssey-lint-staged": "^0.14.2",
"@okta/odyssey-stylelint": "^0.14.2",
"eslint": "^7.27.0",
"husky": "^7.0.2",
"lerna": "4.0.0",
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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1",
"@okta/odyssey-typescript": "^0.14.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"@okta/odyssey-typescript": "^0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1",
"@okta/odyssey-typescript": "^0.14.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"@okta/odyssey-typescript": "^0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1",
"@okta/odyssey-postcss-preset": "^0.14.1",
"@okta/odyssey-typescript": "^0.14.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"@okta/odyssey-postcss-preset": "^0.14.2",
"@okta/odyssey-typescript": "^0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1"
"@okta/odyssey-babel-plugin": "^0.14.2"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.14.1",
"@okta/odyssey-typescript": "^0.14.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"@okta/odyssey-typescript": "^0.14.2",
"@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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"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.1",
"@okta/odyssey-lifecycle": "^0.14.2",
"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.14.2](https://github.com/okta/odyssey/compare/v0.14.1...v0.14.2) (2022-06-30)

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

### [0.14.1](https://github.com/okta/odyssey/compare/v0.14.0...v0.14.1) (2022-06-21)

**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.1",
"version": "0.14.2",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@okta/eslint-plugin-odyssey": "^0.14.1",
"@okta/eslint-plugin-odyssey": "^0.14.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit f90b1bf

Please sign in to comment.