Skip to content

Commit

Permalink
Release/v0.21.0 (#1704)
Browse files Browse the repository at this point in the history
* fix(odyssey-react-mui): don't require children prop for Icon buttons

* fix: DatePicker styles with updated spec (#1697)

* fix: added missing MuiThemeDecorator to DatePicker story

* fix: adjusted spacing on DatePicker to match design

* chore: updated yarn

* fix: potential fix for local MUI and Labs development

* fix: styled DatePicker to match new design spec

* fix: add build before yarn start and fix order of yarn dev

* fix: added missing DatePicker border

* fix(odyssey-react-labs): improved selected vs "this year" styling

* fix(odyssey-storybook): hover styles outside of month

* fix(odyssey-storybook): removed MUI Month Picker styles

* fix(odyssey-react-labs): added theme variables where they were hardcoded

* fix(odyssey-react-labs): improved DatePicker styles to be more dynamic

---------

Co-authored-by: Kamron Batmanghelich <kamron.batmanghelich@okta.com>

* build: bump versions for v0.21.0

* docs: update CHANGELOG for v0.21.0

---------

Co-authored-by: Kevin Ghadyani <97464104+KevinGhadyani-Okta@users.noreply.github.com>
Co-authored-by: Kamron Batmanghelich <kamron.batmanghelich@okta.com>
  • Loading branch information
3 people authored Mar 9, 2023
1 parent 382b193 commit cc5e907
Show file tree
Hide file tree
Showing 51 changed files with 1,273 additions and 1,093 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Bug Fixes

- **odyssey-react-labs:** DatePicker styles with updated spec ([#1697](https://github.com/okta/odyssey/issues/1697)) ([cba0894](https://github.com/okta/odyssey/commit/cba0894bc1def44ea48bf74ffd4dbf487fdd3a8c))
- **odyssey-react-mui:** don't require children prop for Icon buttons ([a333527](https://github.com/okta/odyssey/commit/a3335273c07cf479ff764d2c797fc1d10d66806b))

## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

### Features
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.20.0",
"version": "0.21.0",
"npmClient": "yarn",
"command": {
"publish": {
"ignore": ".yarnrc.yml"
"ignoreChanges": ".yarnrc.yml"
}
},
"changelogPreset": "@okta/conventional-changelog-odyssey",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": ">=16 <17"
},
"scripts": {
"start": "npm-run-all --parallel start:mui start:labs start:storybook",
"start": "yarn build && npm-run-all --parallel start:mui start:labs start:storybook",
"start:labs": "yarn workspace @okta/odyssey-react-labs dev",
"start:mui": "yarn workspace @okta/odyssey-react-mui dev",
"start:storybook": "yarn workspace @okta/odyssey-storybook start",
Expand Down Expand Up @@ -43,5 +43,5 @@
"stylelint": "^14.13.0"
},
"version": "0.5.0",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.1"
}
16 changes: 11 additions & 5 deletions packages/babel-plugin-fully-specified/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Features

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

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

### Features

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

## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

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

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

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

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

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

Expand Down
2 changes: 1 addition & 1 deletion 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.20.0",
"version": "0.21.0",
"private": true,
"description": "Babel plugin to generate fully specified ESM module syntax",
"author": "Okta, Inc.",
Expand Down
16 changes: 11 additions & 5 deletions packages/browserslist-config-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Features

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

## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

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

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

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

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

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

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

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

Expand Down
2 changes: 1 addition & 1 deletion 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.20.0",
"version": "0.21.0",
"description": "Browserslist config for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
14 changes: 9 additions & 5 deletions packages/conventional-changelog-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

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

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

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

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

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

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

**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.20.0",
"version": "0.21.0",
"main": "index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
22 changes: 10 additions & 12 deletions packages/eslint-plugin-odyssey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Features

- updated a bunch of packages to the latest version ([36ce1d0](https://github.com/okta/odyssey/commit/36ce1d09a621f273878345c20cfc782059c04cd2))
**Note:** Version bump only for package @okta/eslint-plugin-odyssey

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

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

- updated a bunch of packages to the latest version ([36ce1d0](https://github.com/okta/odyssey/commit/36ce1d09a621f273878345c20cfc782059c04cd2))
## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
**Note:** Version bump only for package @okta/eslint-plugin-odyssey

### Features
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

- updated a bunch of packages to the latest version ([36ce1d0](https://github.com/okta/odyssey/commit/36ce1d09a621f273878345c20cfc782059c04cd2))
**Note:** Version bump only for package @okta/eslint-plugin-odyssey

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

**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.20.0",
"version": "0.21.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
22 changes: 14 additions & 8 deletions packages/odyssey-babel-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Bug Fixes

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
**Note:** Version bump only for package @okta/odyssey-babel-loader

## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

### Bug Fixes

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
**Note:** Version bump only for package @okta/odyssey-babel-loader

## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

### Bug Fixes

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
**Note:** Version bump only for package @okta/odyssey-babel-loader

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

### Bug Fixes

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
**Note:** Version bump only for package @okta/odyssey-babel-loader

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

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

Expand Down
2 changes: 1 addition & 1 deletion 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.20.0",
"version": "0.21.0",
"description": "Babel webpack loader for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
28 changes: 13 additions & 15 deletions packages/odyssey-babel-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

### Features

- add DatePicker styles to Labs ([#1672](https://github.com/okta/odyssey/issues/1672)) ([f8d8b5e](https://github.com/okta/odyssey/commit/f8d8b5e4f8d30f8bce346e4dca47f88c8350a26b))

### Bug Fixes

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
**Note:** Version bump only for package @okta/odyssey-babel-preset

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

### Features

- add DatePicker styles to Labs ([#1672](https://github.com/okta/odyssey/issues/1672)) ([f8d8b5e](https://github.com/okta/odyssey/commit/f8d8b5e4f8d30f8bce346e4dca47f88c8350a26b))
**Note:** Version bump only for package @okta/odyssey-babel-preset

### Bug Fixes
## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
### Features

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

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

### Features

- add DatePicker styles to Labs ([#1672](https://github.com/okta/odyssey/issues/1672)) ([f8d8b5e](https://github.com/okta/odyssey/commit/f8d8b5e4f8d30f8bce346e4dca47f88c8350a26b))
**Note:** Version bump only for package @okta/odyssey-babel-preset

### Bug Fixes

- another potential Lerna build order fix ([b4eb393](https://github.com/okta/odyssey/commit/b4eb39322204682e0b33dd76a7901370de754020))
**Note:** Version bump only for package @okta/odyssey-babel-preset

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

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

Expand Down
2 changes: 1 addition & 1 deletion 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.20.0",
"version": "0.21.0",
"description": "Babel preset for Odyssey, Okta's design system",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
14 changes: 9 additions & 5 deletions packages/odyssey-commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.20.0) (2023-02-23)
## [0.21.0](https://github.com/okta/odyssey/compare/v0.20.0...v0.21.0) (2023-03-09)

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

## [0.19.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.19.0) (2023-02-09)
## [0.20.0](https://github.com/okta/odyssey/compare/v0.19.0...v0.20.0) (2023-02-23)

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

## [0.18.0](https://github.com/okta/odyssey/compare/v0.16.1...v0.18.0) (2023-02-02)
## [0.19.0](https://github.com/okta/odyssey/compare/v0.18.0...v0.19.0) (2023-02-09)

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

### [0.17.2](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.2) (2023-01-12)
## [0.18.0](https://github.com/okta/odyssey/compare/v0.17.2...v0.18.0) (2023-02-02)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.16.1...v0.17.1) (2022-12-09)
### [0.17.2](https://github.com/okta/odyssey/compare/v0.17.1...v0.17.2) (2023-01-12)

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

### [0.17.1](https://github.com/okta/odyssey/compare/v0.17.0...v0.17.1) (2022-12-09)

**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.20.0",
"version": "0.21.0",
"main": "src/index.js",
"author": "Okta, Inc.",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit cc5e907

Please sign in to comment.