Skip to content

Commit

Permalink
Merge pull request #1468 from okta/release/v0.13.0
Browse files Browse the repository at this point in the history
Release/v0.13.0
  • Loading branch information
edburyenegren-okta authored May 6, 2022
2 parents 018085f + 8a17eef commit e072045
Show file tree
Hide file tree
Showing 91 changed files with 474 additions and 380 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

### ⚠ BREAKING CHANGES

- **odyssey-react:** Deprecates "Clear" Button style in favor of "Floating"
- **odyssey-react:** removes `FloatingLineHeight` and `FloatingPadding`
tokens

### Features

- **odyssey-react:** Update Button variant styling ([7f3ef6c](https://github.com/okta/odyssey/commit/7f3ef6c48c0d16c9d49a1f8bc70f8a405ba99dd9))
- **odyssey-react:** update Button size styles ([251fdab](https://github.com/okta/odyssey/commit/251fdab88e624ea5c7ed50e521ce9a13d417b783))
- **odyssey-react:** update Modal display, add tokens for Padding ([670cb50](https://github.com/okta/odyssey/commit/670cb50ac458d054b636a133e9f69096c3d22d42))
- **odyssey-react:** update Select/NativeSelect padding ([2a68c70](https://github.com/okta/odyssey/commit/2a68c70642d0a12d128d04b2049829e35fd0b25f))
- **odyssey-react:** update TextArea padding ([8b5ce78](https://github.com/okta/odyssey/commit/8b5ce78f788609070f1461e8663cdd5a076e2acb))
- **odyssey-react:** update TextInput padding, add AffixPaddingInline ([fb33562](https://github.com/okta/odyssey/commit/fb33562a50167470b983c67bcc0f6e21a72c10a1))

### Bug Fixes

- explicitly call yarn in prepack lifecycle script for lerna ([613d00a](https://github.com/okta/odyssey/commit/613d00a5912d51221d92d977d423ce0aa22b5a06))
- **odyssey-storybook:** correct spelling of 'dismissible' in props, styles, and docs ([55c8ecb](https://github.com/okta/odyssey/commit/55c8ecb3a8cfb1b02a2d4a3c148a778138736602))

### Code Refactoring

- **odyssey-react:** Floating Button height is now consistent ([8263e99](https://github.com/okta/odyssey/commit/8263e99b3eaaf636d8f5f07ec44ce58d0f91b5d0))

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

### Bug Fixes
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.12.3",
"version": "0.13.0",
"npmClient": "yarn",
"changelogPreset": "@okta/conventional-changelog-odyssey",
"useWorkspaces": true,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"devDependencies": {
"@commitlint/cli": "^14.0.0",
"@okta/odyssey-commitlint": "^0.12.0",
"@okta/odyssey-eslint-config": "^0.12.0",
"@okta/odyssey-lint-staged": "^0.12.0",
"@okta/odyssey-prettier": "^0.12.0",
"@okta/odyssey-stylelint": "^0.12.0",
"@okta/odyssey-commitlint": "^0.13.0",
"@okta/odyssey-eslint-config": "^0.13.0",
"@okta/odyssey-lint-staged": "^0.13.0",
"@okta/odyssey-prettier": "^0.13.0",
"@okta/odyssey-stylelint": "^0.13.0",
"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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/babel-plugin-fully-specified
Expand Down
8 changes: 4 additions & 4 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.12.3",
"version": "0.13.0",
"private": true,
"description": "Babel plugin to generate fully specified ESM module syntax",
"author": "Okta, Inc.",
Expand All @@ -15,15 +15,15 @@
"scripts": {
"build": "tsc",
"test": "jest",
"prepack": "prepack"
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/types": "^7.14.5"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-typescript": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.0",
"@okta/odyssey-typescript": "^0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/browserslist-config-odyssey
Expand Down
8 changes: 4 additions & 4 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.12.3",
"version": "0.13.0",
"description": "Browserslist config for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -13,11 +13,11 @@
},
"scripts": {
"build": "tsc",
"prepack": "prepack"
"prepack": "yarn exec prepack"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-typescript": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.0",
"@okta/odyssey-typescript": "^0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**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.12.3",
"version": "0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**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.12.3",
"version": "0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/odyssey-babel-loader
Expand Down
6 changes: 3 additions & 3 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.12.3",
"version": "0.13.0",
"description": "Babel webpack loader for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -12,14 +12,14 @@
},
"scripts": {
"build": "rm -rf ./dist && mkdir ./dist && cp -r ./src/** ./dist",
"prepack": "prepack"
"prepack": "yarn exec prepack"
},
"dependencies": {
"babel-loader": "^8"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/odyssey-babel-plugin
Expand Down
10 changes: 5 additions & 5 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.12.3",
"version": "0.13.0",
"description": "Babel plugin for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"scripts": {
"build": "tsc",
"test": "jest",
"prepack": "prepack"
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/template": "^7.12.13",
Expand All @@ -23,9 +23,9 @@
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-postcss-preset": "^0.12.3",
"@okta/odyssey-typescript": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.0",
"@okta/odyssey-postcss-preset": "^0.13.0",
"@okta/odyssey-typescript": "^0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/odyssey-babel-preset
Expand Down
10 changes: 5 additions & 5 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.12.3",
"version": "0.13.0",
"description": "Babel preset for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -13,18 +13,18 @@
},
"scripts": {
"build": "tsc",
"prepack": "prepack"
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@okta/odyssey-babel-plugin": "^0.12.3"
"@okta/odyssey-babel-plugin": "^0.13.0"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-typescript": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.0",
"@okta/odyssey-typescript": "^0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**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.12.3",
"version": "0.13.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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/odyssey-design-tokens
Expand Down
6 changes: 3 additions & 3 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.12.3",
"version": "0.13.0",
"description": "Design tokens for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand All @@ -19,12 +19,12 @@
"directory": "packages/odyssey-design-tokens"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.12.3",
"@okta/odyssey-lifecycle": "^0.13.0",
"style-dictionary": "^3.0.1"
},
"scripts": {
"prebuild": "style-dictionary clean --config ./config.cjs",
"build": "style-dictionary build --config ./config.cjs",
"prepack": "prepack"
"prepack": "yarn exec prepack"
}
}
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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**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.12.3",
"version": "0.13.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"@okta/eslint-plugin-odyssey": "^0.12.3",
"@okta/eslint-plugin-odyssey": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

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

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**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.12.3",
"version": "0.13.0",
"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-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.13.0](https://github.com/okta/odyssey/compare/v0.12.3...v0.13.0) (2022-05-05)

**Note:** Version bump only for package @okta/odyssey-ie-11-sandbox

## [0.12.3](https://github.com/okta/odyssey/compare/v0.12.2...v0.12.3) (2022-05-04)

**Note:** Version bump only for package @okta/odyssey-ie-11-sandbox
Expand Down
Loading

0 comments on commit e072045

Please sign in to comment.