From 8690322aa8bd22e196ac46a18563253f1dfbe994 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 11 Dec 2024 16:56:09 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 14 ++++++++ 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 | 10 ++++++ build.washingtonpost.com/package.json | 8 ++--- lerna.json | 2 +- package-lock.json | 50 +++++++++++++-------------- packages/eslint-plugin/CHANGELOG.md | 6 ++++ packages/eslint-plugin/package.json | 4 +-- packages/kit/CHANGELOG.md | 13 +++++++ packages/kit/package.json | 2 +- packages/kitchen-sink/CHANGELOG.md | 6 ++++ packages/kitchen-sink/package.json | 4 +-- packages/tailwind-theme/CHANGELOG.md | 6 ++++ packages/tailwind-theme/package.json | 4 +-- packages/tokens/CHANGELOG.md | 6 ++++ packages/tokens/package.json | 4 +-- 23 files changed, 128 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f72b1a5f..636c5d753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Bug Fixes + +- allow controlled InputSearch to be cleared by passing empty string ([f874afd](https://github.com/washingtonpost/wpds-ui-kit/commit/f874afd58dba13d242e2d38330b4d7ffe6d0ef5a)) +- allow props on InputSearch ListItem to pass through for custom styling ([07b7bdc](https://github.com/washingtonpost/wpds-ui-kit/commit/07b7bdc23eb7e05d1e80465bfba1fc2189d6f70b)) +- honor disabled prop in InputSearch list item ([62f88ec](https://github.com/washingtonpost/wpds-ui-kit/commit/62f88ecfd087f02e5373b89c36a59a367c9536bc)) +- include onSelect callback in InputSelect selected documentation example ([f4697d5](https://github.com/washingtonpost/wpds-ui-kit/commit/f4697d5087f37cdfb93f462295bb4531fb347fe3)) +- safely escape strings passed to RegExp in InputSearch ([66fc814](https://github.com/washingtonpost/wpds-ui-kit/commit/66fc8143dc4c43aa555b718b507c50f017b90b44)) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) ### Bug Fixes diff --git a/apps/nextjs13-approuter/CHANGELOG.md b/apps/nextjs13-approuter/CHANGELOG.md index bb8cf3f2b..f59eb0816 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.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +**Note:** Version bump only for package nextjs13-approuter + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **Note:** Version bump only for package nextjs13-approuter diff --git a/apps/nextjs13-approuter/package.json b/apps/nextjs13-approuter/package.json index d24ece270..268f39c1f 100644 --- a/apps/nextjs13-approuter/package.json +++ b/apps/nextjs13-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-approuter", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "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 1e33d2d01..d5815f8b8 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.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +**Note:** Version bump only for package nextjs13-pagerouter + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **Note:** Version bump only for package nextjs13-pagerouter diff --git a/apps/nextjs13-pagerouter/package.json b/apps/nextjs13-pagerouter/package.json index 252d279df..6c8e2d870 100644 --- a/apps/nextjs13-pagerouter/package.json +++ b/apps/nextjs13-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-pagerouter", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "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 e46716ac4..111435c9d 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.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +**Note:** Version bump only for package nextjs14-approuter + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **Note:** Version bump only for package nextjs14-approuter diff --git a/apps/nextjs14-approuter/package.json b/apps/nextjs14-approuter/package.json index 332fa01d7..ca1c5b219 100644 --- a/apps/nextjs14-approuter/package.json +++ b/apps/nextjs14-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-approuter", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "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 49b90107e..022feaddd 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.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +**Note:** Version bump only for package nextjs14-pagerouter + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **Note:** Version bump only for package nextjs14-pagerouter diff --git a/apps/nextjs14-pagerouter/package.json b/apps/nextjs14-pagerouter/package.json index fa18c30e4..af67956c0 100644 --- a/apps/nextjs14-pagerouter/package.json +++ b/apps/nextjs14-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-pagerouter", - "version": "2.9.0", + "version": "2.10.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "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 9a700b2f8..b41d00d77 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-docs/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Bug Fixes + +- include onSelect callback in InputSelect selected documentation example ([f4697d5](https://github.com/washingtonpost/wpds-docs/commit/f4697d5087f37cdfb93f462295bb4531fb347fe3)) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-docs/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-docs/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-docs/compare/v2.8.1...v2.9.0) (2024-12-09) ### Bug Fixes diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index f64563581..da9095979 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "2.9.0", + "version": "2.10.0", "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.9.0", - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-tailwind-theme": "2.9.0", - "@washingtonpost/wpds-tokens": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-tailwind-theme": "2.10.0", + "@washingtonpost/wpds-tokens": "2.10.0", "@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 cee53b20c..12e285cc1 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "2.9.0" + "version": "2.10.0" } diff --git a/package-lock.json b/package-lock.json index 65b4b0045..77fc2f638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,10 +115,10 @@ } }, "apps/nextjs13-approuter": { - "version": "2.9.0", + "version": "2.10.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -199,10 +199,10 @@ } }, "apps/nextjs13-pagerouter": { - "version": "2.9.0", + "version": "2.10.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -283,20 +283,20 @@ } }, "apps/nextjs14-approuter": { - "version": "2.9.0", + "version": "2.10.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "apps/nextjs14-pagerouter": { - "version": "2.9.0", + "version": "2.10.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -310,7 +310,7 @@ }, "build.washingtonpost.com": { "name": "@washingtonpost/wpds-docs", - "version": "2.9.0", + "version": "2.10.0", "hasInstallScript": true, "dependencies": { "@babel/standalone": "^7.17.11", @@ -328,9 +328,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "^2.9.0", - "@washingtonpost/wpds-kitchen-sink": "2.9.0", - "@washingtonpost/wpds-tailwind-theme": "2.9.0", - "@washingtonpost/wpds-tokens": "2.9.0", + "@washingtonpost/wpds-kitchen-sink": "2.10.0", + "@washingtonpost/wpds-tailwind-theme": "2.10.0", + "@washingtonpost/wpds-tokens": "2.10.0", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", @@ -38956,10 +38956,10 @@ }, "packages/eslint-plugin": { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.9.0" + "@washingtonpost/wpds-ui-kit": "2.10.0" }, "devDependencies": { "jest": "^28.1.0" @@ -39937,7 +39937,7 @@ }, "packages/kit": { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", @@ -40005,11 +40005,11 @@ }, "packages/kitchen-sink": { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { "@washingtonpost/wpds-assets": "^2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "nanoid": "^3.3.4" }, "devDependencies": { @@ -40024,10 +40024,10 @@ }, "packages/tailwind-theme": { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.9.0" + "@washingtonpost/wpds-ui-kit": "2.10.0" }, "devDependencies": { "autoprefixer": "^10.4.14", @@ -40041,11 +40041,11 @@ }, "packages/tokens": { "name": "@washingtonpost/wpds-tokens", - "version": "2.9.0", + "version": "2.10.0", "license": "MIT", "devDependencies": { "@washingtonpost/wpds-assets": "^2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 273b970a4..d47c50e4e 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **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 467fa202b..6393a4e0d 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.9.0", + "version": "2.10.0", "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.9.0" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.9.0" + "@washingtonpost/wpds-ui-kit": "2.10.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 16624443b..0cbd4220f 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Bug Fixes + +- allow controlled InputSearch to be cleared by passing empty string ([f874afd](https://github.com/washingtonpost/wpds-ui-kit/commit/f874afd58dba13d242e2d38330b4d7ffe6d0ef5a)) +- allow props on InputSearch ListItem to pass through for custom styling ([07b7bdc](https://github.com/washingtonpost/wpds-ui-kit/commit/07b7bdc23eb7e05d1e80465bfba1fc2189d6f70b)) +- honor disabled prop in InputSearch list item ([62f88ec](https://github.com/washingtonpost/wpds-ui-kit/commit/62f88ecfd087f02e5373b89c36a59a367c9536bc)) +- safely escape strings passed to RegExp in InputSearch ([66fc814](https://github.com/washingtonpost/wpds-ui-kit/commit/66fc8143dc4c43aa555b718b507c50f017b90b44)) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) ### Features diff --git a/packages/kit/package.json b/packages/kit/package.json index 2670989b8..f0eb27796 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.9.0", + "version": "2.10.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/packages/kitchen-sink/CHANGELOG.md b/packages/kitchen-sink/CHANGELOG.md index f92f44ffd..07e05318a 100644 --- a/packages/kitchen-sink/CHANGELOG.md +++ b/packages/kitchen-sink/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **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 2f7ff5fb2..16214c9f4 100644 --- a/packages/kitchen-sink/package.json +++ b/packages/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.9.0", + "version": "2.10.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": "^2.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "nanoid": "^3.3.4" }, "gitHead": "a51790c76489c2b2a24ccd29eb8addb83ce29d8e" diff --git a/packages/tailwind-theme/CHANGELOG.md b/packages/tailwind-theme/CHANGELOG.md index 2601094f0..bf1f1688a 100644 --- a/packages/tailwind-theme/CHANGELOG.md +++ b/packages/tailwind-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **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 3b5aeedfa..669e5690a 100644 --- a/packages/tailwind-theme/package.json +++ b/packages/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.9.0", + "version": "2.10.0", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-ui-kit": "2.9.0" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.9.0" + "@washingtonpost/wpds-ui-kit": "2.10.0" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 73bc3bafc..4d41e341f 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11) + +### Features + +- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278)) + # [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09) **Note:** Version bump only for package @washingtonpost/wpds-tokens diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 79ed6563a..3b4993d66 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tokens", - "version": "2.9.0", + "version": "2.10.0", "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.9.0", - "@washingtonpost/wpds-ui-kit": "2.9.0", + "@washingtonpost/wpds-ui-kit": "2.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" },