From c68e5a8ce1b0c622583f43d2489cea4d2dc4bcb3 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Thu, 22 Sep 2022 18:07:34 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 19 ++++++++++ build.washingtonpost.com/CHANGELOG.md | 17 +++++++++ build.washingtonpost.com/package.json | 4 +- lerna.json | 2 +- ui/accordion/CHANGELOG.md | 16 ++++++++ ui/accordion/package.json | 6 +-- ui/alert-banner/CHANGELOG.md | 8 ++++ ui/alert-banner/package.json | 12 +++--- ui/app-bar/CHANGELOG.md | 8 ++++ ui/app-bar/package.json | 4 +- ui/avatar/CHANGELOG.md | 8 ++++ ui/avatar/package.json | 4 +- ui/box/CHANGELOG.md | 8 ++++ ui/box/package.json | 4 +- ui/button/CHANGELOG.md | 8 ++++ ui/button/package.json | 4 +- ui/checkbox/CHANGELOG.md | 8 ++++ ui/checkbox/package.json | 8 ++-- ui/container/CHANGELOG.md | 8 ++++ ui/container/package.json | 4 +- ui/divider/CHANGELOG.md | 8 ++++ ui/divider/package.json | 4 +- ui/drawer/CHANGELOG.md | 11 ++++++ ui/drawer/package.json | 12 +++--- ui/error-message/CHANGELOG.md | 8 ++++ ui/error-message/package.json | 4 +- ui/eslint-plugin/CHANGELOG.md | 8 ++++ ui/eslint-plugin/package.json | 4 +- ui/fieldset/CHANGELOG.md | 8 ++++ ui/fieldset/package.json | 4 +- ui/helper-text/CHANGELOG.md | 8 ++++ ui/helper-text/package.json | 4 +- ui/icon/CHANGELOG.md | 11 ++++++ ui/icon/package.json | 6 +-- ui/input-label/CHANGELOG.md | 8 ++++ ui/input-label/package.json | 4 +- ui/input-password/CHANGELOG.md | 8 ++++ ui/input-password/package.json | 6 +-- ui/input-shared/CHANGELOG.md | 8 ++++ ui/input-shared/package.json | 4 +- ui/input-text/CHANGELOG.md | 8 ++++ ui/input-text/package.json | 20 +++++----- ui/input-textarea/CHANGELOG.md | 8 ++++ ui/input-textarea/package.json | 12 +++--- ui/kit/CHANGELOG.md | 8 ++++ ui/kit/package.json | 54 +++++++++++++-------------- ui/pagination-dots/CHANGELOG.md | 8 ++++ ui/pagination-dots/package.json | 4 +- ui/radio-group/CHANGELOG.md | 8 ++++ ui/radio-group/package.json | 10 ++--- ui/scrim/CHANGELOG.md | 8 ++++ ui/scrim/package.json | 4 +- ui/theme/CHANGELOG.md | 11 ++++++ ui/theme/package.json | 2 +- ui/tooltip/CHANGELOG.md | 8 ++++ ui/tooltip/package.json | 4 +- ui/visually-hidden/CHANGELOG.md | 8 ++++ ui/visually-hidden/package.json | 4 +- 58 files changed, 378 insertions(+), 109 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c602f29..07a174634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Bug Fixes + +* encourage use of ui-kit import and pkg ([#224](https://github.com/washingtonpost/wpds-ui-kit/issues/224)) ([2e68b33](https://github.com/washingtonpost/wpds-ui-kit/commit/2e68b3304a5c15231702ff7e77b5029565579ceb)) +* remove styledContextText and all set background colors from accordion component ([#226](https://github.com/washingtonpost/wpds-ui-kit/issues/226)) ([1f23c46](https://github.com/washingtonpost/wpds-ui-kit/commit/1f23c4637f949bf32a7bfb6416b61fa493aef186)) + + +### Features + +* add size util and css prop to icon component ([#217](https://github.com/washingtonpost/wpds-ui-kit/issues/217)) ([5849a85](https://github.com/washingtonpost/wpds-ui-kit/commit/5849a85f42f8d49620bfc6bfee470bca3a1ebc05)) +* add specific version of stitches/react ([#215](https://github.com/washingtonpost/wpds-ui-kit/issues/215)) ([3e10dd4](https://github.com/washingtonpost/wpds-ui-kit/commit/3e10dd471c67da852ee302e30cdd9f7edd3e9bbc)) +* **build.washingtonpost.com:** add contributors to homepage ([#213](https://github.com/washingtonpost/wpds-ui-kit/issues/213)) ([e67cffb](https://github.com/washingtonpost/wpds-ui-kit/commit/e67cffb0fc8066a310e3ec6b5964c4b504df4202)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index 3db3e17d4..25257331b 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-docs/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Bug Fixes + +* encourage use of ui-kit import and pkg ([#224](https://github.com/washingtonpost/wpds-docs/issues/224)) ([2e68b33](https://github.com/washingtonpost/wpds-docs/commit/2e68b3304a5c15231702ff7e77b5029565579ceb)) +* remove styledContextText and all set background colors from accordion component ([#226](https://github.com/washingtonpost/wpds-docs/issues/226)) ([1f23c46](https://github.com/washingtonpost/wpds-docs/commit/1f23c4637f949bf32a7bfb6416b61fa493aef186)) + + +### Features + +* **build.washingtonpost.com:** add contributors to homepage ([#213](https://github.com/washingtonpost/wpds-docs/issues/213)) ([e67cffb](https://github.com/washingtonpost/wpds-docs/commit/e67cffb0fc8066a310e3ec6b5964c4b504df4202)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-docs/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index bc924ad21..4c6c94397 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "0.17.0", + "version": "0.18.0", "private": true, "scripts": { "dev": "next dev", @@ -25,7 +25,7 @@ "@washingtonpost/site-footer": "0.11.3", "@washingtonpost/site-third-party-scripts": "latest", "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-ui-kit": "0.17.0", + "@washingtonpost/wpds-ui-kit": "0.18.0", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", "next": "^12.2.5", diff --git a/lerna.json b/lerna.json index 74cb251ed..0991564b8 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.17.0" + "version": "0.18.0" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index 2acb270bd..c6ee7afc1 100644 --- a/ui/accordion/CHANGELOG.md +++ b/ui/accordion/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Bug Fixes + +* remove styledContextText and all set background colors from accordion component ([#226](https://github.com/washingtonpost/wpds-ui-kit/issues/226)) ([1f23c46](https://github.com/washingtonpost/wpds-ui-kit/commit/1f23c4637f949bf32a7bfb6416b61fa493aef186)) + + +### Features + +* add specific version of stitches/react ([#215](https://github.com/washingtonpost/wpds-ui-kit/issues/215)) ([3e10dd4](https://github.com/washingtonpost/wpds-ui-kit/commit/3e10dd471c67da852ee302e30cdd9f7edd3e9bbc)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/accordion/package.json b/ui/accordion/package.json index 6b31d56e9..57497cafa 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Accordion", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -45,7 +45,7 @@ "dependencies": { "@radix-ui/react-accordion": "latest", "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0" } } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index f33d04011..6d0bc2ef0 100644 --- a/ui/alert-banner/CHANGELOG.md +++ b/ui/alert-banner/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/alert-banner/package.json b/ui/alert-banner/package.json index 8ce591975..a4a7fe079 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Alert Banner", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -45,12 +45,12 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-app-bar": "0.17.0", + "@washingtonpost/wpds-app-bar": "0.18.0", "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-button": "0.17.0", - "@washingtonpost/wpds-container": "0.17.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-button": "0.18.0", + "@washingtonpost/wpds-container": "0.18.0", + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index 5acefedc2..41987c911 100644 --- a/ui/app-bar/CHANGELOG.md +++ b/ui/app-bar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-app-bar diff --git a/ui/app-bar/package.json b/ui/app-bar/package.json index 58fddb63f..aa61893c2 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS App Bar", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index faf55e1b1..a355b4064 100644 --- a/ui/avatar/CHANGELOG.md +++ b/ui/avatar/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/avatar/package.json b/ui/avatar/package.json index 391bf16f2..0666b3dce 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Avatar", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 09c4ecef9..b8d8397ce 100644 --- a/ui/box/CHANGELOG.md +++ b/ui/box/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 7acd5fc42..e30618a7e 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Box component", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 65c93476b..cb6c20840 100644 --- a/ui/button/CHANGELOG.md +++ b/ui/button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index f8ded21f0..9d84e7006 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Button", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 3010a73bd..a6c5058c2 100644 --- a/ui/checkbox/CHANGELOG.md +++ b/ui/checkbox/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 58a1cfeb2..8b4a5d4eb 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Checkbox", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -46,9 +46,9 @@ "dependencies": { "@radix-ui/react-checkbox": "latest", "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", - "@washingtonpost/wpds-visually-hidden": "0.17.0", + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", + "@washingtonpost/wpds-visually-hidden": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index 07d51df71..4af6edf47 100644 --- a/ui/container/CHANGELOG.md +++ b/ui/container/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index af3e3ff73..279e7e076 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.17.0", + "version": "0.18.0", "description": "The container centers your content horizontally. It's the most basic layout element.", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index eec759aae..3d848a6fb 100644 --- a/ui/divider/CHANGELOG.md +++ b/ui/divider/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 64272a6dc..c9f955c81 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Divider", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-separator": "^0.1.4", - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index f9f03ccb5..3a2d4d8b5 100644 --- a/ui/drawer/CHANGELOG.md +++ b/ui/drawer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Features + +* add specific version of stitches/react ([#215](https://github.com/washingtonpost/wpds-ui-kit/issues/215)) ([3e10dd4](https://github.com/washingtonpost/wpds-ui-kit/commit/3e10dd471c67da852ee302e30cdd9f7edd3e9bbc)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/drawer/package.json b/ui/drawer/package.json index 418220f2c..299a6df91 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Drawer", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -44,12 +44,12 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-assets": "^1.12.0", "@radix-ui/react-focus-scope": "^1.0.0", - "@washingtonpost/wpds-button": "0.17.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-scrim": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-assets": "^1.12.0", + "@washingtonpost/wpds-button": "0.18.0", + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-scrim": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", "react-transition-group": "^4.4.5" } } diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index aa4222ddc..dd4e95551 100644 --- a/ui/error-message/CHANGELOG.md +++ b/ui/error-message/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-error-message diff --git a/ui/error-message/package.json b/ui/error-message/package.json index bab7850b2..cdc543b06 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS ErrorMessage", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 8d1aefc56..1cc876a5b 100644 --- a/ui/eslint-plugin/CHANGELOG.md +++ b/ui/eslint-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds diff --git a/ui/eslint-plugin/package.json b/ui/eslint-plugin/package.json index d6a53cf78..5ed10e3a7 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS lint rules", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -28,7 +28,7 @@ "@washingtonpost/wpds-theme": "*" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index 78e8b595b..7b6daba85 100644 --- a/ui/fieldset/CHANGELOG.md +++ b/ui/fieldset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index e3b55afaa..280e4c841 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Fieldset", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index 709b45684..deb0fb191 100644 --- a/ui/helper-text/CHANGELOG.md +++ b/ui/helper-text/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-helper-text diff --git a/ui/helper-text/package.json b/ui/helper-text/package.json index 7838c51ee..82270584a 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS HelperText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 12addc08a..964d7b17d 100644 --- a/ui/icon/CHANGELOG.md +++ b/ui/icon/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Features + +* add size util and css prop to icon component ([#217](https://github.com/washingtonpost/wpds-ui-kit/issues/217)) ([5849a85](https://github.com/washingtonpost/wpds-ui-kit/commit/5849a85f42f8d49620bfc6bfee470bca3a1ebc05)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/icon/package.json b/ui/icon/package.json index 7046fbd08..02b0106b6 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Icon Component", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,8 +41,8 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", - "@washingtonpost/wpds-visually-hidden": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", + "@washingtonpost/wpds-visually-hidden": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index f0f2ed9f1..a946365e8 100644 --- a/ui/input-label/CHANGELOG.md +++ b/ui/input-label/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-input-label diff --git a/ui/input-label/package.json b/ui/input-label/package.json index cfb315c83..842bc41db 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS InputLabel", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index ddad6de0e..eb0e417f0 100644 --- a/ui/input-password/CHANGELOG.md +++ b/ui/input-password/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-input-password diff --git a/ui/input-password/package.json b/ui/input-password/package.json index 81176159d..23f6f9ec7 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-input-text": "0.17.0" + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-input-text": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index 1332b5af5..27c01eb2c 100644 --- a/ui/input-shared/CHANGELOG.md +++ b/ui/input-shared/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-input-shared diff --git a/ui/input-shared/package.json b/ui/input-shared/package.json index cb3c77b18..2c5aeca69 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS InputShared", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index 9da8e1708..feb3b89e2 100644 --- a/ui/input-text/CHANGELOG.md +++ b/ui/input-text/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-input-text diff --git a/ui/input-text/package.json b/ui/input-text/package.json index 0318c2ce8..c1c0cfc99 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS InputText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -51,15 +51,15 @@ "dependencies": { "@radix-ui/react-label": "^0.1.5", "@washingtonpost/wpds-assets": "^1.12.0", - "@washingtonpost/wpds-box": "0.17.0", - "@washingtonpost/wpds-button": "0.17.0", - "@washingtonpost/wpds-error-message": "0.17.0", - "@washingtonpost/wpds-helper-text": "0.17.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-input-label": "0.17.0", - "@washingtonpost/wpds-input-shared": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", - "@washingtonpost/wpds-visually-hidden": "0.17.0", + "@washingtonpost/wpds-box": "0.18.0", + "@washingtonpost/wpds-button": "0.18.0", + "@washingtonpost/wpds-error-message": "0.18.0", + "@washingtonpost/wpds-helper-text": "0.18.0", + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-input-label": "0.18.0", + "@washingtonpost/wpds-input-shared": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", + "@washingtonpost/wpds-visually-hidden": "0.18.0", "nanoid": "^3.3.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index a068bf1ca..23e841976 100644 --- a/ui/input-textarea/CHANGELOG.md +++ b/ui/input-textarea/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-input-textarea diff --git a/ui/input-textarea/package.json b/ui/input-textarea/package.json index 9361c4558..4c193474f 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS InputTextarea", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -44,11 +44,11 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-error-message": "0.17.0", - "@washingtonpost/wpds-helper-text": "0.17.0", - "@washingtonpost/wpds-input-label": "0.17.0", - "@washingtonpost/wpds-input-shared": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-error-message": "0.18.0", + "@washingtonpost/wpds-helper-text": "0.18.0", + "@washingtonpost/wpds-input-label": "0.18.0", + "@washingtonpost/wpds-input-shared": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index c374fb8ae..6142380b4 100644 --- a/ui/kit/CHANGELOG.md +++ b/ui/kit/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/kit/package.json b/ui/kit/package.json index ca0c5d3c2..f46654949 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,32 +32,32 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "0.17.0", - "@washingtonpost/wpds-accordion": "0.17.0", - "@washingtonpost/wpds-alert-banner": "0.17.0", - "@washingtonpost/wpds-app-bar": "0.17.0", - "@washingtonpost/wpds-avatar": "0.17.0", - "@washingtonpost/wpds-box": "0.17.0", - "@washingtonpost/wpds-button": "0.17.0", - "@washingtonpost/wpds-checkbox": "0.17.0", - "@washingtonpost/wpds-container": "0.17.0", - "@washingtonpost/wpds-divider": "0.17.0", - "@washingtonpost/wpds-drawer": "0.17.0", - "@washingtonpost/wpds-error-message": "0.17.0", - "@washingtonpost/wpds-fieldset": "0.17.0", - "@washingtonpost/wpds-helper-text": "0.17.0", - "@washingtonpost/wpds-icon": "0.17.0", - "@washingtonpost/wpds-input-label": "0.17.0", - "@washingtonpost/wpds-input-password": "0.17.0", - "@washingtonpost/wpds-input-shared": "0.17.0", - "@washingtonpost/wpds-input-text": "0.17.0", - "@washingtonpost/wpds-input-textarea": "0.17.0", - "@washingtonpost/wpds-pagination-dots": "0.17.0", - "@washingtonpost/wpds-radio-group": "0.17.0", - "@washingtonpost/wpds-scrim": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", - "@washingtonpost/wpds-tooltip": "0.17.0", - "@washingtonpost/wpds-visually-hidden": "0.17.0" + "@washingtonpost/eslint-plugin-wpds": "0.18.0", + "@washingtonpost/wpds-accordion": "0.18.0", + "@washingtonpost/wpds-alert-banner": "0.18.0", + "@washingtonpost/wpds-app-bar": "0.18.0", + "@washingtonpost/wpds-avatar": "0.18.0", + "@washingtonpost/wpds-box": "0.18.0", + "@washingtonpost/wpds-button": "0.18.0", + "@washingtonpost/wpds-checkbox": "0.18.0", + "@washingtonpost/wpds-container": "0.18.0", + "@washingtonpost/wpds-divider": "0.18.0", + "@washingtonpost/wpds-drawer": "0.18.0", + "@washingtonpost/wpds-error-message": "0.18.0", + "@washingtonpost/wpds-fieldset": "0.18.0", + "@washingtonpost/wpds-helper-text": "0.18.0", + "@washingtonpost/wpds-icon": "0.18.0", + "@washingtonpost/wpds-input-label": "0.18.0", + "@washingtonpost/wpds-input-password": "0.18.0", + "@washingtonpost/wpds-input-shared": "0.18.0", + "@washingtonpost/wpds-input-text": "0.18.0", + "@washingtonpost/wpds-input-textarea": "0.18.0", + "@washingtonpost/wpds-pagination-dots": "0.18.0", + "@washingtonpost/wpds-radio-group": "0.18.0", + "@washingtonpost/wpds-scrim": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", + "@washingtonpost/wpds-tooltip": "0.18.0", + "@washingtonpost/wpds-visually-hidden": "0.18.0" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index 4533d19f1..f0e3e66e2 100644 --- a/ui/pagination-dots/CHANGELOG.md +++ b/ui/pagination-dots/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-pagination-dots diff --git a/ui/pagination-dots/package.json b/ui/pagination-dots/package.json index 3bd45c6d2..158138075 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Pagination Dots and Container", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,6 +40,6 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" } } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 0c5741e23..42c55681e 100644 --- a/ui/radio-group/CHANGELOG.md +++ b/ui/radio-group/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + # [0.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-radio-group diff --git a/ui/radio-group/package.json b/ui/radio-group/package.json index a77565580..d5f2178a9 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS RadioGroup", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -44,10 +44,10 @@ }, "dependencies": { "@radix-ui/react-radio-group": "^0.1.5", - "@washingtonpost/wpds-error-message": "0.17.0", - "@washingtonpost/wpds-fieldset": "0.17.0", - "@washingtonpost/wpds-input-label": "0.17.0", - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-error-message": "0.18.0", + "@washingtonpost/wpds-fieldset": "0.18.0", + "@washingtonpost/wpds-input-label": "0.18.0", + "@washingtonpost/wpds-theme": "0.18.0", "nanoid": "^3.3.3" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index eb803cbe0..11bf23ac8 100644 --- a/ui/scrim/CHANGELOG.md +++ b/ui/scrim/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/scrim/package.json b/ui/scrim/package.json index 8213e0eef..fba7587be 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Scrim", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@radix-ui/react-dialog": "^1.0.0", - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react-transition-group": "^4.4.5" } } diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index e8346c643..6d9deddad 100644 --- a/ui/theme/CHANGELOG.md +++ b/ui/theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + + +### Features + +* add specific version of stitches/react ([#215](https://github.com/washingtonpost/wpds-ui-kit/issues/215)) ([3e10dd4](https://github.com/washingtonpost/wpds-ui-kit/commit/3e10dd471c67da852ee302e30cdd9f7edd3e9bbc)) + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index eb5ce1088..883347f3e 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/ui/tooltip/CHANGELOG.md b/ui/tooltip/CHANGELOG.md index b210911e5..7258bdb68 100644 --- a/ui/tooltip/CHANGELOG.md +++ b/ui/tooltip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index 7407a71ad..4c9700661 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Tooltip", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,6 +42,6 @@ }, "dependencies": { "@radix-ui/react-tooltip": "^1.0.0", - "@washingtonpost/wpds-theme": "0.17.0" + "@washingtonpost/wpds-theme": "0.18.0" } } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index 6e197f2a1..354127fd1 100644 --- a/ui/visually-hidden/CHANGELOG.md +++ b/ui/visually-hidden/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.18.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.17.0...v0.18.0) (2022-09-22) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [0.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.16.0...v0.17.0) (2022-09-13) **Note:** Version bump only for package @washingtonpost/wpds-visually-hidden diff --git a/ui/visually-hidden/package.json b/ui/visually-hidden/package.json index 6222dbd87..a04161de1 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.17.0", + "version": "0.18.0", "description": "WPDS Visually Hidden", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "0.17.0", + "@washingtonpost/wpds-theme": "0.18.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"