diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7a67c3c..3ad338c07 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. +## [1.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + + +### Bug Fixes + +* button density set to default value ([#381](https://github.com/washingtonpost/wpds-ui-kit/issues/381)) ([3ac5761](https://github.com/washingtonpost/wpds-ui-kit/commit/3ac57611e1573fcd5f5eeb4d5b2f48928492cb88)) +* improve color contrast on build.washingtonpost.com Sidebar for better accessibility [SRED-198] ([#376](https://github.com/washingtonpost/wpds-ui-kit/issues/376)) ([3bd473c](https://github.com/washingtonpost/wpds-ui-kit/commit/3bd473c828af93e509a53fab2576a196babd3fac)) +* set active index correctly when default value is passed in ([#383](https://github.com/washingtonpost/wpds-ui-kit/issues/383)) ([848972a](https://github.com/washingtonpost/wpds-ui-kit/commit/848972a83fdf1550e170da24578904f794704a5e)) +* update code to get the tools link working ([#377](https://github.com/washingtonpost/wpds-ui-kit/issues/377)) ([12c9eab](https://github.com/washingtonpost/wpds-ui-kit/commit/12c9eabe403fb911c2bc4a12117c53b36dd9cdc1)) + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) diff --git a/apps/vite-project/CHANGELOG.md b/apps/vite-project/CHANGELOG.md index 0ce09a681..805dcaca9 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package vite-project + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package vite-project diff --git a/apps/vite-project/package.json b/apps/vite-project/package.json index 2798e279d..563d36d11 100644 --- a/apps/vite-project/package.json +++ b/apps/vite-project/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "1.5.0", + "version": "1.5.1", "type": "module", "scripts": { "dev": "vite", @@ -9,8 +9,8 @@ "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.5.0", - "@washingtonpost/wpds-ui-kit": "1.5.0", + "@washingtonpost/wpds-kitchen-sink": "1.5.1", + "@washingtonpost/wpds-ui-kit": "1.5.1", "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 f41b9381d..602ab0870 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package vite-v2-project + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 57022f1c1..88b22a111 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.5.0", + "version": "1.5.1", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "1.5.0", - "@washingtonpost/wpds-ui-kit": "1.5.0", + "@washingtonpost/wpds-kitchen-sink": "1.5.1", + "@washingtonpost/wpds-ui-kit": "1.5.1", "react": "^18.0.0", "react-dom": "^18.0.0" }, diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index ed84db4c2..632c423bc 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.1](https://github.com/washingtonpost/wpds-docs/compare/v1.5.0...v1.5.1) (2023-05-02) + + +### Bug Fixes + +* improve color contrast on build.washingtonpost.com Sidebar for better accessibility [SRED-198] ([#376](https://github.com/washingtonpost/wpds-docs/issues/376)) ([3bd473c](https://github.com/washingtonpost/wpds-docs/commit/3bd473c828af93e509a53fab2576a196babd3fac)) +* update code to get the tools link working ([#377](https://github.com/washingtonpost/wpds-docs/issues/377)) ([12c9eab](https://github.com/washingtonpost/wpds-docs/commit/12c9eabe403fb911c2bc4a12117c53b36dd9cdc1)) + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-docs/compare/v1.4.0...v1.5.0) (2023-04-18) diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 337b890cc..174c7cc74 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "1.5.0", + "version": "1.5.1", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -25,10 +25,10 @@ "@washingtonpost/site-footer": "0.16.0", "@washingtonpost/site-third-party-scripts": "latest", "@washingtonpost/tachyons-css": "^1.7.0", - "@washingtonpost/wpds-accordion": "1.5.0", + "@washingtonpost/wpds-accordion": "1.5.1", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-kitchen-sink": "1.5.0", - "@washingtonpost/wpds-ui-kit": "1.5.0", + "@washingtonpost/wpds-kitchen-sink": "1.5.1", + "@washingtonpost/wpds-ui-kit": "1.5.1", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", diff --git a/lerna.json b/lerna.json index a0337b084..c6b052201 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "1.5.0" + "version": "1.5.1" } diff --git a/ui/accordion/CHANGELOG.md b/ui/accordion/CHANGELOG.md index c768dd979..3c79f3d0c 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-accordion + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-accordion diff --git a/ui/accordion/package.json b/ui/accordion/package.json index b31731310..cc74847f5 100644 --- a/ui/accordion/package.json +++ b/ui/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-accordion", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS Accordion", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -45,8 +45,8 @@ "dependencies": { "@radix-ui/react-accordion": "latest", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0" + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index e5253ccc0..5cf198762 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 0f8c7af35..56c4d6615 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-app-bar": "1.5.1", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-container": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-container": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index aec43d432..549b51c99 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 2096fca56..cb4592f66 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index f36e1fe00..03ee12031 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index cf0251d77..96721e5f9 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index b1ca72d02..686728a7a 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index a21d77e44..1df66e061 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 5b090c8bf..a8e4e2712 100644 --- a/ui/button/CHANGELOG.md +++ b/ui/button/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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + + +### Bug Fixes + +* button density set to default value ([#381](https://github.com/washingtonpost/wpds-ui-kit/issues/381)) ([3ac5761](https://github.com/washingtonpost/wpds-ui-kit/commit/3ac57611e1573fcd5f5eeb4d5b2f48928492cb88)) + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index ba965133f..4f450d41d 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/card/CHANGELOG.md b/ui/card/CHANGELOG.md index 721db6956..98687bba5 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-card + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-card diff --git a/ui/card/package.json b/ui/card/package.json index e488ef710..80b3e5e8a 100644 --- a/ui/card/package.json +++ b/ui/card/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-card", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/carousel/CHANGELOG.md b/ui/carousel/CHANGELOG.md index 817c5cb3d..4b0c2bd7f 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-carousel + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-carousel diff --git a/ui/carousel/package.json b/ui/carousel/package.json index c96699670..67827a0bb 100644 --- a/ui/carousel/package.json +++ b/ui/carousel/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-carousel", - "version": "1.5.0", + "version": "1.5.1", "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.18.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-pagination-dots": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-pagination-dots": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "nanoid": "^3.3.4", "react-swipeable": "^7.0.0" }, diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 44019ba82..e19f81a55 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 83fece7a1..8ae21db8d 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "1.5.0", + "version": "1.5.1", "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.18.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-input-shared": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", - "@washingtonpost/wpds-visually-hidden": "1.5.0", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", + "@washingtonpost/wpds-visually-hidden": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index e9ac2c009..5596c959b 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index 553f30712..0600caf55 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index b8992f98e..27a64b413 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 1e6fccc82..3aba021c5 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/drawer/CHANGELOG.md b/ui/drawer/CHANGELOG.md index 58353345f..7b3e912b6 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-drawer + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-drawer diff --git a/ui/drawer/package.json b/ui/drawer/package.json index 2469c1551..3d7399f6e 100644 --- a/ui/drawer/package.json +++ b/ui/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-drawer", - "version": "1.5.0", + "version": "1.5.1", "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.18.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-scrim": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-scrim": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index 2281e71e8..8325ef000 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 128df9af8..aef3b0dd9 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 982ca7cc6..724cae3ad 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 45e7b0882..7a2c509d6 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index 31f12b1ba..fd122f259 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index 31fe4d924..6021590c9 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index 4d65694bf..29059fd99 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 914e6f24c..35eb941aa 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index cec12ab2c..2a9f67316 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index b170f58a3..cc3c2f308 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", - "@washingtonpost/wpds-visually-hidden": "1.5.0", + "@washingtonpost/wpds-theme": "1.5.1", + "@washingtonpost/wpds-visually-hidden": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index b4768ed59..671d978b3 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 8d9c69dfa..f5c775f49 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", - "@washingtonpost/wpds-theme": "1.5.0" + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index ff30d7423..a96e9d5f8 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 9e7a0231c..9a91f0cf8 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-input-text": "1.5.0" + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-input-text": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index b73842c2d..56b9b9dac 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 3f2c504ba..3608cdf22 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index ace7cb5ea..52c7b7338 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 1f7dba452..94a78054b 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS InputText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -51,15 +51,15 @@ "dependencies": { "@radix-ui/react-label": "^1.0.0", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-box": "1.5.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-error-message": "1.5.0", - "@washingtonpost/wpds-helper-text": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-input-shared": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", - "@washingtonpost/wpds-visually-hidden": "1.5.0", + "@washingtonpost/wpds-box": "1.5.1", + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-error-message": "1.5.1", + "@washingtonpost/wpds-helper-text": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", + "@washingtonpost/wpds-visually-hidden": "1.5.1", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 958380b92..52d2ac323 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 6aa5c5074..93ed42ac2 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", - "@washingtonpost/wpds-helper-text": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-input-shared": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-error-message": "1.5.1", + "@washingtonpost/wpds-helper-text": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "nanoid": "^3.3.4", "react": "^16.8.6 || ^17.0.2" }, diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 27652cf4f..a2443c03c 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 566f5dd88..1f0d016f5 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,38 +32,38 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "1.5.0", - "@washingtonpost/wpds-accordion": "1.5.0", - "@washingtonpost/wpds-alert-banner": "1.5.0", - "@washingtonpost/wpds-app-bar": "1.5.0", - "@washingtonpost/wpds-avatar": "1.5.0", - "@washingtonpost/wpds-box": "1.5.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-card": "1.5.0", - "@washingtonpost/wpds-carousel": "1.5.0", - "@washingtonpost/wpds-checkbox": "1.5.0", - "@washingtonpost/wpds-container": "1.5.0", - "@washingtonpost/wpds-divider": "1.5.0", - "@washingtonpost/wpds-drawer": "1.5.0", - "@washingtonpost/wpds-error-message": "1.5.0", - "@washingtonpost/wpds-fieldset": "1.5.0", - "@washingtonpost/wpds-helper-text": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-input-password": "1.5.0", - "@washingtonpost/wpds-input-shared": "1.5.0", - "@washingtonpost/wpds-input-text": "1.5.0", - "@washingtonpost/wpds-input-textarea": "1.5.0", - "@washingtonpost/wpds-pagination-dots": "1.5.0", - "@washingtonpost/wpds-popover": "1.5.0", - "@washingtonpost/wpds-radio-group": "1.5.0", - "@washingtonpost/wpds-scrim": "1.5.0", - "@washingtonpost/wpds-select": "1.5.0", - "@washingtonpost/wpds-switch": "1.5.0", - "@washingtonpost/wpds-tabs": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", - "@washingtonpost/wpds-tooltip": "1.5.0", - "@washingtonpost/wpds-visually-hidden": "1.5.0" + "@washingtonpost/eslint-plugin-wpds": "1.5.1", + "@washingtonpost/wpds-accordion": "1.5.1", + "@washingtonpost/wpds-alert-banner": "1.5.1", + "@washingtonpost/wpds-app-bar": "1.5.1", + "@washingtonpost/wpds-avatar": "1.5.1", + "@washingtonpost/wpds-box": "1.5.1", + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-card": "1.5.1", + "@washingtonpost/wpds-carousel": "1.5.1", + "@washingtonpost/wpds-checkbox": "1.5.1", + "@washingtonpost/wpds-container": "1.5.1", + "@washingtonpost/wpds-divider": "1.5.1", + "@washingtonpost/wpds-drawer": "1.5.1", + "@washingtonpost/wpds-error-message": "1.5.1", + "@washingtonpost/wpds-fieldset": "1.5.1", + "@washingtonpost/wpds-helper-text": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-input-password": "1.5.1", + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-input-text": "1.5.1", + "@washingtonpost/wpds-input-textarea": "1.5.1", + "@washingtonpost/wpds-pagination-dots": "1.5.1", + "@washingtonpost/wpds-popover": "1.5.1", + "@washingtonpost/wpds-radio-group": "1.5.1", + "@washingtonpost/wpds-scrim": "1.5.1", + "@washingtonpost/wpds-select": "1.5.1", + "@washingtonpost/wpds-switch": "1.5.1", + "@washingtonpost/wpds-tabs": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", + "@washingtonpost/wpds-tooltip": "1.5.1", + "@washingtonpost/wpds-visually-hidden": "1.5.1" }, "devDependencies": { "tsup": "5.11.13", diff --git a/ui/kitchen-sink/CHANGELOG.md b/ui/kitchen-sink/CHANGELOG.md index c5cd068d9..e8bc741ae 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-kitchen-sink + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 350d04455..5eaeafa5d 100644 --- a/ui/kitchen-sink/package.json +++ b/ui/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "1.5.0", + "version": "1.5.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": "latest", - "@washingtonpost/wpds-ui-kit": "1.5.0", + "@washingtonpost/wpds-ui-kit": "1.5.1", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index d91325336..f52906540 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-pagination-dots + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 0de7cf2c0..14e89c3db 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/popover/CHANGELOG.md b/ui/popover/CHANGELOG.md index 28457eba2..2e294ed8b 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-popover + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-popover diff --git a/ui/popover/package.json b/ui/popover/package.json index 10df0c6cb..ac46e6c69 100644 --- a/ui/popover/package.json +++ b/ui/popover/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-popover", - "version": "1.5.0", + "version": "1.5.1", "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.18.0", - "@washingtonpost/wpds-button": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0" + "@washingtonpost/wpds-button": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index ea8439c71..b070833f9 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.5.1](https://github.com/WPMedia/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + # [1.5.0](https://github.com/WPMedia/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 7c5a94fe7..e4719e370 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", - "@washingtonpost/wpds-fieldset": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-error-message": "1.5.1", + "@washingtonpost/wpds-fieldset": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "nanoid": "^3.3.3" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/scrim/CHANGELOG.md b/ui/scrim/CHANGELOG.md index faf1d800c..bd11cffce 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-scrim + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-scrim diff --git a/ui/scrim/package.json b/ui/scrim/package.json index b6615a5c4..903b3dd93 100644 --- a/ui/scrim/package.json +++ b/ui/scrim/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-scrim", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/select/CHANGELOG.md b/ui/select/CHANGELOG.md index d5a2e99af..7a3706520 100644 --- a/ui/select/CHANGELOG.md +++ b/ui/select/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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-select + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-select diff --git a/ui/select/package.json b/ui/select/package.json index 7f29eb053..7015449c4 100644 --- a/ui/select/package.json +++ b/ui/select/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-select", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS Select", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -50,11 +50,11 @@ "@radix-ui/react-select": "^1.0.0", "@radix-ui/react-use-controllable-state": "^1.0.0", "@washingtonpost/wpds-assets": "^1.18.0", - "@washingtonpost/wpds-divider": "1.5.0", - "@washingtonpost/wpds-icon": "1.5.0", - "@washingtonpost/wpds-input-label": "1.5.0", - "@washingtonpost/wpds-input-shared": "1.5.0", - "@washingtonpost/wpds-theme": "1.5.0", + "@washingtonpost/wpds-divider": "1.5.1", + "@washingtonpost/wpds-icon": "1.5.1", + "@washingtonpost/wpds-input-label": "1.5.1", + "@washingtonpost/wpds-input-shared": "1.5.1", + "@washingtonpost/wpds-theme": "1.5.1", "nanoid": "^3.3.4" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/switch/CHANGELOG.md b/ui/switch/CHANGELOG.md index 2912f8b7a..d8c77c51c 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-switch + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-switch diff --git a/ui/switch/package.json b/ui/switch/package.json index 0734bb202..383be81ed 100644 --- a/ui/switch/package.json +++ b/ui/switch/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-switch", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/tabs/CHANGELOG.md b/ui/tabs/CHANGELOG.md index e061c2812..d937bdfc9 100644 --- a/ui/tabs/CHANGELOG.md +++ b/ui/tabs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + + +### Bug Fixes + +* set active index correctly when default value is passed in ([#383](https://github.com/washingtonpost/wpds-ui-kit/issues/383)) ([848972a](https://github.com/washingtonpost/wpds-ui-kit/commit/848972a83fdf1550e170da24578904f794704a5e)) + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-tabs diff --git a/ui/tabs/package.json b/ui/tabs/package.json index 5749ec0c2..979295221 100644 --- a/ui/tabs/package.json +++ b/ui/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tabs", - "version": "1.5.0", + "version": "1.5.1", "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.16.0", "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.5.0", - "@washingtonpost/wpds-tooltip": "1.5.0", + "@washingtonpost/wpds-theme": "1.5.1", + "@washingtonpost/wpds-tooltip": "1.5.1", "react-transition-group": "^4.4.5" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 69a1c2bef..9ff238b53 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index 34784e1d3..d1d4f2cbe 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "1.5.0", + "version": "1.5.1", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/ui/tooltip/CHANGELOG.md b/ui/tooltip/CHANGELOG.md index ccebc2c07..7d86736ee 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-tooltip + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **Note:** Version bump only for package @washingtonpost/wpds-tooltip diff --git a/ui/tooltip/package.json b/ui/tooltip/package.json index 01fb2c945..2827ef3be 100644 --- a/ui/tooltip/package.json +++ b/ui/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tooltip", - "version": "1.5.0", + "version": "1.5.1", "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.5.0" + "@washingtonpost/wpds-theme": "1.5.1" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a" } diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index a06c438bb..361fb7164 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.5.1](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.5.0...v1.5.1) (2023-05-02) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [1.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v1.4.0...v1.5.0) (2023-04-18) **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 62f55f8ac..a96800ac6 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "1.5.0", + "version": "1.5.1", "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.5.0", + "@washingtonpost/wpds-theme": "1.5.1", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "c7c21c834742277d2e6da1d903b7463b4ac2fc8a"