From 693b69c537e30128c73f4ae1b9a005bddff7eb81 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 11 Jan 2023 17:52:03 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 ++++ build.washingtonpost.com/CHANGELOG.md | 8 ++++ build.washingtonpost.com/package.json | 4 +- lerna.json | 2 +- ui/accordion/CHANGELOG.md | 8 ++++ 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/card/CHANGELOG.md | 8 ++++ ui/card/package.json | 4 +- ui/checkbox/CHANGELOG.md | 8 ++++ ui/checkbox/package.json | 10 ++--- ui/container/CHANGELOG.md | 8 ++++ ui/container/package.json | 4 +- ui/divider/CHANGELOG.md | 8 ++++ ui/divider/package.json | 4 +- ui/drawer/CHANGELOG.md | 8 ++++ ui/drawer/package.json | 10 ++--- 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 | 8 ++++ ui/icon/package.json | 6 +-- ui/input-label/CHANGELOG.md | 8 ++++ ui/input-label/package.json | 6 +-- 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 | 56 +++++++++++++-------------- 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/select/CHANGELOG.md | 8 ++++ ui/select/package.json | 12 +++--- ui/theme/CHANGELOG.md | 8 ++++ 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 +- 62 files changed, 367 insertions(+), 119 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1610a495f..8f52f4b3f 100644 --- a/CHANGELOG.md +++ b/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package root + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) ### Features diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index 002eecc3a..04ac9809a 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/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.23.1](https://github.com/washingtonpost/wpds-docs/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-docs + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-docs/compare/v0.22.0...v0.23.0) (2023-01-11) ### Features diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 15753d1f6..402bfd085 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "0.23.0", + "version": "0.23.1", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -26,7 +26,7 @@ "@washingtonpost/site-third-party-scripts": "latest", "@washingtonpost/wpds-accordion": "^0.17.0", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-ui-kit": "0.23.0", + "@washingtonpost/wpds-ui-kit": "0.23.1", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", "next": "^12.2.5", diff --git a/lerna.json b/lerna.json index 5cf905e8b..18b2dc206 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.23.0" + "version": "0.23.1" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index 41dd3bff5..63955e5f2 100644 --- a/ui/accordion/CHANGELOG.md +++ b/ui/accordion/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-accordion + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-accordion diff --git a/ui/accordion/package.json b/ui/accordion/package.json index 7d8be20fc..9ac86647b 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Accordion", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -45,8 +45,8 @@ "dependencies": { "@radix-ui/react-accordion": "latest", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0" + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index a63ac6182..a4322338c 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-alert-banner diff --git a/ui/alert-banner/package.json b/ui/alert-banner/package.json index 5c2273fb6..e35feb104 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-app-bar": "0.23.1", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-button": "0.23.0", - "@washingtonpost/wpds-container": "0.23.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", + "@washingtonpost/wpds-button": "0.23.1", + "@washingtonpost/wpds-container": "0.23.1", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index ebcd86206..aae2764f7 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 3edd5370a..15c763e45 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index a1c414489..676509d2a 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index 44315fc26..32f1b7fdc 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 0fc2cd59a..e1ec4874b 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 1aa2519ed..e0c637fbf 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 223dc11f1..22632a116 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index 0e58bc6d9..3bfd89b13 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/card/CHANGELOG.md b/ui/card/CHANGELOG.md index 2035a6239..bf6d189ea 100644 --- a/ui/card/CHANGELOG.md +++ b/ui/card/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-card + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) ### Features diff --git a/ui/card/package.json b/ui/card/package.json index f5d7b6d46..2e11449e3 100644 --- a/ui/card/package.json +++ b/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-card", - "version": "0.23.0", + "version": "0.23.1", "description": "Single, contained unit designed to hold other related elements and/or components.", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" } } diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 107eca80d..b7e768b31 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index bea62b688..d1fad49ac 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Checkbox", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -47,10 +47,10 @@ "dependencies": { "@radix-ui/react-checkbox": "latest", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", - "@washingtonpost/wpds-visually-hidden": "0.23.0", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", + "@washingtonpost/wpds-visually-hidden": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index af0b52f09..27ac07c99 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index d147d3994..53569662d 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index 0753d2a41..53ec58bfd 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 86e460b92..1b05177b8 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Divider", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-separator": "^1.0.0", - "@washingtonpost/wpds-theme": "0.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index 631068d58..c52ccf344 100644 --- a/ui/drawer/CHANGELOG.md +++ b/ui/drawer/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-drawer + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-drawer diff --git a/ui/drawer/package.json b/ui/drawer/package.json index c4dbdac55..d27be5e23 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Drawer", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -46,10 +46,10 @@ "dependencies": { "@radix-ui/react-focus-scope": "^1.0.0", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-button": "0.23.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-scrim": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", + "@washingtonpost/wpds-button": "0.23.1", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-scrim": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", "react-transition-group": "^4.4.5" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index e8afddec1..383ce6b01 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 796568ef8..dcb7819a0 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 7e6e19880..6df22f26f 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 ce2586d57..a62c6c247 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index 5fb08b6fb..7d96b4b2f 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index 974860dc6..85bf808cf 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index ca1bb31c4..d88144974 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 a73760777..92c12bac3 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 9c3a56154..bcb40cb52 100644 --- a/ui/icon/CHANGELOG.md +++ b/ui/icon/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 487d0f81d..58cb5f023 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", - "@washingtonpost/wpds-visually-hidden": "0.23.0", + "@washingtonpost/wpds-theme": "0.23.1", + "@washingtonpost/wpds-visually-hidden": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index c98eef89f..b542d360c 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 3398bb70a..e862c0a73 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS InputLabel", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -42,8 +42,8 @@ }, "dependencies": { "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0" + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index 6389ba2f1..b8fbda6db 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 71b99fd84..b6dde90c6 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-input-text": "0.23.0" + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-input-text": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index 14b4ea510..194a22dcf 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 6cdf0e0bd..b178760fc 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "0.23.0", + "version": "0.23.1", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index ea8eee5f6..a1fccabbc 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 4eed623ef..5459c0217 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS InputText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -51,15 +51,15 @@ "dependencies": { "@radix-ui/react-label": "^1.0.0", "@washingtonpost/wpds-assets": "^1.15.0", - "@washingtonpost/wpds-box": "0.23.0", - "@washingtonpost/wpds-button": "0.23.0", - "@washingtonpost/wpds-error-message": "0.23.0", - "@washingtonpost/wpds-helper-text": "0.23.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-input-label": "0.23.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", - "@washingtonpost/wpds-visually-hidden": "0.23.0", + "@washingtonpost/wpds-box": "0.23.1", + "@washingtonpost/wpds-button": "0.23.1", + "@washingtonpost/wpds-error-message": "0.23.1", + "@washingtonpost/wpds-helper-text": "0.23.1", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-input-label": "0.23.1", + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", + "@washingtonpost/wpds-visually-hidden": "0.23.1", "nanoid": "^3.3.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 6b5779541..51b31f5f1 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 9439f0364..d2ecdb588 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", - "@washingtonpost/wpds-helper-text": "0.23.0", - "@washingtonpost/wpds-input-label": "0.23.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", + "@washingtonpost/wpds-error-message": "0.23.1", + "@washingtonpost/wpds-helper-text": "0.23.1", + "@washingtonpost/wpds-input-label": "0.23.1", + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 0e4f49a76..3b6e7361d 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) ### Features diff --git a/ui/kit/package.json b/ui/kit/package.json index 71ef14fe1..473f13352 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,33 +32,33 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "0.23.0", - "@washingtonpost/wpds-accordion": "0.23.0", - "@washingtonpost/wpds-alert-banner": "0.23.0", - "@washingtonpost/wpds-app-bar": "0.23.0", - "@washingtonpost/wpds-avatar": "0.23.0", - "@washingtonpost/wpds-box": "0.23.0", - "@washingtonpost/wpds-button": "0.23.0", - "@washingtonpost/wpds-checkbox": "0.23.0", - "@washingtonpost/wpds-container": "0.23.0", - "@washingtonpost/wpds-divider": "0.23.0", - "@washingtonpost/wpds-drawer": "0.23.0", - "@washingtonpost/wpds-error-message": "0.23.0", - "@washingtonpost/wpds-fieldset": "0.23.0", - "@washingtonpost/wpds-helper-text": "0.23.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-input-label": "0.23.0", - "@washingtonpost/wpds-input-password": "0.23.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-input-text": "0.23.0", - "@washingtonpost/wpds-input-textarea": "0.23.0", - "@washingtonpost/wpds-pagination-dots": "0.23.0", - "@washingtonpost/wpds-radio-group": "0.23.0", - "@washingtonpost/wpds-scrim": "0.23.0", - "@washingtonpost/wpds-select": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", - "@washingtonpost/wpds-tooltip": "0.23.0", - "@washingtonpost/wpds-visually-hidden": "0.23.0" + "@washingtonpost/eslint-plugin-wpds": "0.23.1", + "@washingtonpost/wpds-accordion": "0.23.1", + "@washingtonpost/wpds-alert-banner": "0.23.1", + "@washingtonpost/wpds-app-bar": "0.23.1", + "@washingtonpost/wpds-avatar": "0.23.1", + "@washingtonpost/wpds-box": "0.23.1", + "@washingtonpost/wpds-button": "0.23.1", + "@washingtonpost/wpds-checkbox": "0.23.1", + "@washingtonpost/wpds-container": "0.23.1", + "@washingtonpost/wpds-divider": "0.23.1", + "@washingtonpost/wpds-drawer": "0.23.1", + "@washingtonpost/wpds-error-message": "0.23.1", + "@washingtonpost/wpds-fieldset": "0.23.1", + "@washingtonpost/wpds-helper-text": "0.23.1", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-input-label": "0.23.1", + "@washingtonpost/wpds-input-password": "0.23.1", + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-input-text": "0.23.1", + "@washingtonpost/wpds-input-textarea": "0.23.1", + "@washingtonpost/wpds-pagination-dots": "0.23.1", + "@washingtonpost/wpds-radio-group": "0.23.1", + "@washingtonpost/wpds-scrim": "0.23.1", + "@washingtonpost/wpds-select": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", + "@washingtonpost/wpds-tooltip": "0.23.1", + "@washingtonpost/wpds-visually-hidden": "0.23.1" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index 265949881..f8b7dee69 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 3ba4ccd2a..4bec594e4 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Pagination Dots and Container", "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.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 1876d550d..ce791350f 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.23.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + # [0.23.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 5ad98ccb5..cdf815e6f 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "0.23.0", + "version": "0.23.1", "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": "^1.0.0", - "@washingtonpost/wpds-error-message": "0.23.0", - "@washingtonpost/wpds-fieldset": "0.23.0", - "@washingtonpost/wpds-input-label": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0", + "@washingtonpost/wpds-error-message": "0.23.1", + "@washingtonpost/wpds-fieldset": "0.23.1", + "@washingtonpost/wpds-input-label": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1", "nanoid": "^3.3.3" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index d6a86dfb4..74e3ace71 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-scrim diff --git a/ui/scrim/package.json b/ui/scrim/package.json index ec381df8f..bad0f35ed 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react-transition-group": "^4.4.5" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" diff --git a/ui/select/CHANGELOG.md b/ui/select/CHANGELOG.md index b57836169..7d619300d 100644 --- a/ui/select/CHANGELOG.md +++ b/ui/select/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-select + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-select diff --git a/ui/select/package.json b/ui/select/package.json index 23c8a6241..f5d9158a7 100644 --- a/ui/select/package.json +++ b/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-select", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Select", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -50,11 +50,11 @@ "@radix-ui/react-select": "^1.0.0", "@radix-ui/react-use-controllable-state": "^1.0.0", "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-divider": "0.23.0", - "@washingtonpost/wpds-icon": "0.23.0", - "@washingtonpost/wpds-input-label": "0.23.0", - "@washingtonpost/wpds-input-shared": "0.23.0", - "@washingtonpost/wpds-theme": "0.23.0" + "@washingtonpost/wpds-divider": "0.23.1", + "@washingtonpost/wpds-icon": "0.23.1", + "@washingtonpost/wpds-input-label": "0.23.1", + "@washingtonpost/wpds-input-shared": "0.23.1", + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 3509b6e68..d0cb6bb87 100644 --- a/ui/theme/CHANGELOG.md +++ b/ui/theme/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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index 3abd3239d..87a9f132e 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.23.0", + "version": "0.23.1", "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 2acbb2668..077446aea 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **Note:** Version bump only for package @washingtonpost/wpds-tooltip diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index c3dd5909a..21d26dba2 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "0.23.0", + "version": "0.23.1", "description": "WPDS Tooltip", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@radix-ui/react-tooltip": "^1.0.0", - "@washingtonpost/wpds-theme": "0.23.0" + "@washingtonpost/wpds-theme": "0.23.1" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0" } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index 69b9f8381..3fbf71a65 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.23.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.23.0...v0.23.1) (2023-01-11) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [0.23.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.22.0...v0.23.0) (2023-01-11) **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 0b301226f..c1087a34c 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.23.0", + "version": "0.23.1", "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.23.0", + "@washingtonpost/wpds-theme": "0.23.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "1beafc08321d99e39b87d98cccf0d74c8568bbb0"