diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdbb1d72..b4d5cb640 100644 --- a/CHANGELOG.md +++ b/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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + + +### Bug Fixes + +* disabled button doesn't change background on hover ([b6f3680](https://github.com/washingtonpost/wpds-ui-kit/commit/b6f3680a54ce77e792ead87e9f78d39a263ffe41)) + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index a1540b5c9..e790ea4ac 100644 --- a/app/CHANGELOG.md +++ b/app/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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package app + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/app/package.json b/app/package.json index cb1ac21b6..5d5a09966 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.6.3", + "version": "0.6.4", "publishConfig": { "access": "restricted" }, @@ -17,7 +17,7 @@ "dependencies": { "@next/bundle-analyzer": "^12.0.7", "@washingtonpost/wpds-assets": "^1.5.0", - "@washingtonpost/wpds-ui-kit": "0.6.3", + "@washingtonpost/wpds-ui-kit": "0.6.4", "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/lerna.json b/lerna.json index 6691d7349..001731e29 100644 --- a/lerna.json +++ b/lerna.json @@ -32,5 +32,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.6.3" + "version": "0.6.4" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 8ad065963..7c1bb0a48 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/alert-banner/package.json b/ui/alert-banner/package.json index 596913874..262b477d1 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-app-bar": "0.6.4", "@washingtonpost/wpds-assets": "^1.2.1", - "@washingtonpost/wpds-button": "0.6.3", - "@washingtonpost/wpds-container": "0.6.3", - "@washingtonpost/wpds-icon": "0.6.3", - "@washingtonpost/wpds-theme": "0.6.3", + "@washingtonpost/wpds-button": "0.6.4", + "@washingtonpost/wpds-container": "0.6.4", + "@washingtonpost/wpds-icon": "0.6.4", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index 1bc6b371a..acb78df92 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/app-bar/package.json b/ui/app-bar/package.json index 258c53edd..834efc83e 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index ae5072e95..b9afb8078 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/box/package.json b/ui/box/package.json index 34fccb5be..fe45d3f1d 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index eeb0c6c5b..5c6fb7948 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + + +### Bug Fixes + +* disabled button doesn't change background on hover ([b6f3680](https://github.com/washingtonpost/wpds-ui-kit/commit/b6f3680a54ce77e792ead87e9f78d39a263ffe41)) + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/button/package.json b/ui/button/package.json index 3bb5cc9e2..46a9507b1 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 2a7c0ff72..9c7391e06 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 0e9289e1e..2559a8b80 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.6.3", + "version": "0.6.4", "description": "WPDS Checkbox", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -46,9 +46,9 @@ "dependencies": { "@radix-ui/react-checkbox": "latest", "@washingtonpost/wpds-assets": "^1.2.1", - "@washingtonpost/wpds-icon": "0.6.3", - "@washingtonpost/wpds-theme": "0.6.3", - "@washingtonpost/wpds-visually-hidden": "0.6.3", + "@washingtonpost/wpds-icon": "0.6.4", + "@washingtonpost/wpds-theme": "0.6.4", + "@washingtonpost/wpds-visually-hidden": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index d501fe711..cd4479351 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/container/package.json b/ui/container/package.json index e72176a3d..82050c7cf 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 03a570353..f2d4e4b32 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/icon/package.json b/ui/icon/package.json index 6e2b96f56..f57920d48 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", - "@washingtonpost/wpds-visually-hidden": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", + "@washingtonpost/wpds-visually-hidden": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index ad91d88eb..7faed9016 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/kit/package.json b/ui/kit/package.json index 5c5475081..2a646220a 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.6.3", + "version": "0.6.4", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,15 +32,15 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/wpds-alert-banner": "0.6.3", - "@washingtonpost/wpds-app-bar": "0.6.3", - "@washingtonpost/wpds-box": "0.6.3", - "@washingtonpost/wpds-button": "0.6.3", - "@washingtonpost/wpds-checkbox": "0.6.3", - "@washingtonpost/wpds-container": "0.6.3", - "@washingtonpost/wpds-icon": "0.6.3", - "@washingtonpost/wpds-theme": "0.6.3", - "@washingtonpost/wpds-visually-hidden": "0.6.3" + "@washingtonpost/wpds-alert-banner": "0.6.4", + "@washingtonpost/wpds-app-bar": "0.6.4", + "@washingtonpost/wpds-box": "0.6.4", + "@washingtonpost/wpds-button": "0.6.4", + "@washingtonpost/wpds-checkbox": "0.6.4", + "@washingtonpost/wpds-container": "0.6.4", + "@washingtonpost/wpds-icon": "0.6.4", + "@washingtonpost/wpds-theme": "0.6.4", + "@washingtonpost/wpds-visually-hidden": "0.6.4" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index b26b3e1c3..2f88504f8 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/theme/package.json b/ui/theme/package.json index e258018f0..a3dd1c2ca 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.6.3", + "version": "0.6.4", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index ab76fa9ba..921419840 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. +## [0.6.4](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.3...v0.6.4) (2022-04-21) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + ## [0.6.3](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.6.2...v0.6.3) (2022-04-13) diff --git a/ui/visually-hidden/package.json b/ui/visually-hidden/package.json index 3a6776c54..df673a5a3 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.6.3", + "version": "0.6.4", "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": "0.6.3", + "@washingtonpost/wpds-theme": "0.6.4", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "d0d2fe93d3ebb0abe4a7f8e0555cf032596bb31d"