diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dad24f0a..f5525e49c 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + + +### Bug Fixes + +* prevent Input text from being highlighted when Input Text Area is the active page in guide ([70fdcd2](https://github.com/washingtonpost/wpds-ui-kit/commit/70fdcd278d9d8a6912aa0afb6fd4f3480df0abf2)) +* refactor select layout to deal with long label text and overflow ([d16e647](https://github.com/washingtonpost/wpds-ui-kit/commit/d16e647e5f52134ba24442d08b9b252005a1188d)) +* remove duplicate resources link in mobile nav ([b424332](https://github.com/washingtonpost/wpds-ui-kit/commit/b424332837dafd3ec9f46c4a94ef5e8a6ce4e275)) +* set max width on paragraphs ([6eca400](https://github.com/washingtonpost/wpds-ui-kit/commit/6eca4002a764e484188c33a4cacab7b03840003a)) + + +### Features + +* add link to storybook in component doc page ([#534](https://github.com/washingtonpost/wpds-ui-kit/issues/534)) ([bc97568](https://github.com/washingtonpost/wpds-ui-kit/commit/bc975682bb8a1b33ca598486702e931c596f11e4)) +* add onlyChanged to chromatic tests ([#535](https://github.com/washingtonpost/wpds-ui-kit/issues/535)) ([26a3764](https://github.com/washingtonpost/wpds-ui-kit/commit/26a37645fe7abb32776167d82674ebe8eabdd87b)) + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) ### Bug Fixes diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 857d50a4f..6591bfc03 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package vite-project + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package vite-project diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index bac589a69..048eeab99 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "1.16.2", + "version": "1.17.0", "type": "module", "scripts": { "dev": "vite", @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.16.2", - "@washingtonpost/wpds-ui-kit": "1.16.2", + "@washingtonpost/wpds-kitchen-sink": "1.17.0", + "@washingtonpost/wpds-ui-kit": "1.17.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 2c63e1178..05119363d 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package vite-v2-project + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 5e46510e7..0acfe9ad9 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.16.2", + "version": "1.17.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.16.2", - "@washingtonpost/wpds-ui-kit": "1.16.2", + "@washingtonpost/wpds-kitchen-sink": "1.17.0", + "@washingtonpost/wpds-ui-kit": "1.17.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 78f9f8cc7..5301e8afa 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.17.0](https://github.com/washingtonpost/wpds-docs/compare/v1.16.2...v1.17.0) (2023-11-30) + + +### Bug Fixes + +* prevent Input text from being highlighted when Input Text Area is the active page in guide ([70fdcd2](https://github.com/washingtonpost/wpds-docs/commit/70fdcd278d9d8a6912aa0afb6fd4f3480df0abf2)) +* remove duplicate resources link in mobile nav ([b424332](https://github.com/washingtonpost/wpds-docs/commit/b424332837dafd3ec9f46c4a94ef5e8a6ce4e275)) +* set max width on paragraphs ([6eca400](https://github.com/washingtonpost/wpds-docs/commit/6eca4002a764e484188c33a4cacab7b03840003a)) + + +### Features + +* add link to storybook in component doc page ([#534](https://github.com/washingtonpost/wpds-docs/issues/534)) ([bc97568](https://github.com/washingtonpost/wpds-docs/commit/bc975682bb8a1b33ca598486702e931c596f11e4)) + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-docs/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-docs diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 9582060db..c51ad0819 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "1.16.2", + "version": "1.17.0", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -23,12 +23,12 @@ "@stitches/react": "1.2.8", "@washingtonpost/site-favicons": "^0.1.3", "@washingtonpost/tachyons-css": "^1.8.0", - "@washingtonpost/wpds-accordion": "1.16.2", + "@washingtonpost/wpds-accordion": "1.17.0", "@washingtonpost/wpds-assets": "1.23.0", - "@washingtonpost/wpds-kitchen-sink": "1.16.2", - "@washingtonpost/wpds-tailwind-theme": "1.16.2", - "@washingtonpost/wpds-tokens": "1.16.2", - "@washingtonpost/wpds-ui-kit": "1.16.2", + "@washingtonpost/wpds-kitchen-sink": "1.17.0", + "@washingtonpost/wpds-tailwind-theme": "1.17.0", + "@washingtonpost/wpds-tokens": "1.17.0", + "@washingtonpost/wpds-ui-kit": "1.17.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 d148a508d..d1681c6a4 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "1.16.2" + "version": "1.17.0" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index 99d0c9070..8c7d8ece3 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-accordion + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-accordion diff --git a/ui/accordion/package.json b/ui/accordion/package.json index 55e89874f..153a0943f 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-theme": "1.16.2" + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/action-menu/CHANGELOG.md b/ui/action-menu/CHANGELOG.md index e16b9d640..3bf561820 100644 --- a/ui/action-menu/CHANGELOG.md +++ b/ui/action-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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-action-menu + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-action-menu diff --git a/ui/action-menu/package.json b/ui/action-menu/package.json index c7e4a71b1..fd6439763 100644 --- a/ui/action-menu/package.json +++ b/ui/action-menu/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-action-menu", - "version": "1.16.2", + "version": "1.17.0", "description": "WPDS Action Menu", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -46,10 +46,10 @@ "dependencies": { "@radix-ui/react-dropdown-menu": "2.0.3", "@washingtonpost/wpds-assets": "^1.20.0", - "@washingtonpost/wpds-button": "1.16.2", - "@washingtonpost/wpds-divider": "1.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2" + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-divider": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 68067b52b..957383195 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 853321a91..0489677b2 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-app-bar": "1.17.0", "@washingtonpost/wpds-assets": "^1.22.0", - "@washingtonpost/wpds-button": "1.16.2", - "@washingtonpost/wpds-container": "1.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-container": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index 1820e3bc4..300205769 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 e0aef8ff6..e10c2a3af 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index 2f1279608..7525cb2b3 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index 52376a401..374540c5d 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 0ffb7e3aa..5c0fd9bf6 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 53191f390..1d16eb396 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 34607cb5e..bc0a5c0dd 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index 812001fca..6a5282576 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/card/CHANGELOG.md b/ui/card/CHANGELOG.md index 13d3c7b04..7ad970a26 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-card + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-card diff --git a/ui/card/package.json b/ui/card/package.json index e74eb2505..0a646f1a3 100644 --- a/ui/card/package.json +++ b/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-card", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/carousel/CHANGELOG.md b/ui/carousel/CHANGELOG.md index 49e429874..303f88507 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-carousel + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-carousel diff --git a/ui/carousel/package.json b/ui/carousel/package.json index 52272db20..76773d4f3 100644 --- a/ui/carousel/package.json +++ b/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-carousel", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-pagination-dots": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-pagination-dots": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "nanoid": "^3.3.4", "react-swipeable": "^7.0.0" }, diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 47b001d8c..ee6dc4f63 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index a2433b0d9..4aa34db3b 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-shared": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", - "@washingtonpost/wpds-visually-hidden": "1.16.2", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", + "@washingtonpost/wpds-visually-hidden": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index 0021fe41a..ae70c65ab 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index 75f20a055..b6d43a07e 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index 041c2ba75..93bf7324a 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 2d7da60a8..cf1b8fa9a 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index 0bb40ee40..e52e74cc5 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-drawer + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-drawer diff --git a/ui/drawer/package.json b/ui/drawer/package.json index 5e2502954..5f34cf0cc 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-scrim": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-scrim": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "react-transition-group": "^4.4.5" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index d2bb1e785..cd97c2e1e 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 2c8dc61a0..871d3646f 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 0d0ede824..f5a89a046 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 27e0611a9..d38c48756 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index f6fc2606e..5d4e1cc89 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index 0e5b56976..032141982 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index f941cfc65..63d2f95d5 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 cc3b264af..6502d1d0d 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 19c224208..0b6bc7cec 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 14bb79e25..d85f3d5f6 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-visually-hidden": "1.16.2", + "@washingtonpost/wpds-theme": "1.17.0", + "@washingtonpost/wpds-visually-hidden": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index 6680c7c2c..e3dcf11e2 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 cf462c297..ed8377c91 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-theme": "1.16.2" + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index b2ded2a92..46f124875 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 e7cc97ec9..5290659ad 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-input-text": "1.16.2" + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-text": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/input-search/CHANGELOG.md b/ui/input-search/CHANGELOG.md index d88a3f33c..d7bc97837 100644 --- a/ui/input-search/CHANGELOG.md +++ b/ui/input-search/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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-search + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 a3f7992d0..89562cef4 100644 --- a/ui/input-search/package.json +++ b/ui/input-search/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-search", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-text": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-text": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "match-sorter": "6.3.1" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index 4ce2e8e9e..0904f7dba 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 1e31eca1b..a9034ba01 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index 91df49dcf..4e077794b 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 c7bfdd3cd..92f37a5a0 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-error-message": "1.16.2", - "@washingtonpost/wpds-helper-text": "1.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-shared": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", - "@washingtonpost/wpds-visually-hidden": "1.16.2", + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-error-message": "1.17.0", + "@washingtonpost/wpds-helper-text": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", + "@washingtonpost/wpds-visually-hidden": "1.17.0", "nanoid": "^3.3.4" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 97369b022..99f243ffe 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 7b108339b..6d805d5c2 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-helper-text": "1.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-shared": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-error-message": "1.17.0", + "@washingtonpost/wpds-helper-text": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.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 fa9eec9cd..50d0c7dac 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 62cd85eb3..85f958cd1 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-accordion": "1.16.2", - "@washingtonpost/wpds-action-menu": "1.16.2", - "@washingtonpost/wpds-alert-banner": "1.16.2", - "@washingtonpost/wpds-app-bar": "1.16.2", - "@washingtonpost/wpds-avatar": "1.16.2", - "@washingtonpost/wpds-box": "1.16.2", - "@washingtonpost/wpds-button": "1.16.2", - "@washingtonpost/wpds-card": "1.16.2", - "@washingtonpost/wpds-carousel": "1.16.2", - "@washingtonpost/wpds-checkbox": "1.16.2", - "@washingtonpost/wpds-container": "1.16.2", - "@washingtonpost/wpds-divider": "1.16.2", - "@washingtonpost/wpds-drawer": "1.16.2", - "@washingtonpost/wpds-error-message": "1.16.2", - "@washingtonpost/wpds-fieldset": "1.16.2", - "@washingtonpost/wpds-helper-text": "1.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-password": "1.16.2", - "@washingtonpost/wpds-input-search": "1.16.2", - "@washingtonpost/wpds-input-shared": "1.16.2", - "@washingtonpost/wpds-input-text": "1.16.2", - "@washingtonpost/wpds-input-textarea": "1.16.2", - "@washingtonpost/wpds-navigation-menu": "1.16.2", - "@washingtonpost/wpds-pagination-dots": "1.16.2", - "@washingtonpost/wpds-popover": "1.16.2", - "@washingtonpost/wpds-radio-group": "1.16.2", - "@washingtonpost/wpds-scrim": "1.16.2", - "@washingtonpost/wpds-select": "1.16.2", - "@washingtonpost/wpds-switch": "1.16.2", - "@washingtonpost/wpds-tabs": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", - "@washingtonpost/wpds-tooltip": "1.16.2", - "@washingtonpost/wpds-visually-hidden": "1.16.2" + "@washingtonpost/eslint-plugin-wpds": "1.17.0", + "@washingtonpost/wpds-accordion": "1.17.0", + "@washingtonpost/wpds-action-menu": "1.17.0", + "@washingtonpost/wpds-alert-banner": "1.17.0", + "@washingtonpost/wpds-app-bar": "1.17.0", + "@washingtonpost/wpds-avatar": "1.17.0", + "@washingtonpost/wpds-box": "1.17.0", + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-card": "1.17.0", + "@washingtonpost/wpds-carousel": "1.17.0", + "@washingtonpost/wpds-checkbox": "1.17.0", + "@washingtonpost/wpds-container": "1.17.0", + "@washingtonpost/wpds-divider": "1.17.0", + "@washingtonpost/wpds-drawer": "1.17.0", + "@washingtonpost/wpds-error-message": "1.17.0", + "@washingtonpost/wpds-fieldset": "1.17.0", + "@washingtonpost/wpds-helper-text": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-password": "1.17.0", + "@washingtonpost/wpds-input-search": "1.17.0", + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-input-text": "1.17.0", + "@washingtonpost/wpds-input-textarea": "1.17.0", + "@washingtonpost/wpds-navigation-menu": "1.17.0", + "@washingtonpost/wpds-pagination-dots": "1.17.0", + "@washingtonpost/wpds-popover": "1.17.0", + "@washingtonpost/wpds-radio-group": "1.17.0", + "@washingtonpost/wpds-scrim": "1.17.0", + "@washingtonpost/wpds-select": "1.17.0", + "@washingtonpost/wpds-switch": "1.17.0", + "@washingtonpost/wpds-tabs": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", + "@washingtonpost/wpds-tooltip": "1.17.0", + "@washingtonpost/wpds-visually-hidden": "1.17.0" }, "devDependencies": { "tsup": "5.11.13", diff --git a/ui/kitchen-sink/CHANGELOG.md b/ui/kitchen-sink/CHANGELOG.md index 01433dd2c..3f5989bfa 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 49653752e..9f3637926 100644 --- a/ui/kitchen-sink/package.json +++ b/ui/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-ui-kit": "1.17.0", "nanoid": "^3.3.4" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/navigation-menu/CHANGELOG.md b/ui/navigation-menu/CHANGELOG.md index a975a2554..354c7d1e9 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-navigation-menu + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-navigation-menu diff --git a/ui/navigation-menu/package.json b/ui/navigation-menu/package.json index 598c49985..a650b0cd5 100644 --- a/ui/navigation-menu/package.json +++ b/ui/navigation-menu/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-navigation-menu", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.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 8299a506a..36222035a 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 1a34af5df..6d816a6d8 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/popover/CHANGELOG.md b/ui/popover/CHANGELOG.md index 4d2e76f07..b101e0b7e 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-popover + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-popover diff --git a/ui/popover/package.json b/ui/popover/package.json index c1b6460e3..0615bf44e 100644 --- a/ui/popover/package.json +++ b/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-popover", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2" + "@washingtonpost/wpds-button": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index e87f7bb32..73f1aef08 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.17.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + ## [1.16.2](https://github.com/WPMedia/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 b403b849f..2c910bf79 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-fieldset": "1.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-error-message": "1.17.0", + "@washingtonpost/wpds-fieldset": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "nanoid": "^3.3.3" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index e8e2164bb..990f8e3d0 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-scrim diff --git a/ui/scrim/package.json b/ui/scrim/package.json index cd96232d9..b78870851 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react-transition-group": "^4.4.5" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/select/CHANGELOG.md b/ui/select/CHANGELOG.md index 7a952ce0d..9b53eb07e 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + + +### Bug Fixes + +* refactor select layout to deal with long label text and overflow ([d16e647](https://github.com/washingtonpost/wpds-ui-kit/commit/d16e647e5f52134ba24442d08b9b252005a1188d)) + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-select diff --git a/ui/select/package.json b/ui/select/package.json index fedb8ab4b..452856cd0 100644 --- a/ui/select/package.json +++ b/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-select", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-icon": "1.16.2", - "@washingtonpost/wpds-input-label": "1.16.2", - "@washingtonpost/wpds-input-shared": "1.16.2", - "@washingtonpost/wpds-theme": "1.16.2", + "@washingtonpost/wpds-divider": "1.17.0", + "@washingtonpost/wpds-icon": "1.17.0", + "@washingtonpost/wpds-input-label": "1.17.0", + "@washingtonpost/wpds-input-shared": "1.17.0", + "@washingtonpost/wpds-theme": "1.17.0", "nanoid": "^3.3.4" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/switch/CHANGELOG.md b/ui/switch/CHANGELOG.md index 5593cfd74..0e2fc14bb 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-switch + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-switch diff --git a/ui/switch/package.json b/ui/switch/package.json index 4c5816324..13f27c61d 100644 --- a/ui/switch/package.json +++ b/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-switch", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/tabs/CHANGELOG.md b/ui/tabs/CHANGELOG.md index fdce37533..ab45bbc4b 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-tabs + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-tabs diff --git a/ui/tabs/package.json b/ui/tabs/package.json index 20788ce66..a0d6c336e 100644 --- a/ui/tabs/package.json +++ b/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tabs", - "version": "1.16.2", + "version": "1.17.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.16.2", - "@washingtonpost/wpds-tooltip": "1.16.2", + "@washingtonpost/wpds-theme": "1.17.0", + "@washingtonpost/wpds-tooltip": "1.17.0", "react-transition-group": "^4.4.5" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" diff --git a/ui/tailwind-theme/CHANGELOG.md b/ui/tailwind-theme/CHANGELOG.md index 3707a2de0..f1519e303 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 c9eb260ab..b2b2d6b2c 100644 --- a/ui/tailwind-theme/package.json +++ b/ui/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "1.16.2", + "version": "1.17.0", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-theme": "*" }, "dependencies": { - "@washingtonpost/wpds-theme": "1.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 629afa744..496fdebae 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) ### Bug Fixes diff --git a/ui/theme/package.json b/ui/theme/package.json index a59af79b6..fdee02216 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "1.16.2", + "version": "1.17.0", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/ui/tokens/CHANGELOG.md b/ui/tokens/CHANGELOG.md index c8a627e6c..753bf2c7d 100644 --- a/ui/tokens/CHANGELOG.md +++ b/ui/tokens/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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-tokens + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **Note:** Version bump only for package @washingtonpost/wpds-tokens diff --git a/ui/tokens/package.json b/ui/tokens/package.json index fb8714964..059cd6ded 100644 --- a/ui/tokens/package.json +++ b/ui/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tokens", - "version": "1.16.2", + "version": "1.17.0", "description": "WPDS Tokens", "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 ea017d84a..94755e844 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) ### Bug Fixes diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index 08fc02680..3b6de4017 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "1.16.2", + "version": "1.17.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.16.2" + "@washingtonpost/wpds-theme": "1.17.0" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec" } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index d8b4d80c6..c208f0459 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.17.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.2...v1.17.0) (2023-11-30) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + ## [1.16.2](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.16.1...v1.16.2) (2023-11-08) **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 2eb271c17..af43799b8 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "1.16.2", + "version": "1.17.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.16.2", + "@washingtonpost/wpds-theme": "1.17.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "9f9f1c0f89c07204d43d3a73451eb46edb8840ec"