Skip to content

Commit 8690322

Browse files
author
site-eng-github-actions
committed
chore(release): publish
1 parent b747baa commit 8690322

File tree

23 files changed

+128
-51
lines changed

23 files changed

+128
-51
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- allow controlled InputSearch to be cleared by passing empty string ([f874afd](https://github.com/washingtonpost/wpds-ui-kit/commit/f874afd58dba13d242e2d38330b4d7ffe6d0ef5a))
11+
- allow props on InputSearch ListItem to pass through for custom styling ([07b7bdc](https://github.com/washingtonpost/wpds-ui-kit/commit/07b7bdc23eb7e05d1e80465bfba1fc2189d6f70b))
12+
- honor disabled prop in InputSearch list item ([62f88ec](https://github.com/washingtonpost/wpds-ui-kit/commit/62f88ecfd087f02e5373b89c36a59a367c9536bc))
13+
- include onSelect callback in InputSelect selected documentation example ([f4697d5](https://github.com/washingtonpost/wpds-ui-kit/commit/f4697d5087f37cdfb93f462295bb4531fb347fe3))
14+
- safely escape strings passed to RegExp in InputSearch ([66fc814](https://github.com/washingtonpost/wpds-ui-kit/commit/66fc8143dc4c43aa555b718b507c50f017b90b44))
15+
16+
### Features
17+
18+
- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278))
19+
620
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
721

822
### Bug Fixes

apps/nextjs13-approuter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package nextjs13-approuter
9+
610
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
711

812
**Note:** Version bump only for package nextjs13-approuter

apps/nextjs13-approuter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs13-approuter",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@washingtonpost/wpds-kitchen-sink": "2.9.0",
13-
"@washingtonpost/wpds-ui-kit": "2.9.0",
12+
"@washingtonpost/wpds-kitchen-sink": "2.10.0",
13+
"@washingtonpost/wpds-ui-kit": "2.10.0",
1414
"next": "13.5.6",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"

apps/nextjs13-pagerouter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package nextjs13-pagerouter
9+
610
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
711

812
**Note:** Version bump only for package nextjs13-pagerouter

apps/nextjs13-pagerouter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs13-pagerouter",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@washingtonpost/wpds-kitchen-sink": "2.9.0",
13-
"@washingtonpost/wpds-ui-kit": "2.9.0",
12+
"@washingtonpost/wpds-kitchen-sink": "2.10.0",
13+
"@washingtonpost/wpds-ui-kit": "2.10.0",
1414
"next": "13.5.6",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"

apps/nextjs14-approuter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package nextjs14-approuter
9+
610
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
711

812
**Note:** Version bump only for package nextjs14-approuter

apps/nextjs14-approuter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs14-approuter",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@washingtonpost/wpds-kitchen-sink": "2.9.0",
13-
"@washingtonpost/wpds-ui-kit": "2.9.0",
12+
"@washingtonpost/wpds-kitchen-sink": "2.10.0",
13+
"@washingtonpost/wpds-ui-kit": "2.10.0",
1414
"next": "14.0.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"

apps/nextjs14-pagerouter/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
**Note:** Version bump only for package nextjs14-pagerouter
9+
610
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
711

812
**Note:** Version bump only for package nextjs14-pagerouter

apps/nextjs14-pagerouter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs14-pagerouter",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@washingtonpost/wpds-kitchen-sink": "2.9.0",
13-
"@washingtonpost/wpds-ui-kit": "2.9.0",
12+
"@washingtonpost/wpds-kitchen-sink": "2.10.0",
13+
"@washingtonpost/wpds-ui-kit": "2.10.0",
1414
"next": "14.0.3",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"

build.washingtonpost.com/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-docs/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- include onSelect callback in InputSelect selected documentation example ([f4697d5](https://github.com/washingtonpost/wpds-docs/commit/f4697d5087f37cdfb93f462295bb4531fb347fe3))
11+
12+
### Features
13+
14+
- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-docs/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-docs/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278))
15+
616
# [2.9.0](https://github.com/washingtonpost/wpds-docs/compare/v2.8.1...v2.9.0) (2024-12-09)
717

818
### Bug Fixes

build.washingtonpost.com/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@washingtonpost/wpds-docs",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next-remote-watch ./docs",
@@ -27,9 +27,9 @@
2727
"@washingtonpost/site-footer": "0.25.3-alpha.1",
2828
"@washingtonpost/tachyons-css": "^1.8.0",
2929
"@washingtonpost/wpds-assets": "^2.9.0",
30-
"@washingtonpost/wpds-kitchen-sink": "2.9.0",
31-
"@washingtonpost/wpds-tailwind-theme": "2.9.0",
32-
"@washingtonpost/wpds-tokens": "2.9.0",
30+
"@washingtonpost/wpds-kitchen-sink": "2.10.0",
31+
"@washingtonpost/wpds-tailwind-theme": "2.10.0",
32+
"@washingtonpost/wpds-tokens": "2.10.0",
3333
"@washingtonpost/wpds-ui-kit": "file:../packages/kit",
3434
"fuse.js": "^6.6.2",
3535
"gray-matter": "^4.0.2",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"registry": "https://registry.npmjs.org/"
2929
}
3030
},
31-
"version": "2.9.0"
31+
"version": "2.10.0"
3232
}

package-lock.json

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
### Features
9+
10+
- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278))
11+
612
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
713

814
**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@washingtonpost/eslint-plugin-wpds",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "WPDS lint rules",
55
"author": "WPDS Support <wpds@washpost.com>",
66
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",
@@ -28,7 +28,7 @@
2828
"@washingtonpost/wpds-ui-kit": "2.9.0"
2929
},
3030
"dependencies": {
31-
"@washingtonpost/wpds-ui-kit": "2.9.0"
31+
"@washingtonpost/wpds-ui-kit": "2.10.0"
3232
},
3333
"devDependencies": {
3434
"jest": "^28.1.0"

packages/kit/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- allow controlled InputSearch to be cleared by passing empty string ([f874afd](https://github.com/washingtonpost/wpds-ui-kit/commit/f874afd58dba13d242e2d38330b4d7ffe6d0ef5a))
11+
- allow props on InputSearch ListItem to pass through for custom styling ([07b7bdc](https://github.com/washingtonpost/wpds-ui-kit/commit/07b7bdc23eb7e05d1e80465bfba1fc2189d6f70b))
12+
- honor disabled prop in InputSearch list item ([62f88ec](https://github.com/washingtonpost/wpds-ui-kit/commit/62f88ecfd087f02e5373b89c36a59a367c9536bc))
13+
- safely escape strings passed to RegExp in InputSearch ([66fc814](https://github.com/washingtonpost/wpds-ui-kit/commit/66fc8143dc4c43aa555b718b507c50f017b90b44))
14+
15+
### Features
16+
17+
- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278))
18+
619
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
720

821
### Features

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@washingtonpost/wpds-ui-kit",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "WPDS UI Kit",
55
"author": "WPDS Support <wpds@washpost.com>",
66
"homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme",

packages/kitchen-sink/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.10.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.9.0...v2.10.0) (2024-12-11)
7+
8+
### Features
9+
10+
- update wpds-assets ([#676](https://github.com/washingtonpost/wpds-ui-kit/issues/676)) ([0cb0ae6](https://github.com/washingtonpost/wpds-ui-kit/commit/0cb0ae65bcc9faac805f5ec295a6fe3548636278))
11+
612
# [2.9.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.8.1...v2.9.0) (2024-12-09)
713

814
**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink

0 commit comments

Comments
 (0)