Skip to content

Commit

Permalink
Merge pull request #1342 from okta/release/v0.9.2
Browse files Browse the repository at this point in the history
Release/v0.9.2
  • Loading branch information
Jeff Belser committed Feb 17, 2022
2 parents 0355083 + 8a94e62 commit 2e64483
Show file tree
Hide file tree
Showing 54 changed files with 229 additions and 69 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [0.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

### Features

- **odyssey-react:** add resize prop to TextArea ([9e71ba0](https://github.com/okta/odyssey/commit/9e71ba0f42ad6bc43f886cccf4bead45e6ae1fd0))

### Bug Fixes

- improve class name hashing ([a22e295](https://github.com/okta/odyssey/commit/a22e295a254100c0fefdd48ac21d00caf2b36c2b))

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

### 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.9.1",
"version": "0.9.2",
"npmClient": "yarn",
"changelogPreset": "@okta/conventional-changelog-odyssey",
"useWorkspaces": true,
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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/browserslist-config-odyssey
Expand Down
4 changes: 2 additions & 2 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.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -9,6 +9,6 @@
"prepare": "tsc"
},
"devDependencies": {
"@okta/odyssey-typescript": "^0.9.1"
"@okta/odyssey-typescript": "^0.9.2"
}
}
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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**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.9.1",
"version": "0.9.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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**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.9.1",
"version": "0.9.2",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-babel-preset
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -14,10 +14,10 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@okta/odyssey-transform-styles-babel-plugin": "^0.9.1"
"@okta/odyssey-transform-styles-babel-plugin": "^0.9.2"
},
"devDependencies": {
"@okta/odyssey-typescript": "^0.9.1",
"@okta/odyssey-typescript": "^0.9.2",
"@types/babel__core": "^7.1.15"
}
}
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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**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.9.1",
"version": "0.9.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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-design-tokens
Expand Down
2 changes: 1 addition & 1 deletion 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.9.1",
"version": "0.9.2",
"description": "Design tokens for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**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.9.1",
"version": "0.9.2",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@okta/eslint-plugin-odyssey": "^0.9.1",
"@okta/eslint-plugin-odyssey": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.27.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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**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.9.1",
"version": "0.9.2",
"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-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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-lint-staged
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@okta/odyssey-lint-staged",
"version": "0.9.1",
"version": "0.9.2",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@okta/odyssey-prettier": "^0.9.1",
"@okta/odyssey-prettier": "^0.9.2",
"husky": "^7.0.2",
"lint-staged": "^11.1.2"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-postcss-scss/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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-postcss-scss
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-postcss-scss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-postcss-scss",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -13,7 +13,7 @@
"sass": "^1.42.1"
},
"devDependencies": {
"@okta/odyssey-typescript": "^0.9.1",
"@okta/odyssey-typescript": "^0.9.2",
"@types/sass": "^1.16.1",
"jest": "^26.6.3",
"postcss": "^8.3.6"
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-postcss-theme/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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-postcss-theme
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-postcss-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-postcss-theme",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"test": "jest"
},
"devDependencies": {
"@okta/odyssey-typescript": "^0.9.1",
"@okta/odyssey-typescript": "^0.9.2",
"jest": "^26.6.3",
"postcss": "^8.3.6"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-prettier/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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-prettier
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-prettier",
"version": "0.9.1",
"version": "0.9.2",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/odyssey-react-theme/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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

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

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

**Note:** Version bump only for package @okta/odyssey-react-theme
Expand Down
10 changes: 5 additions & 5 deletions packages/odyssey-react-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-react-theme",
"version": "0.9.1",
"version": "0.9.2",
"description": "React theme logic for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -12,14 +12,14 @@
"directory": "packages/odyssey-react-theme"
},
"dependencies": {
"@okta/odyssey-design-tokens": "^0.9.1",
"@okta/odyssey-design-tokens": "^0.9.2",
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@okta/browserslist-config-odyssey": "^0.9.1",
"@okta/odyssey-babel-preset": "^0.9.1",
"@okta/odyssey-typescript": "^0.9.1",
"@okta/browserslist-config-odyssey": "^0.9.2",
"@okta/odyssey-babel-preset": "^0.9.2",
"@okta/odyssey-typescript": "^0.9.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/hoist-non-react-statics": "^3.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/odyssey-react/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.9.2](https://github.com/okta/odyssey/compare/v0.9.1...v0.9.2) (2022-02-17)

### Features

- **odyssey-react:** add resize prop to TextArea ([9e71ba0](https://github.com/okta/odyssey/commit/9e71ba0f42ad6bc43f886cccf4bead45e6ae1fd0))

### [0.9.1](https://github.com/okta/odyssey/compare/v0.9.0...v0.9.1) (2022-02-10)

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 deletions packages/odyssey-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@okta/odyssey-react",
"version": "0.9.1",
"version": "0.9.2",
"description": "React components for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -12,19 +12,19 @@
"directory": "packages/odyssey-react"
},
"dependencies": {
"@okta/odyssey-react-theme": "^0.9.1",
"@okta/odyssey-react-theme": "^0.9.2",
"choices.js": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@okta/browserslist-config-odyssey": "^0.9.1",
"@okta/odyssey-babel-preset": "^0.9.1",
"@okta/odyssey-icons": "^0.9.1",
"@okta/odyssey-postcss-scss": "^0.9.1",
"@okta/odyssey-stylelint": "^0.9.1",
"@okta/odyssey-svgr": "^0.9.1",
"@okta/odyssey-transform-styles-postcss-preset": "^0.9.1",
"@okta/odyssey-typescript": "^0.9.1",
"@okta/browserslist-config-odyssey": "^0.9.2",
"@okta/odyssey-babel-preset": "^0.9.2",
"@okta/odyssey-icons": "^0.9.2",
"@okta/odyssey-postcss-scss": "^0.9.2",
"@okta/odyssey-stylelint": "^0.9.2",
"@okta/odyssey-svgr": "^0.9.2",
"@okta/odyssey-transform-styles-postcss-preset": "^0.9.2",
"@okta/odyssey-typescript": "^0.9.2",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
Expand Down
Loading

0 comments on commit 2e64483

Please sign in to comment.