diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b68f4aa5..312452ed7 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + + +### Features + +* PaginationDots component ([#135](https://github.com/washingtonpost/wpds-ui-kit/issues/135)) ([87d60c3](https://github.com/washingtonpost/wpds-ui-kit/commit/87d60c3977b50f1280869e6a780dec91461f3941)) + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index dff6fef75..1cd71dd74 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/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.13.0](https://github.com/washingtonpost/wpds-docs/compare/v0.12.0...v0.13.0) (2022-08-05) + + +### Features + +* PaginationDots component ([#135](https://github.com/washingtonpost/wpds-docs/issues/135)) ([87d60c3](https://github.com/washingtonpost/wpds-docs/commit/87d60c3977b50f1280869e6a780dec91461f3941)) + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-docs/compare/v0.11.2...v0.12.0) (2022-08-03) diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index d16a6e7cb..f4477b260 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "0.12.0", + "version": "0.13.0", "private": true, "scripts": { "dev": "next-remote-watch ./docs/**/*", @@ -24,7 +24,7 @@ "@washingtonpost/site-footer": "latest", "@washingtonpost/site-third-party-scripts": "latest", "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-ui-kit": "0.12.0", + "@washingtonpost/wpds-ui-kit": "0.13.0", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", "next": "^12.1.0", diff --git a/lerna.json b/lerna.json index 0bb28643d..1068b0c08 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.12.0" + "version": "0.13.0" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 8655f9758..b75229796 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 9b3332c8f..d9eacd71f 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-app-bar": "0.13.0", "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-button": "0.12.0", - "@washingtonpost/wpds-container": "0.12.0", - "@washingtonpost/wpds-icon": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", + "@washingtonpost/wpds-button": "0.13.0", + "@washingtonpost/wpds-container": "0.13.0", + "@washingtonpost/wpds-icon": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index b93370a91..e52d9334b 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 83671cc72..da46e186e 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index ceba1b4c4..f4ac8a7f8 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. +# [0.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-avatar + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index bc4a11089..7c9b990c3 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "0.12.0", + "version": "0.13.0", "description": "Avatar is a round container that holds a profile image to be used.", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 9554d477c..8e52e93d8 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 77070c5e9..e71401def 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 40e112ca1..1d8bd2b4b 100644 --- a/ui/button/CHANGELOG.md +++ b/ui/button/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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-button diff --git a/ui/button/package.json b/ui/button/package.json index 7b0ee77f9..f414176ca 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index d3228f622..07050664a 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-checkbox diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 4fd7c7e31..64be19037 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.12.0", + "version": "0.13.0", "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.8.1", - "@washingtonpost/wpds-icon": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", - "@washingtonpost/wpds-visually-hidden": "0.12.0", + "@washingtonpost/wpds-icon": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", + "@washingtonpost/wpds-visually-hidden": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index 72e79783e..7f9c5ef6d 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-container diff --git a/ui/container/package.json b/ui/container/package.json index b559d2e7c..e856874d3 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index 2a0d50886..f5e26ff0d 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. +# [0.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 7740581ee..e9f2f5f55 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "0.12.0", + "version": "0.13.0", "description": "WPDS Divider", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-separator": "^0.1.4", - "@washingtonpost/wpds-theme": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index 5884fb16d..ba90bf223 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 0914c623f..a3242e2af 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index a8918f12e..c9bd9222a 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. +# [0.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 6abf720dc..c8cc085c7 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index 54b21835a..78f87dc6b 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index f1fd46ef8..cba4911cc 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index f5636789f..00abefcf5 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 5234905b2..f6f8465b5 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 8982dff79..c8452ef08 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 5cde0eb58..a1b34f251 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", - "@washingtonpost/wpds-visually-hidden": "0.12.0", + "@washingtonpost/wpds-theme": "0.13.0", + "@washingtonpost/wpds-visually-hidden": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/input-label/CHANGELOG.md b/ui/input-label/CHANGELOG.md index f8f8a10aa..e3122e43c 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 584738f86..80c9bcd8e 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "0.12.0", + "version": "0.13.0", "description": "WPDS InputLabel", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-theme": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index 1f12c38dd..d985afbab 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-input-password + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 475dacb27..50f3007a5 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "0.12.0", + "version": "0.13.0", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-icon": "0.12.0", - "@washingtonpost/wpds-input-text": "0.12.0" + "@washingtonpost/wpds-icon": "0.13.0", + "@washingtonpost/wpds-input-text": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index 73c0ad2d7..69c34c919 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) diff --git a/ui/input-shared/package.json b/ui/input-shared/package.json index d7f221c24..8aa7dfeec 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0" + "@washingtonpost/wpds-theme": "0.13.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index 8dd1e764d..4d27b4599 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-input-text + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) diff --git a/ui/input-text/package.json b/ui/input-text/package.json index 0d43f0b36..a0966097f 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "0.12.0", + "version": "0.13.0", "description": "WPDS InputText", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -51,15 +51,15 @@ "dependencies": { "@radix-ui/react-label": "^0.1.5", "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-box": "0.12.0", - "@washingtonpost/wpds-button": "0.12.0", - "@washingtonpost/wpds-error-message": "0.12.0", - "@washingtonpost/wpds-helper-text": "0.12.0", - "@washingtonpost/wpds-icon": "0.12.0", - "@washingtonpost/wpds-input-label": "0.12.0", - "@washingtonpost/wpds-input-shared": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", - "@washingtonpost/wpds-visually-hidden": "0.12.0", + "@washingtonpost/wpds-box": "0.13.0", + "@washingtonpost/wpds-button": "0.13.0", + "@washingtonpost/wpds-error-message": "0.13.0", + "@washingtonpost/wpds-helper-text": "0.13.0", + "@washingtonpost/wpds-icon": "0.13.0", + "@washingtonpost/wpds-input-label": "0.13.0", + "@washingtonpost/wpds-input-shared": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", + "@washingtonpost/wpds-visually-hidden": "0.13.0", "nanoid": "^3.3.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index 76be5d005..b9386b266 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 d4c631c9d..550e56d30 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "0.12.0", + "version": "0.13.0", "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": "0.12.0", - "@washingtonpost/wpds-helper-text": "0.12.0", - "@washingtonpost/wpds-input-label": "0.12.0", - "@washingtonpost/wpds-input-shared": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", + "@washingtonpost/wpds-error-message": "0.13.0", + "@washingtonpost/wpds-helper-text": "0.13.0", + "@washingtonpost/wpds-input-label": "0.13.0", + "@washingtonpost/wpds-input-shared": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index ec4580aad..fc28f599a 100644 --- a/ui/kit/CHANGELOG.md +++ b/ui/kit/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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + + +### Features + +* PaginationDots component ([#135](https://github.com/washingtonpost/wpds-ui-kit/issues/135)) ([87d60c3](https://github.com/washingtonpost/wpds-ui-kit/commit/87d60c3977b50f1280869e6a780dec91461f3941)) + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 4ab88b1b7..a369193d6 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.12.0", + "version": "0.13.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,35 +32,34 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "0.12.0", - "@washingtonpost/wpds-alert-banner": "0.12.0", - "@washingtonpost/wpds-app-bar": "0.12.0", - "@washingtonpost/wpds-avatar": "0.12.0", - "@washingtonpost/wpds-box": "0.12.0", - "@washingtonpost/wpds-button": "0.12.0", - "@washingtonpost/wpds-checkbox": "0.12.0", - "@washingtonpost/wpds-container": "0.12.0", - "@washingtonpost/wpds-divider": "0.12.0", - "@washingtonpost/wpds-error-message": "0.12.0", - "@washingtonpost/wpds-fieldset": "0.12.0", - "@washingtonpost/wpds-helper-text": "0.12.0", - "@washingtonpost/wpds-icon": "0.12.0", - "@washingtonpost/wpds-input-label": "0.12.0", - "@washingtonpost/wpds-input-password": "0.12.0", - "@washingtonpost/wpds-input-shared": "0.12.0", - "@washingtonpost/wpds-input-text": "0.12.0", - "@washingtonpost/wpds-input-textarea": "0.12.0", - "@washingtonpost/wpds-radio-group": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", - "@washingtonpost/wpds-visually-hidden": "0.12.0", - "@washingtonpost/wpds-pagination-dots": "0.11.1" + "@washingtonpost/eslint-plugin-wpds": "0.13.0", + "@washingtonpost/wpds-alert-banner": "0.13.0", + "@washingtonpost/wpds-app-bar": "0.13.0", + "@washingtonpost/wpds-avatar": "0.13.0", + "@washingtonpost/wpds-box": "0.13.0", + "@washingtonpost/wpds-button": "0.13.0", + "@washingtonpost/wpds-checkbox": "0.13.0", + "@washingtonpost/wpds-container": "0.13.0", + "@washingtonpost/wpds-divider": "0.13.0", + "@washingtonpost/wpds-error-message": "0.13.0", + "@washingtonpost/wpds-fieldset": "0.13.0", + "@washingtonpost/wpds-helper-text": "0.13.0", + "@washingtonpost/wpds-icon": "0.13.0", + "@washingtonpost/wpds-input-label": "0.13.0", + "@washingtonpost/wpds-input-password": "0.13.0", + "@washingtonpost/wpds-input-shared": "0.13.0", + "@washingtonpost/wpds-input-text": "0.13.0", + "@washingtonpost/wpds-input-textarea": "0.13.0", + "@washingtonpost/wpds-pagination-dots": "0.13.0", + "@washingtonpost/wpds-radio-group": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", + "@washingtonpost/wpds-visually-hidden": "0.13.0" }, "devDependencies": { "tsup": "^5.11.13", "typescript": "4.5.5" }, "peerDependencies": { - "@washingtonpost/wpds-pagination-dots": "*", "@washingtonpost/eslint-plugin-wpds": "*", "@washingtonpost/wpds-alert-banner": "*", "@washingtonpost/wpds-app-bar": "*", @@ -79,6 +78,7 @@ "@washingtonpost/wpds-input-shared": "*", "@washingtonpost/wpds-input-text": "*", "@washingtonpost/wpds-input-textarea": "*", + "@washingtonpost/wpds-pagination-dots": "*", "@washingtonpost/wpds-radio-group": "*", "@washingtonpost/wpds-theme": "*", "@washingtonpost/wpds-visually-hidden": "*" diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md new file mode 100644 index 000000000..1a11dbe11 --- /dev/null +++ b/ui/pagination-dots/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + + +### Features + +* PaginationDots component ([#135](https://github.com/washingtonpost/wpds-ui-kit/issues/135)) ([87d60c3](https://github.com/washingtonpost/wpds-ui-kit/commit/87d60c3977b50f1280869e6a780dec91461f3941)) diff --git a/ui/pagination-dots/package.json b/ui/pagination-dots/package.json index 1ab0acab6..51f542152 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "0.11.1", + "version": "0.13.0", "description": "WPDS Pagination Dots and Container", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -40,6 +40,6 @@ "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-theme": "*" + "@washingtonpost/wpds-theme": "0.13.0" } } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 50599d74d..16cb99416 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. +# [0.13.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-radio-group + + + + + # [0.12.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 79b47bd5e..d963cb053 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "0.12.0", + "version": "0.13.0", "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": "^0.1.5", - "@washingtonpost/wpds-error-message": "0.12.0", - "@washingtonpost/wpds-fieldset": "0.12.0", - "@washingtonpost/wpds-input-label": "0.12.0", - "@washingtonpost/wpds-theme": "0.12.0", + "@washingtonpost/wpds-error-message": "0.13.0", + "@washingtonpost/wpds-fieldset": "0.13.0", + "@washingtonpost/wpds-input-label": "0.13.0", + "@washingtonpost/wpds-theme": "0.13.0", "nanoid": "^3.3.3" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index af4e7b135..8195a53c8 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) diff --git a/ui/theme/package.json b/ui/theme/package.json index 136c2669a..d66cbc7f2 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.12.0", + "version": "0.13.0", "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 e2cc7d107..93f244dd0 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.13.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.12.0...v0.13.0) (2022-08-05) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [0.12.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.11.2...v0.12.0) (2022-08-03) **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 1e97cab98..5132085be 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.12.0", + "version": "0.13.0", "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.12.0", + "@washingtonpost/wpds-theme": "0.13.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"