From e567bd9bc412313cf5ddca1ac0aac07af3c671da Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 12 Jun 2024 16:07:40 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 8 + apps/nextjs13-approuter/CHANGELOG.md | 4 + apps/nextjs13-approuter/package.json | 6 +- apps/nextjs13-pagerouter/CHANGELOG.md | 4 + apps/nextjs13-pagerouter/package.json | 6 +- apps/nextjs14-approuter/CHANGELOG.md | 4 + apps/nextjs14-approuter/package.json | 6 +- apps/nextjs14-pagerouter/CHANGELOG.md | 4 + apps/nextjs14-pagerouter/package.json | 6 +- build.washingtonpost.com/CHANGELOG.md | 7 + build.washingtonpost.com/package.json | 8 +- lerna.json | 2 +- package-lock.json | 366 ++------------------------ packages/eslint-plugin/CHANGELOG.md | 4 + packages/eslint-plugin/package.json | 4 +- packages/kit/CHANGELOG.md | 8 + packages/kit/package.json | 14 +- packages/kitchen-sink/CHANGELOG.md | 4 + packages/kitchen-sink/package.json | 4 +- packages/tailwind-theme/CHANGELOG.md | 4 + packages/tailwind-theme/package.json | 4 +- packages/tokens/CHANGELOG.md | 4 + packages/tokens/package.json | 4 +- 23 files changed, 112 insertions(+), 373 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd742061..94fae19cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +### Bug Fixes + +- added compiler options to react-docgen-typescript for doc site api tables ([#635](https://github.com/washingtonpost/wpds-ui-kit/issues/635)) ([5cd9ce5](https://github.com/washingtonpost/wpds-ui-kit/commit/5cd9ce55dfb5f752b387d7c6caa2abd70fae4487)) +- display Select API docs ([#637](https://github.com/washingtonpost/wpds-ui-kit/issues/637)) ([c164aa1](https://github.com/washingtonpost/wpds-ui-kit/commit/c164aa1833756b7f18bf6b3749e23223d46ff4fb)) +- improve INP for drawer content opening and closing ([#642](https://github.com/washingtonpost/wpds-ui-kit/issues/642)) ([8f6de93](https://github.com/washingtonpost/wpds-ui-kit/commit/8f6de93ac8095f317f810f7a0160d17dcb443d54)) + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) ### Features diff --git a/apps/nextjs13-approuter/CHANGELOG.md b/apps/nextjs13-approuter/CHANGELOG.md index a6220ce49..ec48dc120 100644 --- a/apps/nextjs13-approuter/CHANGELOG.md +++ b/apps/nextjs13-approuter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package nextjs13-approuter + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package nextjs13-approuter diff --git a/apps/nextjs13-approuter/package.json b/apps/nextjs13-approuter/package.json index 5a4d25eb1..d5ddf2ed4 100644 --- a/apps/nextjs13-approuter/package.json +++ b/apps/nextjs13-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-approuter", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs13-pagerouter/CHANGELOG.md b/apps/nextjs13-pagerouter/CHANGELOG.md index 3916e77fd..0329a4484 100644 --- a/apps/nextjs13-pagerouter/CHANGELOG.md +++ b/apps/nextjs13-pagerouter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package nextjs13-pagerouter + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package nextjs13-pagerouter diff --git a/apps/nextjs13-pagerouter/package.json b/apps/nextjs13-pagerouter/package.json index ca3e4897f..e19a3a8a6 100644 --- a/apps/nextjs13-pagerouter/package.json +++ b/apps/nextjs13-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-pagerouter", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs14-approuter/CHANGELOG.md b/apps/nextjs14-approuter/CHANGELOG.md index 921508a08..040b2316d 100644 --- a/apps/nextjs14-approuter/CHANGELOG.md +++ b/apps/nextjs14-approuter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package nextjs14-approuter + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package nextjs14-approuter diff --git a/apps/nextjs14-approuter/package.json b/apps/nextjs14-approuter/package.json index a0d393bf1..e14e3a011 100644 --- a/apps/nextjs14-approuter/package.json +++ b/apps/nextjs14-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-approuter", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs14-pagerouter/CHANGELOG.md b/apps/nextjs14-pagerouter/CHANGELOG.md index 98ff293c8..beb7437db 100644 --- a/apps/nextjs14-pagerouter/CHANGELOG.md +++ b/apps/nextjs14-pagerouter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package nextjs14-pagerouter + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package nextjs14-pagerouter diff --git a/apps/nextjs14-pagerouter/package.json b/apps/nextjs14-pagerouter/package.json index 27f16a71c..2980c6689 100644 --- a/apps/nextjs14-pagerouter/package.json +++ b/apps/nextjs14-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-pagerouter", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index 00ea0a7fe..dc8cce438 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-docs/compare/v2.3.0...v2.3.1) (2024-06-12) + +### Bug Fixes + +- added compiler options to react-docgen-typescript for doc site api tables ([#635](https://github.com/washingtonpost/wpds-docs/issues/635)) ([5cd9ce5](https://github.com/washingtonpost/wpds-docs/commit/5cd9ce55dfb5f752b387d7c6caa2abd70fae4487)) +- improve INP for drawer content opening and closing ([#642](https://github.com/washingtonpost/wpds-docs/issues/642)) ([8f6de93](https://github.com/washingtonpost/wpds-docs/commit/8f6de93ac8095f317f810f7a0160d17dcb443d54)) + # [2.3.0](https://github.com/washingtonpost/wpds-docs/compare/v2.2.0...v2.3.0) (2024-05-14) ### Features diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index bdd675771..0c5601796 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "2.3.0", + "version": "2.3.1", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -27,9 +27,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-kitchen-sink": "*", - "@washingtonpost/wpds-tailwind-theme": "*", - "@washingtonpost/wpds-tokens": "*", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-tailwind-theme": "2.3.1", + "@washingtonpost/wpds-tokens": "2.3.1", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", diff --git a/lerna.json b/lerna.json index 1aa2a4e10..d6f89ab38 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "2.3.0" + "version": "2.3.1" } diff --git a/package-lock.json b/package-lock.json index 0a2e23100..d75e1dbe4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,10 +115,10 @@ } }, "apps/nextjs13-approuter": { - "version": "2.3.0", + "version": "2.3.1", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -128,41 +128,6 @@ "version": "13.5.6", "license": "MIT" }, - "apps/nextjs13-approuter/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "apps/nextjs13-approuter/node_modules/next": { "version": "13.5.6", "license": "MIT", @@ -234,10 +199,10 @@ } }, "apps/nextjs13-pagerouter": { - "version": "2.3.0", + "version": "2.3.1", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -247,41 +212,6 @@ "version": "13.5.6", "license": "MIT" }, - "apps/nextjs13-pagerouter/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "apps/nextjs13-pagerouter/node_modules/next": { "version": "13.5.6", "license": "MIT", @@ -353,95 +283,25 @@ } }, "apps/nextjs14-approuter": { - "version": "2.3.0", + "version": "2.3.1", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }, - "apps/nextjs14-approuter/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "apps/nextjs14-pagerouter": { - "version": "2.3.0", + "version": "2.3.1", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.3.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-ui-kit": "2.3.1", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }, - "apps/nextjs14-pagerouter/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "apps/wpds-kitchen-sink": { "extraneous": true }, @@ -450,7 +310,7 @@ }, "build.washingtonpost.com": { "name": "@washingtonpost/wpds-docs", - "version": "2.3.0", + "version": "2.3.1", "hasInstallScript": true, "dependencies": { "@babel/standalone": "^7.17.11", @@ -468,9 +328,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-kitchen-sink": "*", - "@washingtonpost/wpds-tailwind-theme": "*", - "@washingtonpost/wpds-tokens": "*", + "@washingtonpost/wpds-kitchen-sink": "2.3.1", + "@washingtonpost/wpds-tailwind-theme": "2.3.1", + "@washingtonpost/wpds-tokens": "2.3.1", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", @@ -12214,41 +12074,6 @@ "react-dom": "^18.2.0" } }, - "node_modules/@washingtonpost/site-footer/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "node_modules/@washingtonpost/site-user-data": { "version": "0.6.2-alpha.2", "dependencies": { @@ -37550,10 +37375,10 @@ }, "packages/eslint-plugin": { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.3.0" + "@washingtonpost/wpds-ui-kit": "2.3.1" }, "devDependencies": { "jest": "^28.1.0" @@ -37848,41 +37673,6 @@ "@sinonjs/commons": "^1.7.0" } }, - "packages/eslint-plugin/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/eslint-plugin/node_modules/ansi-styles": { "version": "5.2.0", "dev": true, @@ -38566,7 +38356,7 @@ }, "packages/kit": { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", @@ -38610,11 +38400,11 @@ }, "packages/kitchen-sink": { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-ui-kit": "2.3.1", "nanoid": "^3.3.4" }, "devDependencies": { @@ -38627,47 +38417,12 @@ "react": "^18.2.0" } }, - "packages/kitchen-sink/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/tailwind-theme": { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.3.0" + "@washingtonpost/wpds-ui-kit": "2.3.1" }, "devDependencies": { "autoprefixer": "^10.4.14", @@ -38679,48 +38434,13 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" } }, - "packages/tailwind-theme/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/tokens": { "name": "@washingtonpost/wpds-tokens", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "devDependencies": { "@washingtonpost/wpds-assets": "^2.2.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-ui-kit": "2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" } @@ -38739,42 +38459,6 @@ "react-dom": "^18.2.0" } }, - "packages/tokens/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-2.3.0.tgz", - "integrity": "sha512-aDEmgDLRXGz0Ghd6swYU8sspsbY5mME0Z4POV+xp8VztUbQmz4VqpkDkc7iDKK0ceccJyMMFGee/9YLsMBVFCw==", - "dev": true, - "dependencies": { - "@radix-ui/react-accordion": "^1.1.2", - "@radix-ui/react-avatar": "latest", - "@radix-ui/react-checkbox": "^1.0.0", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "2.0.3", - "@radix-ui/react-focus-scope": "^1.0.0", - "@radix-ui/react-label": "^1.0.0", - "@radix-ui/react-popover": "^1.0.2", - "@radix-ui/react-primitive": "^1.0.2", - "@radix-ui/react-radio-group": "^1.0.0", - "@radix-ui/react-select": "^1.2.2", - "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-slot": "^1.0.0", - "@radix-ui/react-tabs": "latest", - "@radix-ui/react-tooltip": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.1", - "@reach/combobox": "^0.18.0", - "@reach/popover": "^0.18.0", - "@stitches/react": "^1.2.8", - "@washingtonpost/wpds-assets": "2.0.0", - "match-sorter": "6.3.1", - "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^18.2.0", - "react-dom": "^18.2.0" - } - }, "packages/tokens/node_modules/@washingtonpost/wpds-ui-kit/node_modules/@washingtonpost/wpds-assets": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-assets/-/wpds-assets-2.0.0.tgz", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 93805a416..eaa88a867 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 1c3fba90e..e6dc5cadb 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.3.0", + "version": "2.3.1", "description": "WPDS lint rules", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -28,7 +28,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.3.0" + "@washingtonpost/wpds-ui-kit": "2.3.1" }, "devDependencies": { "jest": "^28.1.0" diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 7d6e9b628..9665b6566 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/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. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +### Bug Fixes + +- added compiler options to react-docgen-typescript for doc site api tables ([#635](https://github.com/washingtonpost/wpds-ui-kit/issues/635)) ([5cd9ce5](https://github.com/washingtonpost/wpds-ui-kit/commit/5cd9ce55dfb5f752b387d7c6caa2abd70fae4487)) +- display Select API docs ([#637](https://github.com/washingtonpost/wpds-ui-kit/issues/637)) ([c164aa1](https://github.com/washingtonpost/wpds-ui-kit/commit/c164aa1833756b7f18bf6b3749e23223d46ff4fb)) +- improve INP for drawer content opening and closing ([#642](https://github.com/washingtonpost/wpds-ui-kit/issues/642)) ([8f6de93](https://github.com/washingtonpost/wpds-ui-kit/commit/8f6de93ac8095f317f810f7a0160d17dcb443d54)) + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) ### Features diff --git a/packages/kit/package.json b/packages/kit/package.json index b56fae421..ef6366194 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.3.0", + "version": "2.3.1", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -36,6 +36,7 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { + "@popperjs/core": "^2.11.6", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-avatar": "latest", "@radix-ui/react-checkbox": "^1.0.0", @@ -43,14 +44,14 @@ "@radix-ui/react-dropdown-menu": "2.0.3", "@radix-ui/react-focus-scope": "^1.0.0", "@radix-ui/react-label": "^1.0.0", + "@radix-ui/react-navigation-menu": "^1.0.0", "@radix-ui/react-popover": "^1.0.2", "@radix-ui/react-primitive": "^1.0.2", "@radix-ui/react-radio-group": "^1.0.0", "@radix-ui/react-select": "^1.2.2", "@radix-ui/react-separator": "^1.0.0", - "@radix-ui/react-switch": "^1.0.0", - "@radix-ui/react-navigation-menu": "^1.0.0", "@radix-ui/react-slot": "^1.0.0", + "@radix-ui/react-switch": "^1.0.0", "@radix-ui/react-tabs": "latest", "@radix-ui/react-tooltip": "^1.0.0", "@radix-ui/react-use-controllable-state": "^1.0.1", @@ -60,11 +61,10 @@ "@washingtonpost/wpds-assets": "2.0.0", "match-sorter": "6.3.1", "nanoid": "^3.3.4", - "react-swipeable": "^7.0.0", - "react-transition-group": "^4.4.5", - "react-popper": "^2.2.5", "popper-max-size-modifier": "^0.2.0", - "@popperjs/core": "^2.11.6" + "react-popper": "^2.2.5", + "react-swipeable": "^7.0.0", + "react-transition-group": "^4.4.5" }, "devDependencies": { "tsup": "8.0.2", diff --git a/packages/kitchen-sink/CHANGELOG.md b/packages/kitchen-sink/CHANGELOG.md index e75f10bba..5a42418c7 100644 --- a/packages/kitchen-sink/CHANGELOG.md +++ b/packages/kitchen-sink/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink diff --git a/packages/kitchen-sink/package.json b/packages/kitchen-sink/package.json index 73824098f..16e149b03 100644 --- a/packages/kitchen-sink/package.json +++ b/packages/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.3.0", + "version": "2.3.1", "description": "WPDS Kitchen Sink", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "2.0.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-ui-kit": "2.3.1", "nanoid": "^3.3.4" }, "gitHead": "deca0ea8cd7132e361068d3770eee18b570ee0b1" diff --git a/packages/tailwind-theme/CHANGELOG.md b/packages/tailwind-theme/CHANGELOG.md index 9624e3a61..246ce3ec0 100644 --- a/packages/tailwind-theme/CHANGELOG.md +++ b/packages/tailwind-theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme diff --git a/packages/tailwind-theme/package.json b/packages/tailwind-theme/package.json index 0f52a8c6d..e4f55e077 100644 --- a/packages/tailwind-theme/package.json +++ b/packages/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.3.0", + "version": "2.3.1", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.3.0" + "@washingtonpost/wpds-ui-kit": "2.3.1" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index fe4bbe247..e9bfd1b67 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.3.0...v2.3.1) (2024-06-12) + +**Note:** Version bump only for package @washingtonpost/wpds-tokens + # [2.3.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.2.0...v2.3.0) (2024-05-14) **Note:** Version bump only for package @washingtonpost/wpds-tokens diff --git a/packages/tokens/package.json b/packages/tokens/package.json index d4b68ec55..ed7227a12 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tokens", - "version": "2.3.0", + "version": "2.3.1", "description": "WPDS Tokens", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -27,7 +27,7 @@ "license": "MIT", "devDependencies": { "@washingtonpost/wpds-assets": "^2.2.0", - "@washingtonpost/wpds-ui-kit": "2.3.0", + "@washingtonpost/wpds-ui-kit": "2.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" },