From 5e106367d1323f03192b046423e1e7efa077b948 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 24 May 2023 19:39:55 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 11 +++++ apps/vite-project/CHANGELOG.md | 8 ++++ apps/vite-project/package.json | 6 +-- apps/vite-v2-project/CHANGELOG.md | 8 ++++ apps/vite-v2-project/package.json | 6 +-- build.washingtonpost.com/CHANGELOG.md | 8 ++++ build.washingtonpost.com/package.json | 8 ++-- 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/carousel/CHANGELOG.md | 8 ++++ ui/carousel/package.json | 10 ++-- ui/checkbox/CHANGELOG.md | 8 ++++ ui/checkbox/package.json | 12 ++--- 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 | 66 +++++++++++++-------------- ui/kitchen-sink/CHANGELOG.md | 8 ++++ ui/kitchen-sink/package.json | 4 +- ui/pagination-dots/CHANGELOG.md | 8 ++++ ui/pagination-dots/package.json | 4 +- ui/popover/CHANGELOG.md | 8 ++++ ui/popover/package.json | 8 ++-- 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/switch/CHANGELOG.md | 8 ++++ ui/switch/package.json | 4 +- ui/tabs/CHANGELOG.md | 8 ++++ ui/tabs/package.json | 6 +-- 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 +- 76 files changed, 459 insertions(+), 149 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00129446..e1f3cf7ff 100644 --- a/CHANGELOG.md +++ b/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + + +### Bug Fixes + +* remove root font-size from stitches.config.ts so browser font size changes work [SRED-125] ([#390](https://github.com/washingtonpost/wpds-ui-kit/issues/390)) ([c432767](https://github.com/washingtonpost/wpds-ui-kit/commit/c4327677cdd7b7337191729cbee5ecb241d294ba)) + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package root diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index f90d884fb..290841d67 100644 --- a/apps/vite-project/CHANGELOG.md +++ b/apps/vite-project/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package vite-project + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package vite-project diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index d43714d02..abe30e32b 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "1.6.1", + "version": "1.6.2", "type": "module", "scripts": { "dev": "vite", @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.6.1", - "@washingtonpost/wpds-ui-kit": "1.6.1", + "@washingtonpost/wpds-kitchen-sink": "1.6.2", + "@washingtonpost/wpds-ui-kit": "1.6.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/apps/vite-v2-project/CHANGELOG.md b/apps/vite-v2-project/CHANGELOG.md index beb879fa3..0fc3b4cbd 100644 --- a/apps/vite-v2-project/CHANGELOG.md +++ b/apps/vite-v2-project/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package vite-v2-project + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package vite-v2-project diff --git a/apps/vite-v2-project/package.json b/apps/vite-v2-project/package.json index 90c31ed39..2c50fac26 100644 --- a/apps/vite-v2-project/package.json +++ b/apps/vite-v2-project/package.json @@ -1,15 +1,15 @@ { "name": "vite-v2-project", "private": true, - "version": "1.6.1", + "version": "1.6.2", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.6.1", - "@washingtonpost/wpds-ui-kit": "1.6.1", + "@washingtonpost/wpds-kitchen-sink": "1.6.2", + "@washingtonpost/wpds-ui-kit": "1.6.2", "react": "^18.0.0", "react-dom": "^18.0.0" }, diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index df692b4de..9e0afe976 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. +## [1.6.2](https://github.com/washingtonpost/wpds-docs/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-docs + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-docs/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-docs diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 68cba3b47..ef88c3003 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "1.6.1", + "version": "1.6.2", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -23,10 +23,10 @@ "@stitches/react": "1.2.8", "@washingtonpost/site-favicons": "^0.1.3", "@washingtonpost/tachyons-css": "^1.7.1", - "@washingtonpost/wpds-accordion": "1.6.1", + "@washingtonpost/wpds-accordion": "1.6.2", "@washingtonpost/wpds-assets": "^1.19.2", - "@washingtonpost/wpds-kitchen-sink": "1.6.1", - "@washingtonpost/wpds-ui-kit": "1.6.1", + "@washingtonpost/wpds-kitchen-sink": "1.6.2", + "@washingtonpost/wpds-ui-kit": "1.6.2", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", diff --git a/lerna.json b/lerna.json index b8c7e9652..40bb832e3 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "1.6.1" + "version": "1.6.2" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index ed8fe36ff..a3e2b3aa6 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-accordion + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-accordion diff --git a/ui/accordion/package.json b/ui/accordion/package.json index 0dfd6e69b..220cf710e 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "1.6.1", + "version": "1.6.2", "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.18.0", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1" + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 665b18b83..ed0b0705a 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 76f485886..b58972382 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-app-bar": "1.6.2", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-container": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-container": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index cbbbd703c..623b305b7 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 d39d6bc22..626ac374b 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index 1755f6f19..017170eaa 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index 06badde8c..1a40d9323 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 26d8448f5..97449a913 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 2bf5cfca1..0d9ea4ac2 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index e99f3618b..cd88fe74c 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index eb17f0ec6..e35ed5c95 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/card/CHANGELOG.md b/ui/card/CHANGELOG.md index e9660646f..2a874b531 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-card + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-card diff --git a/ui/card/package.json b/ui/card/package.json index de823ee8c..f22c1b5cf 100644 --- a/ui/card/package.json +++ b/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-card", - "version": "1.6.1", + "version": "1.6.2", "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,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/carousel/CHANGELOG.md b/ui/carousel/CHANGELOG.md index bdc3ce7f8..6a800edf8 100644 --- a/ui/carousel/CHANGELOG.md +++ b/ui/carousel/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-carousel + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-carousel diff --git a/ui/carousel/package.json b/ui/carousel/package.json index ef02d243e..a1b6fc987 100644 --- a/ui/carousel/package.json +++ b/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-carousel", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Carousel", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -47,10 +47,10 @@ "@radix-ui/react-slot": "^1.0.0", "@radix-ui/react-use-controllable-state": "^1.0.0", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-pagination-dots": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-pagination-dots": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "nanoid": "^3.3.4", "react-swipeable": "^7.0.0" }, diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index fde407f8c..0311b1a45 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 60b1c55f8..16e7ed1bf 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Checkbox", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -48,11 +48,11 @@ "dependencies": { "@radix-ui/react-checkbox": "^1.0.0", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-input-shared": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", - "@washingtonpost/wpds-visually-hidden": "1.6.1", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", + "@washingtonpost/wpds-visually-hidden": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index 749d33df7..f754bb4cf 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index c0f1738a2..fb58b4837 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index f965e4272..e25d277c5 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index feb7e9f9a..927f58a86 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index 87fd4d0fd..813674bf5 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-drawer + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-drawer diff --git a/ui/drawer/package.json b/ui/drawer/package.json index d821001f1..54033a44f 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "1.6.1", + "version": "1.6.2", "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.18.0", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-scrim": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-scrim": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index 58bcd6a78..9bf54fbd4 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 fdb45c55b..1b533472e 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index d2e17140d..c9818f99f 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 0ee5be1dd..831f9527a 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index ec02cf138..f9a1a27d2 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index ae0f77f04..d4b249d1b 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index a4317e4fb..327082d90 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 b283dd866..266974057 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index e8dde1216..88512ce4c 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index b6997ffa7..85ced44d2 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", - "@washingtonpost/wpds-visually-hidden": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", + "@washingtonpost/wpds-visually-hidden": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index c12e77a6f..f0b3a88c0 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 caad5c921..457e3ac9b 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1" + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index 3f92b09fa..77076cdb3 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 3524e2b93..788a8bb03 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-input-text": "1.6.1" + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-input-text": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index a240754d5..1d7294ac8 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 b73167a34..33d4091fb 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index c2d59f85e..55906621a 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 f2c94de0c..d4edae139 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "1.6.1", + "version": "1.6.2", "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.18.0", - "@washingtonpost/wpds-box": "1.6.1", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-error-message": "1.6.1", - "@washingtonpost/wpds-helper-text": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-input-shared": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", - "@washingtonpost/wpds-visually-hidden": "1.6.1", + "@washingtonpost/wpds-box": "1.6.2", + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-error-message": "1.6.2", + "@washingtonpost/wpds-helper-text": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", + "@washingtonpost/wpds-visually-hidden": "1.6.2", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 5b2ed3afc..22bb131ab 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 3d790f3ad..60028a0ce 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", - "@washingtonpost/wpds-helper-text": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-input-shared": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-error-message": "1.6.2", + "@washingtonpost/wpds-helper-text": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "nanoid": "^3.3.4", "react": "^16.8.6 || ^17.0.2" }, diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 77c897431..c020b9f27 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 2bf4e6b30..16e3a0b73 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,38 +32,38 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "1.6.1", - "@washingtonpost/wpds-accordion": "1.6.1", - "@washingtonpost/wpds-alert-banner": "1.6.1", - "@washingtonpost/wpds-app-bar": "1.6.1", - "@washingtonpost/wpds-avatar": "1.6.1", - "@washingtonpost/wpds-box": "1.6.1", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-card": "1.6.1", - "@washingtonpost/wpds-carousel": "1.6.1", - "@washingtonpost/wpds-checkbox": "1.6.1", - "@washingtonpost/wpds-container": "1.6.1", - "@washingtonpost/wpds-divider": "1.6.1", - "@washingtonpost/wpds-drawer": "1.6.1", - "@washingtonpost/wpds-error-message": "1.6.1", - "@washingtonpost/wpds-fieldset": "1.6.1", - "@washingtonpost/wpds-helper-text": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-input-password": "1.6.1", - "@washingtonpost/wpds-input-shared": "1.6.1", - "@washingtonpost/wpds-input-text": "1.6.1", - "@washingtonpost/wpds-input-textarea": "1.6.1", - "@washingtonpost/wpds-pagination-dots": "1.6.1", - "@washingtonpost/wpds-popover": "1.6.1", - "@washingtonpost/wpds-radio-group": "1.6.1", - "@washingtonpost/wpds-scrim": "1.6.1", - "@washingtonpost/wpds-select": "1.6.1", - "@washingtonpost/wpds-switch": "1.6.1", - "@washingtonpost/wpds-tabs": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", - "@washingtonpost/wpds-tooltip": "1.6.1", - "@washingtonpost/wpds-visually-hidden": "1.6.1" + "@washingtonpost/eslint-plugin-wpds": "1.6.2", + "@washingtonpost/wpds-accordion": "1.6.2", + "@washingtonpost/wpds-alert-banner": "1.6.2", + "@washingtonpost/wpds-app-bar": "1.6.2", + "@washingtonpost/wpds-avatar": "1.6.2", + "@washingtonpost/wpds-box": "1.6.2", + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-card": "1.6.2", + "@washingtonpost/wpds-carousel": "1.6.2", + "@washingtonpost/wpds-checkbox": "1.6.2", + "@washingtonpost/wpds-container": "1.6.2", + "@washingtonpost/wpds-divider": "1.6.2", + "@washingtonpost/wpds-drawer": "1.6.2", + "@washingtonpost/wpds-error-message": "1.6.2", + "@washingtonpost/wpds-fieldset": "1.6.2", + "@washingtonpost/wpds-helper-text": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-input-password": "1.6.2", + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-input-text": "1.6.2", + "@washingtonpost/wpds-input-textarea": "1.6.2", + "@washingtonpost/wpds-pagination-dots": "1.6.2", + "@washingtonpost/wpds-popover": "1.6.2", + "@washingtonpost/wpds-radio-group": "1.6.2", + "@washingtonpost/wpds-scrim": "1.6.2", + "@washingtonpost/wpds-select": "1.6.2", + "@washingtonpost/wpds-switch": "1.6.2", + "@washingtonpost/wpds-tabs": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", + "@washingtonpost/wpds-tooltip": "1.6.2", + "@washingtonpost/wpds-visually-hidden": "1.6.2" }, "devDependencies": { "tsup": "5.11.13", diff --git a/ui/kitchen-sink/CHANGELOG.md b/ui/kitchen-sink/CHANGELOG.md index 6a04bd59c..61ebd2796 100644 --- a/ui/kitchen-sink/CHANGELOG.md +++ b/ui/kitchen-sink/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink diff --git a/ui/kitchen-sink/package.json b/ui/kitchen-sink/package.json index b64ae4323..7bd367ee5 100644 --- a/ui/kitchen-sink/package.json +++ b/ui/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Kitchen Sink", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-ui-kit": "1.6.1", + "@washingtonpost/wpds-ui-kit": "1.6.2", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index 01fd3baaf..0e1b80f76 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 86402b77d..05578ac5e 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/popover/CHANGELOG.md b/ui/popover/CHANGELOG.md index 1f97c20a1..f2631252d 100644 --- a/ui/popover/CHANGELOG.md +++ b/ui/popover/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-popover + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-popover diff --git a/ui/popover/package.json b/ui/popover/package.json index fb2c31429..4bb6771b3 100644 --- a/ui/popover/package.json +++ b/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-popover", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Popover", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,9 +42,9 @@ "dependencies": { "@radix-ui/react-popover": "^1.0.2", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-button": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1" + "@washingtonpost/wpds-button": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 823b85cec..5b4495242 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. +## [1.6.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + ## [1.6.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 bca251f1d..cf2c1f641 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", - "@washingtonpost/wpds-fieldset": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-error-message": "1.6.2", + "@washingtonpost/wpds-fieldset": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "nanoid": "^3.3.3" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index f8f53521f..38298401c 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-scrim diff --git a/ui/scrim/package.json b/ui/scrim/package.json index bf9bb0b85..4c4ca0f90 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/select/CHANGELOG.md b/ui/select/CHANGELOG.md index 309527d45..f7d8e0134 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-select + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-select diff --git a/ui/select/package.json b/ui/select/package.json index f17666cb7..bec22d803 100644 --- a/ui/select/package.json +++ b/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-select", - "version": "1.6.1", + "version": "1.6.2", "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": "^1.18.0", - "@washingtonpost/wpds-divider": "1.6.1", - "@washingtonpost/wpds-icon": "1.6.1", - "@washingtonpost/wpds-input-label": "1.6.1", - "@washingtonpost/wpds-input-shared": "1.6.1", - "@washingtonpost/wpds-theme": "1.6.1", + "@washingtonpost/wpds-divider": "1.6.2", + "@washingtonpost/wpds-icon": "1.6.2", + "@washingtonpost/wpds-input-label": "1.6.2", + "@washingtonpost/wpds-input-shared": "1.6.2", + "@washingtonpost/wpds-theme": "1.6.2", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/switch/CHANGELOG.md b/ui/switch/CHANGELOG.md index 1f71467bd..a6dd57378 100644 --- a/ui/switch/CHANGELOG.md +++ b/ui/switch/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-switch + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-switch diff --git a/ui/switch/package.json b/ui/switch/package.json index 75e05151a..aba10b67a 100644 --- a/ui/switch/package.json +++ b/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-switch", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Switch", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-switch": "^1.0.1", - "@washingtonpost/wpds-theme": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/tabs/CHANGELOG.md b/ui/tabs/CHANGELOG.md index 1b76e5f3c..ad2431a49 100644 --- a/ui/tabs/CHANGELOG.md +++ b/ui/tabs/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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-tabs + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-tabs diff --git a/ui/tabs/package.json b/ui/tabs/package.json index d2f36f81c..886b1d947 100644 --- a/ui/tabs/package.json +++ b/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tabs", - "version": "1.6.1", + "version": "1.6.2", "description": "WPDS Tabs", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -47,8 +47,8 @@ "@radix-ui/react-tabs": "latest", "@washingtonpost/wpds-assets": "^1.16.0", "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.6.1", - "@washingtonpost/wpds-tooltip": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", + "@washingtonpost/wpds-tooltip": "1.6.2", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 646041c27..2f8f74691 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + + +### Bug Fixes + +* remove root font-size from stitches.config.ts so browser font size changes work [SRED-125] ([#390](https://github.com/washingtonpost/wpds-ui-kit/issues/390)) ([c432767](https://github.com/washingtonpost/wpds-ui-kit/commit/c4327677cdd7b7337191729cbee5ecb241d294ba)) + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index 7f44e36b6..6d9e046b8 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "1.6.1", + "version": "1.6.2", "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 594023115..f7486350e 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **Note:** Version bump only for package @washingtonpost/wpds-tooltip diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index 2d9d54d28..89ed4e2cb 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1" + "@washingtonpost/wpds-theme": "1.6.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index 6ec26d59a..2d59c4bdc 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. +## [1.6.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.1...v1.6.2) (2023-05-24) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + ## [1.6.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.6.0...v1.6.1) (2023-05-24) **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 f969551ee..b89d35ae5 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "1.6.1", + "version": "1.6.2", "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": "1.6.1", + "@washingtonpost/wpds-theme": "1.6.2", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"