From 9b3b1fc15139e84db668b8a20d49704a4c5e7d2b Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 16 Aug 2023 15:31:04 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 20 ++++++++ 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 | 13 +++++ build.washingtonpost.com/package.json | 10 ++-- lerna.json | 2 +- ui/accordion/CHANGELOG.md | 11 ++++ ui/accordion/package.json | 6 +-- ui/action-menu/CHANGELOG.md | 11 ++++ ui/action-menu/package.json | 10 ++-- ui/alert-banner/CHANGELOG.md | 11 ++++ 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 | 11 ++++ ui/carousel/package.json | 10 ++-- ui/checkbox/CHANGELOG.md | 11 ++++ 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 | 11 ++++ 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 | 11 ++++ ui/input-password/package.json | 6 +-- ui/input-search/CHANGELOG.md | 11 ++++ ui/input-search/package.json | 10 ++-- ui/input-shared/CHANGELOG.md | 8 +++ ui/input-shared/package.json | 4 +- ui/input-text/CHANGELOG.md | 11 ++++ ui/input-text/package.json | 18 +++---- ui/input-textarea/CHANGELOG.md | 8 +++ ui/input-textarea/package.json | 12 ++--- ui/kit/CHANGELOG.md | 8 +++ ui/kit/package.json | 72 +++++++++++++-------------- ui/kitchen-sink/CHANGELOG.md | 8 +++ ui/kitchen-sink/package.json | 4 +- ui/navigation-menu/CHANGELOG.md | 8 +++ ui/navigation-menu/package.json | 4 +- ui/pagination-dots/CHANGELOG.md | 8 +++ ui/pagination-dots/package.json | 4 +- ui/popover/CHANGELOG.md | 11 ++++ 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 | 11 ++++ ui/select/package.json | 12 ++--- ui/switch/CHANGELOG.md | 8 +++ ui/switch/package.json | 4 +- ui/tabs/CHANGELOG.md | 11 ++++ ui/tabs/package.json | 6 +-- ui/tailwind-theme/CHANGELOG.md | 8 +++ ui/tailwind-theme/package.json | 4 +- 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 +- 84 files changed, 555 insertions(+), 166 deletions(-) create mode 100644 ui/action-menu/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c97b43972..e27708884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Bug Fixes + +* add no push flag on publish action ([b02c38a](https://github.com/washingtonpost/wpds-ui-kit/commit/b02c38a941b998b14e717fcd9b6e743ce47598a1)) +* remove no push flags from publish and version ([159264d](https://github.com/washingtonpost/wpds-ui-kit/commit/159264d1fbb13d6dffc25c8c9fce5c023368aef7)) +* streamline release process ([e4889df](https://github.com/washingtonpost/wpds-ui-kit/commit/e4889dfdcff170593ae70361b90d69513f7ffa97)) + + +### Features + +* action menu component ([#447](https://github.com/washingtonpost/wpds-ui-kit/issues/447)) ([912bb69](https://github.com/washingtonpost/wpds-ui-kit/commit/912bb69a805ef007d3e0f6c2882631a3fd429bf9)) +* add note about SSR ([#470](https://github.com/washingtonpost/wpds-ui-kit/issues/470)) ([dea9465](https://github.com/washingtonpost/wpds-ui-kit/commit/dea94653ba573e8e9f120e53555ab8bc16e11cef)) +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 070218721..d9c6a62c5 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package vite-project + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package vite-project diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index 9bf9801f0..72d9b21b8 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "1.10.0", + "version": "1.11.0", "type": "module", "scripts": { "dev": "vite", @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.10.0", - "@washingtonpost/wpds-ui-kit": "1.10.0", + "@washingtonpost/wpds-kitchen-sink": "1.11.0", + "@washingtonpost/wpds-ui-kit": "1.11.0", "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 8e54fa76f..2b3eca7e2 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package vite-v2-project + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 542ca7272..9162a73e5 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.10.0", + "version": "1.11.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.10.0", - "@washingtonpost/wpds-ui-kit": "1.10.0", + "@washingtonpost/wpds-kitchen-sink": "1.11.0", + "@washingtonpost/wpds-ui-kit": "1.11.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index d2e3283c4..cbc4717f1 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/washingtonpost/wpds-docs/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* action menu component ([#447](https://github.com/washingtonpost/wpds-docs/issues/447)) ([912bb69](https://github.com/washingtonpost/wpds-docs/commit/912bb69a805ef007d3e0f6c2882631a3fd429bf9)) +* add note about SSR ([#470](https://github.com/washingtonpost/wpds-docs/issues/470)) ([dea9465](https://github.com/washingtonpost/wpds-docs/commit/dea94653ba573e8e9f120e53555ab8bc16e11cef)) +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-docs/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-docs/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-docs/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 62dc3bd71..e904746a4 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "1.10.0", + "version": "1.11.0", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -23,11 +23,11 @@ "@stitches/react": "1.2.8", "@washingtonpost/site-favicons": "^0.1.3", "@washingtonpost/tachyons-css": "^1.8.0", - "@washingtonpost/wpds-accordion": "1.10.0", + "@washingtonpost/wpds-accordion": "1.11.0", "@washingtonpost/wpds-assets": "1.22.0", - "@washingtonpost/wpds-kitchen-sink": "1.10.0", - "@washingtonpost/wpds-tailwind-theme": "1.10.0", - "@washingtonpost/wpds-ui-kit": "1.10.0", + "@washingtonpost/wpds-kitchen-sink": "1.11.0", + "@washingtonpost/wpds-tailwind-theme": "1.11.0", + "@washingtonpost/wpds-ui-kit": "1.11.0", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", diff --git a/lerna.json b/lerna.json index 0a58ba82b..6e4c62d23 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "1.10.0" + "version": "1.11.0" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index 7161b4a7b..3c33e1bff 100644 --- a/ui/accordion/CHANGELOG.md +++ b/ui/accordion/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Features diff --git a/ui/accordion/package.json b/ui/accordion/package.json index 86eb8e18e..964a48756 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Accordion", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,8 +42,8 @@ "dependencies": { "@radix-ui/react-accordion": "^1.1.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/action-menu/CHANGELOG.md b/ui/action-menu/CHANGELOG.md new file mode 100644 index 000000000..173a8ef7f --- /dev/null +++ b/ui/action-menu/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* action menu component ([#447](https://github.com/washingtonpost/wpds-ui-kit/issues/447)) ([912bb69](https://github.com/washingtonpost/wpds-ui-kit/commit/912bb69a805ef007d3e0f6c2882631a3fd429bf9)) diff --git a/ui/action-menu/package.json b/ui/action-menu/package.json index 46697de9f..e68c3dfa5 100644 --- a/ui/action-menu/package.json +++ b/ui/action-menu/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-action-menu", - "version": "1.9.1", + "version": "1.11.0", "description": "WPDS Action Menu", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -46,9 +46,9 @@ "dependencies": { "@radix-ui/react-dropdown-menu": "2.0.3", "@washingtonpost/wpds-assets": "^1.20.0", - "@washingtonpost/wpds-button": "^1.7.0", - "@washingtonpost/wpds-divider": "^1.9.1", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-theme": "*" + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-divider": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0" } } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 3cacc8452..2ed518f5c 100644 --- a/ui/alert-banner/CHANGELOG.md +++ b/ui/alert-banner/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 81a934d40..d15e24a27 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Alert Banner", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -45,12 +45,12 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-app-bar": "1.10.0", + "@washingtonpost/wpds-app-bar": "1.11.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-container": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-container": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index 8f9cf8174..f0037384c 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 f526fbd90..d87f370c3 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS App Bar", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index 0a370cf67..7ad886f35 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index b32f3266d..19ebffe28 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Avatar", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index f99c0c53d..dcb931486 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index ec166d5e1..fe690b0c5 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Box component", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index b9b1fdffb..d1938a5ee 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index 460dda076..71d8ed05c 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Button", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/card/CHANGELOG.md b/ui/card/CHANGELOG.md index 7acb2980b..eb084136a 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-card + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-card diff --git a/ui/card/package.json b/ui/card/package.json index 9d515d3da..5978fda17 100644 --- a/ui/card/package.json +++ b/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-card", - "version": "1.10.0", + "version": "1.11.0", "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.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/carousel/CHANGELOG.md b/ui/carousel/CHANGELOG.md index 238bd4161..f5dba8d23 100644 --- a/ui/carousel/CHANGELOG.md +++ b/ui/carousel/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-carousel diff --git a/ui/carousel/package.json b/ui/carousel/package.json index 75435fe01..a1bcb4f46 100644 --- a/ui/carousel/package.json +++ b/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-carousel", - "version": "1.10.0", + "version": "1.11.0", "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.22.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-pagination-dots": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-pagination-dots": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "nanoid": "^3.3.4", "react-swipeable": "^7.0.0" }, diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 1367f85af..a7cb41feb 100644 --- a/ui/checkbox/CHANGELOG.md +++ b/ui/checkbox/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index a2dc34dde..065804ed4 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "1.10.0", + "version": "1.11.0", "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.22.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-shared": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", - "@washingtonpost/wpds-visually-hidden": "1.10.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", + "@washingtonpost/wpds-visually-hidden": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index d43e01b0e..7e45e8e98 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index 7dd0cf784..18f0670fb 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "1.10.0", + "version": "1.11.0", "description": "The container centers your content horizontally. It's the most basic layout element.", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index 3d397af0a..8be4678e5 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 77e1fcd3b..9eb17c43e 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Divider", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-separator": "^1.0.0", - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index 6f0cfff3f..435913377 100644 --- a/ui/drawer/CHANGELOG.md +++ b/ui/drawer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-drawer diff --git a/ui/drawer/package.json b/ui/drawer/package.json index d05b9ec85..ca3b9648f 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "1.10.0", + "version": "1.11.0", "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.22.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-scrim": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-scrim": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "react-transition-group": "^4.4.5" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index c44cf67af..53bf7639d 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 f283260a3..5749468b7 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS ErrorMessage", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 8a8611122..a2835570b 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 7a2a2735b..97bb41a6b 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS lint rules", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -28,7 +28,7 @@ "@washingtonpost/wpds-theme": "*" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index 53316797c..2af45621a 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index 4c07a4a73..f687ac4f3 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Fieldset", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index efa82372e..46b0f581d 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 e3c99a33b..d91407062 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS HelperText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 1ae204339..b9789ac9c 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 62a4c1a71..e56ddc793 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Icon Component", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,8 +41,8 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", - "@washingtonpost/wpds-visually-hidden": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", + "@washingtonpost/wpds-visually-hidden": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index 5895f6226..6b8c34105 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 744a02a2e..d822d5bd9 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "1.10.0", + "version": "1.11.0", "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.10.0", - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index 5ae2c1341..d5c292cb6 100644 --- a/ui/input-password/CHANGELOG.md +++ b/ui/input-password/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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/WPMedia/wpds-ui-kit/issues/475)) ([9445877](https://github.com/WPMedia/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 aa128c8b4..0b73a2ae2 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-text": "1.10.0" + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-text": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/input-search/CHANGELOG.md b/ui/input-search/CHANGELOG.md index c45606942..85494e6f7 100644 --- a/ui/input-search/CHANGELOG.md +++ b/ui/input-search/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-input-search diff --git a/ui/input-search/package.json b/ui/input-search/package.json index f862af09a..09be7f88f 100644 --- a/ui/input-search/package.json +++ b/ui/input-search/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-search", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Input Search", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -47,10 +47,10 @@ "@reach/combobox": "^0.18.0", "@reach/popover": "^0.18.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-text": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-text": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "match-sorter": "6.3.1" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index b75312c9b..876c8e926 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/ui/input-shared/package.json b/ui/input-shared/package.json index 0edc49c74..70dd15502 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS InputShared", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index 014691460..a3afa2d02 100644 --- a/ui/input-text/CHANGELOG.md +++ b/ui/input-text/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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/WPMedia/wpds-ui-kit/issues/475)) ([9445877](https://github.com/WPMedia/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/ui/input-text/package.json b/ui/input-text/package.json index 3db31645c..6bd13fa34 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS InputText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -51,14 +51,14 @@ "dependencies": { "@radix-ui/react-label": "^1.0.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-error-message": "1.10.0", - "@washingtonpost/wpds-helper-text": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-shared": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", - "@washingtonpost/wpds-visually-hidden": "1.10.0", + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-error-message": "1.11.0", + "@washingtonpost/wpds-helper-text": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", + "@washingtonpost/wpds-visually-hidden": "1.11.0", "nanoid": "^3.3.4" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 03c9112ba..b2c514792 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/ui/input-textarea/package.json b/ui/input-textarea/package.json index a4603ce72..c82f17462 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS InputTextarea", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -44,11 +44,11 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-error-message": "1.10.0", - "@washingtonpost/wpds-helper-text": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-shared": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-error-message": "1.11.0", + "@washingtonpost/wpds-helper-text": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "nanoid": "^3.3.4", "react": "^16.8.6 || ^17.0.2" }, diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 5225f01bf..db324ef1f 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 76902fccb..8c67811e0 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,41 +32,41 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "1.10.0", - "@washingtonpost/wpds-accordion": "1.10.0", - "@washingtonpost/wpds-action-menu": "*", - "@washingtonpost/wpds-alert-banner": "1.10.0", - "@washingtonpost/wpds-app-bar": "1.10.0", - "@washingtonpost/wpds-avatar": "1.10.0", - "@washingtonpost/wpds-box": "1.10.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-card": "1.10.0", - "@washingtonpost/wpds-carousel": "1.10.0", - "@washingtonpost/wpds-checkbox": "1.10.0", - "@washingtonpost/wpds-container": "1.10.0", - "@washingtonpost/wpds-divider": "1.10.0", - "@washingtonpost/wpds-drawer": "1.10.0", - "@washingtonpost/wpds-error-message": "1.10.0", - "@washingtonpost/wpds-fieldset": "1.10.0", - "@washingtonpost/wpds-helper-text": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-password": "1.10.0", - "@washingtonpost/wpds-input-search": "1.10.0", - "@washingtonpost/wpds-input-shared": "1.10.0", - "@washingtonpost/wpds-input-text": "1.10.0", - "@washingtonpost/wpds-input-textarea": "1.10.0", - "@washingtonpost/wpds-navigation-menu": "1.10.0", - "@washingtonpost/wpds-pagination-dots": "1.10.0", - "@washingtonpost/wpds-popover": "1.10.0", - "@washingtonpost/wpds-radio-group": "1.10.0", - "@washingtonpost/wpds-scrim": "1.10.0", - "@washingtonpost/wpds-select": "1.10.0", - "@washingtonpost/wpds-switch": "1.10.0", - "@washingtonpost/wpds-tabs": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", - "@washingtonpost/wpds-tooltip": "1.10.0", - "@washingtonpost/wpds-visually-hidden": "1.10.0" + "@washingtonpost/eslint-plugin-wpds": "1.11.0", + "@washingtonpost/wpds-accordion": "1.11.0", + "@washingtonpost/wpds-action-menu": "1.11.0", + "@washingtonpost/wpds-alert-banner": "1.11.0", + "@washingtonpost/wpds-app-bar": "1.11.0", + "@washingtonpost/wpds-avatar": "1.11.0", + "@washingtonpost/wpds-box": "1.11.0", + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-card": "1.11.0", + "@washingtonpost/wpds-carousel": "1.11.0", + "@washingtonpost/wpds-checkbox": "1.11.0", + "@washingtonpost/wpds-container": "1.11.0", + "@washingtonpost/wpds-divider": "1.11.0", + "@washingtonpost/wpds-drawer": "1.11.0", + "@washingtonpost/wpds-error-message": "1.11.0", + "@washingtonpost/wpds-fieldset": "1.11.0", + "@washingtonpost/wpds-helper-text": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-password": "1.11.0", + "@washingtonpost/wpds-input-search": "1.11.0", + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-input-text": "1.11.0", + "@washingtonpost/wpds-input-textarea": "1.11.0", + "@washingtonpost/wpds-navigation-menu": "1.11.0", + "@washingtonpost/wpds-pagination-dots": "1.11.0", + "@washingtonpost/wpds-popover": "1.11.0", + "@washingtonpost/wpds-radio-group": "1.11.0", + "@washingtonpost/wpds-scrim": "1.11.0", + "@washingtonpost/wpds-select": "1.11.0", + "@washingtonpost/wpds-switch": "1.11.0", + "@washingtonpost/wpds-tabs": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", + "@washingtonpost/wpds-tooltip": "1.11.0", + "@washingtonpost/wpds-visually-hidden": "1.11.0" }, "devDependencies": { "tsup": "5.11.13", diff --git a/ui/kitchen-sink/CHANGELOG.md b/ui/kitchen-sink/CHANGELOG.md index 9cd1267dc..494316ebe 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 827b722e3..583530d1a 100644 --- a/ui/kitchen-sink/package.json +++ b/ui/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "1.10.0", + "version": "1.11.0", "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.10.0", + "@washingtonpost/wpds-ui-kit": "1.11.0", "nanoid": "^3.3.4" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/navigation-menu/CHANGELOG.md b/ui/navigation-menu/CHANGELOG.md index 1fb74a29d..8917a3b28 100644 --- a/ui/navigation-menu/CHANGELOG.md +++ b/ui/navigation-menu/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-navigation-menu + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/ui/navigation-menu/package.json b/ui/navigation-menu/package.json index 44c98084c..f53fa071c 100644 --- a/ui/navigation-menu/package.json +++ b/ui/navigation-menu/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-navigation-menu", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS NavigationMenu", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ "dependencies": { "@popperjs/core": "^2.11.7", "@radix-ui/react-navigation-menu": "^1.1.2", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "popper-max-size-modifier": "^0.2.0", "react-popper": "^2.3.0", "react-transition-group": "^4.4.5" diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index f379d836e..80b5b855f 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 5a4a9af63..b5664959c 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "1.10.0", + "version": "1.11.0", "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.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/popover/CHANGELOG.md b/ui/popover/CHANGELOG.md index 50f165128..1e448b34d 100644 --- a/ui/popover/CHANGELOG.md +++ b/ui/popover/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-popover diff --git a/ui/popover/package.json b/ui/popover/package.json index 36dc58755..59109e7b3 100644 --- a/ui/popover/package.json +++ b/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-popover", - "version": "1.10.0", + "version": "1.11.0", "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.22.0", - "@washingtonpost/wpds-button": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-button": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 14dd8c278..4f5abf528 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.11.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + # [1.10.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 0182e42cd..7a27b9678 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS RadioGroup", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -44,10 +44,10 @@ }, "dependencies": { "@radix-ui/react-radio-group": "^1.0.0", - "@washingtonpost/wpds-error-message": "1.10.0", - "@washingtonpost/wpds-fieldset": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-error-message": "1.11.0", + "@washingtonpost/wpds-fieldset": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "nanoid": "^3.3.3" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index a7989c20c..01096e072 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-scrim diff --git a/ui/scrim/package.json b/ui/scrim/package.json index 67f52123f..3a6795611 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Scrim", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@radix-ui/react-dialog": "^1.0.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react-transition-group": "^4.4.5" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/select/CHANGELOG.md b/ui/select/CHANGELOG.md index ee618538f..f96ffa381 100644 --- a/ui/select/CHANGELOG.md +++ b/ui/select/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) ### Bug Fixes diff --git a/ui/select/package.json b/ui/select/package.json index 7a596026d..591b6f29e 100644 --- a/ui/select/package.json +++ b/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-select", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Select", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -50,11 +50,11 @@ "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-use-controllable-state": "^1.0.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-divider": "1.10.0", - "@washingtonpost/wpds-icon": "1.10.0", - "@washingtonpost/wpds-input-label": "1.10.0", - "@washingtonpost/wpds-input-shared": "1.10.0", - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-divider": "1.11.0", + "@washingtonpost/wpds-icon": "1.11.0", + "@washingtonpost/wpds-input-label": "1.11.0", + "@washingtonpost/wpds-input-shared": "1.11.0", + "@washingtonpost/wpds-theme": "1.11.0", "nanoid": "^3.3.4" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/switch/CHANGELOG.md b/ui/switch/CHANGELOG.md index 9979be42a..880c128df 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-switch + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-switch diff --git a/ui/switch/package.json b/ui/switch/package.json index ba385868f..02b419d10 100644 --- a/ui/switch/package.json +++ b/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-switch", - "version": "1.10.0", + "version": "1.11.0", "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.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/tabs/CHANGELOG.md b/ui/tabs/CHANGELOG.md index 6a0ceeeba..9deb57751 100644 --- a/ui/tabs/CHANGELOG.md +++ b/ui/tabs/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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + + +### Features + +* bump wam in packages ([#475](https://github.com/washingtonpost/wpds-ui-kit/issues/475)) ([9445877](https://github.com/washingtonpost/wpds-ui-kit/commit/9445877299f34d3bb3ed110badc66aa7b682687a)) + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-tabs diff --git a/ui/tabs/package.json b/ui/tabs/package.json index 722fb124e..6df325876 100644 --- a/ui/tabs/package.json +++ b/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tabs", - "version": "1.10.0", + "version": "1.11.0", "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.22.0", "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.10.0", - "@washingtonpost/wpds-tooltip": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", + "@washingtonpost/wpds-tooltip": "1.11.0", "react-transition-group": "^4.4.5" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" diff --git a/ui/tailwind-theme/CHANGELOG.md b/ui/tailwind-theme/CHANGELOG.md index 3d482d54a..742f77d1d 100644 --- a/ui/tailwind-theme/CHANGELOG.md +++ b/ui/tailwind-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. +# [1.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme diff --git a/ui/tailwind-theme/package.json b/ui/tailwind-theme/package.json index 0130aacae..222f55972 100644 --- a/ui/tailwind-theme/package.json +++ b/ui/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-theme": "*" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 1442e2705..5f63cc2c3 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. +# [1.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index fd4ba4395..45d2b18f0 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/ui/tooltip/CHANGELOG.md b/ui/tooltip/CHANGELOG.md index 874e73ad1..459bde634 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **Note:** Version bump only for package @washingtonpost/wpds-tooltip diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index 7f53ca0d4..a3a1c65f2 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "1.10.0", + "version": "1.11.0", "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.10.0" + "@washingtonpost/wpds-theme": "1.11.0" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a" } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index 4964e6c69..8b12016c6 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.11.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.10.0...v1.11.0) (2023-08-16) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [1.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.9.1...v1.10.0) (2023-08-10) **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 d35c8f99c..645f95b9e 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "1.10.0", + "version": "1.11.0", "description": "WPDS Visually Hidden", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,7 +40,7 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.10.0", + "@washingtonpost/wpds-theme": "1.11.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "37dec684cc01ef4a87df682998c91ad97368ce8a"