From edabde60283b0dc7519ddcded818153671deb266 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Wed, 24 Aug 2022 15:41:22 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 26 +++++++++++++++ build.washingtonpost.com/CHANGELOG.md | 20 ++++++++++++ build.washingtonpost.com/package.json | 4 +-- lerna.json | 2 +- ui/alert-banner/CHANGELOG.md | 8 +++++ ui/alert-banner/package.json | 12 +++---- ui/app-bar/CHANGELOG.md | 8 +++++ ui/app-bar/package.json | 4 +-- ui/avatar/CHANGELOG.md | 14 ++++++++ ui/avatar/package.json | 4 +-- ui/box/CHANGELOG.md | 8 +++++ ui/box/package.json | 4 +-- ui/button/CHANGELOG.md | 8 +++++ ui/button/package.json | 4 +-- ui/checkbox/CHANGELOG.md | 14 ++++++++ ui/checkbox/package.json | 8 ++--- ui/container/CHANGELOG.md | 8 +++++ ui/container/package.json | 4 +-- ui/divider/CHANGELOG.md | 8 +++++ ui/divider/package.json | 4 +-- ui/error-message/CHANGELOG.md | 8 +++++ ui/error-message/package.json | 4 +-- ui/eslint-plugin/CHANGELOG.md | 8 +++++ ui/eslint-plugin/package.json | 4 +-- ui/fieldset/CHANGELOG.md | 8 +++++ ui/fieldset/package.json | 4 +-- ui/helper-text/CHANGELOG.md | 8 +++++ ui/helper-text/package.json | 4 +-- ui/icon/CHANGELOG.md | 8 +++++ ui/icon/package.json | 6 ++-- ui/input-label/CHANGELOG.md | 8 +++++ ui/input-label/package.json | 4 +-- ui/input-password/CHANGELOG.md | 14 ++++++++ ui/input-password/package.json | 6 ++-- ui/input-shared/CHANGELOG.md | 8 +++++ ui/input-shared/package.json | 4 +-- ui/input-text/CHANGELOG.md | 14 ++++++++ ui/input-text/package.json | 20 ++++++------ ui/input-textarea/CHANGELOG.md | 8 +++++ ui/input-textarea/package.json | 12 +++---- ui/kit/CHANGELOG.md | 8 +++++ ui/kit/package.json | 46 +++++++++++++-------------- ui/pagination-dots/CHANGELOG.md | 14 ++++++++ ui/pagination-dots/package.json | 4 +-- ui/radio-group/CHANGELOG.md | 14 ++++++++ ui/radio-group/package.json | 10 +++--- ui/theme/CHANGELOG.md | 19 +++++++++++ ui/theme/package.json | 2 +- ui/visually-hidden/CHANGELOG.md | 8 +++++ ui/visually-hidden/package.json | 4 +-- 50 files changed, 369 insertions(+), 92 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dcdf09a7..ec1bdf62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +### Bug Fixes + +* **docs:** bug with dark mode and assets ([db00183](https://github.com/washingtonpost/wpds-ui-kit/commit/db00183e997e6c22f16f54799a1213e9723cb66c)) +* **docs:** fix sizes typo ([f440bcd](https://github.com/washingtonpost/wpds-ui-kit/commit/f440bcd9ca07501dd4fbd247391f2ca3c01ccc87)) +* **storybook:** upgrade Storybook without addons conflict ([#173](https://github.com/washingtonpost/wpds-ui-kit/issues/173)) ([73e2029](https://github.com/washingtonpost/wpds-ui-kit/commit/73e2029eff4251acd7ab9d3c0cd677910c15e330)) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151) + + +### Features + +* add maximum breakpoints ([815a944](https://github.com/washingtonpost/wpds-ui-kit/commit/815a94449907cd26632a155240bb61e65fa9f73e)) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index db909141d..a58e89555 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/washingtonpost/wpds-docs/compare/v0.14.0...v0.15.0) (2022-08-24) + + +### Bug Fixes + +* **docs:** bug with dark mode and assets ([db00183](https://github.com/washingtonpost/wpds-docs/commit/db00183e997e6c22f16f54799a1213e9723cb66c)) +* **docs:** fix sizes typo ([f440bcd](https://github.com/washingtonpost/wpds-docs/commit/f440bcd9ca07501dd4fbd247391f2ca3c01ccc87)) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-docs/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-docs/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-docs/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 1ca3691a4..486e56e8b 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "0.14.0", + "version": "0.15.0", "private": true, "scripts": { "dev": "next dev", @@ -24,7 +24,7 @@ "@washingtonpost/site-footer": "0.11.3", "@washingtonpost/site-third-party-scripts": "latest", "@washingtonpost/wpds-assets": "^1.10.0", - "@washingtonpost/wpds-ui-kit": "0.14.0", + "@washingtonpost/wpds-ui-kit": "0.15.0", "gray-matter": "^4.0.2", "lz-string": "^1.4.4", "next": "^12.2.4", diff --git a/lerna.json b/lerna.json index 4ea68793e..709ebb744 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.14.0" + "version": "0.15.0" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index d8aa9a02b..b6da416cc 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-alert-banner + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 ac26dc122..e595d8091 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-app-bar": "0.15.0", "@washingtonpost/wpds-assets": "^1.10.0", - "@washingtonpost/wpds-button": "0.14.0", - "@washingtonpost/wpds-container": "0.14.0", - "@washingtonpost/wpds-icon": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", + "@washingtonpost/wpds-button": "0.15.0", + "@washingtonpost/wpds-container": "0.15.0", + "@washingtonpost/wpds-icon": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.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 829312a2c..b1a0862fe 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-app-bar + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 f79868116..802d525d0 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/avatar/CHANGELOG.md b/ui/avatar/CHANGELOG.md index 66987909a..19dda9a53 100644 --- a/ui/avatar/CHANGELOG.md +++ b/ui/avatar/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. +# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-avatar diff --git a/ui/avatar/package.json b/ui/avatar/package.json index 2dee0b99e..5af948cb4 100644 --- a/ui/avatar/package.json +++ b/ui/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-avatar", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 9c8754a3a..d68ed912d 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index a3b4d4303..846570f49 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 12252b8ac..2362962f9 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-button + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/button/package.json b/ui/button/package.json index 007a90303..6cddab628 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index aced32d2d..86a5be189 100644 --- a/ui/checkbox/CHANGELOG.md +++ b/ui/checkbox/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. +# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 4b8780895..edb0b78ce 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.14.0", + "version": "0.15.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.10.0", - "@washingtonpost/wpds-icon": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", - "@washingtonpost/wpds-visually-hidden": "0.14.0", + "@washingtonpost/wpds-icon": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.0", + "@washingtonpost/wpds-visually-hidden": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index 4725e8fb2..5282e8669 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/container/package.json b/ui/container/package.json index b60a6126c..d1f4e42a4 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/divider/CHANGELOG.md b/ui/divider/CHANGELOG.md index 23a3acc24..e3056e4c1 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-divider + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-divider diff --git a/ui/divider/package.json b/ui/divider/package.json index 7ce5169ac..cd925918a 100644 --- a/ui/divider/package.json +++ b/ui/divider/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-divider", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/error-message/CHANGELOG.md b/ui/error-message/CHANGELOG.md index eeb1aae81..cf2e34d56 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-error-message + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 d6de93b0a..08fd38209 100644 --- a/ui/error-message/package.json +++ b/ui/error-message/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-error-message", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/eslint-plugin/CHANGELOG.md b/ui/eslint-plugin/CHANGELOG.md index 985b40b70..308ec0bbf 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 f87e510bd..4cf03fe16 100644 --- a/ui/eslint-plugin/package.json +++ b/ui/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/ui/fieldset/CHANGELOG.md b/ui/fieldset/CHANGELOG.md index c5d024d19..4b7a149a3 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-fieldset + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-fieldset diff --git a/ui/fieldset/package.json b/ui/fieldset/package.json index a671aa286..9d8b808c9 100644 --- a/ui/fieldset/package.json +++ b/ui/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-fieldset", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/helper-text/CHANGELOG.md b/ui/helper-text/CHANGELOG.md index 46ed85637..0ced878d1 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-helper-text + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 c4eb5bb17..2e8c635d9 100644 --- a/ui/helper-text/package.json +++ b/ui/helper-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-helper-text", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 4c4792469..c0e51ced9 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-icon + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index a4433e04f..bf0446bb4 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.14.0", + "version": "0.15.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.14.0", - "@washingtonpost/wpds-visually-hidden": "0.14.0", + "@washingtonpost/wpds-theme": "0.15.0", + "@washingtonpost/wpds-visually-hidden": "0.15.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 42a1e62ea..b9253acd8 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-label + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 d4c6c8d76..6a359adfa 100644 --- a/ui/input-label/package.json +++ b/ui/input-label/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-label", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-password/CHANGELOG.md b/ui/input-password/CHANGELOG.md index 82401884d..c1759a01d 100644 --- a/ui/input-password/CHANGELOG.md +++ b/ui/input-password/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. +# [0.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/WPMedia/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/WPMedia/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/input-password/package.json b/ui/input-password/package.json index 5d380d1f0..442d4d4c3 100644 --- a/ui/input-password/package.json +++ b/ui/input-password/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-password", - "version": "0.14.0", + "version": "0.15.0", "description": "WPDS InputPassword", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -43,8 +43,8 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^1.10.0", - "@washingtonpost/wpds-icon": "0.14.0", - "@washingtonpost/wpds-input-text": "0.14.0" + "@washingtonpost/wpds-icon": "0.15.0", + "@washingtonpost/wpds-input-text": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-shared/CHANGELOG.md b/ui/input-shared/CHANGELOG.md index 2502524ba..0b8f058f4 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-shared + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 36356b552..bee7d2b5d 100644 --- a/ui/input-shared/package.json +++ b/ui/input-shared/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-shared", - "version": "0.14.0", + "version": "0.15.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.14.0" + "@washingtonpost/wpds-theme": "0.15.0" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" } diff --git a/ui/input-text/CHANGELOG.md b/ui/input-text/CHANGELOG.md index 26fe13957..8acb7fed1 100644 --- a/ui/input-text/CHANGELOG.md +++ b/ui/input-text/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. +# [0.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/WPMedia/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/WPMedia/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/input-text/package.json b/ui/input-text/package.json index 70182c8d6..59262b16c 100644 --- a/ui/input-text/package.json +++ b/ui/input-text/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-text", - "version": "0.14.0", + "version": "0.15.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": "^1.10.0", - "@washingtonpost/wpds-box": "0.14.0", - "@washingtonpost/wpds-button": "0.14.0", - "@washingtonpost/wpds-error-message": "0.14.0", - "@washingtonpost/wpds-helper-text": "0.14.0", - "@washingtonpost/wpds-icon": "0.14.0", - "@washingtonpost/wpds-input-label": "0.14.0", - "@washingtonpost/wpds-input-shared": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", - "@washingtonpost/wpds-visually-hidden": "0.14.0", + "@washingtonpost/wpds-box": "0.15.0", + "@washingtonpost/wpds-button": "0.15.0", + "@washingtonpost/wpds-error-message": "0.15.0", + "@washingtonpost/wpds-helper-text": "0.15.0", + "@washingtonpost/wpds-icon": "0.15.0", + "@washingtonpost/wpds-input-label": "0.15.0", + "@washingtonpost/wpds-input-shared": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.0", + "@washingtonpost/wpds-visually-hidden": "0.15.0", "nanoid": "^3.3.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/input-textarea/CHANGELOG.md b/ui/input-textarea/CHANGELOG.md index f5a04d66f..b2a8336d2 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.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-input-textarea + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/input-textarea/package.json b/ui/input-textarea/package.json index a7eebc402..3d228abc0 100644 --- a/ui/input-textarea/package.json +++ b/ui/input-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-input-textarea", - "version": "0.14.0", + "version": "0.15.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.14.0", - "@washingtonpost/wpds-helper-text": "0.14.0", - "@washingtonpost/wpds-input-label": "0.14.0", - "@washingtonpost/wpds-input-shared": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", + "@washingtonpost/wpds-error-message": "0.15.0", + "@washingtonpost/wpds-helper-text": "0.15.0", + "@washingtonpost/wpds-input-label": "0.15.0", + "@washingtonpost/wpds-input-shared": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 1c8b8549d..4992bd8fb 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 0a952fed7..6d08daa26 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.14.0", + "version": "0.15.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -32,28 +32,28 @@ "url": "https://github.com/washingtonpost/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "0.14.0", - "@washingtonpost/wpds-alert-banner": "0.14.0", - "@washingtonpost/wpds-app-bar": "0.14.0", - "@washingtonpost/wpds-avatar": "0.14.0", - "@washingtonpost/wpds-box": "0.14.0", - "@washingtonpost/wpds-button": "0.14.0", - "@washingtonpost/wpds-checkbox": "0.14.0", - "@washingtonpost/wpds-container": "0.14.0", - "@washingtonpost/wpds-divider": "0.14.0", - "@washingtonpost/wpds-error-message": "0.14.0", - "@washingtonpost/wpds-fieldset": "0.14.0", - "@washingtonpost/wpds-helper-text": "0.14.0", - "@washingtonpost/wpds-icon": "0.14.0", - "@washingtonpost/wpds-input-label": "0.14.0", - "@washingtonpost/wpds-input-password": "0.14.0", - "@washingtonpost/wpds-input-shared": "0.14.0", - "@washingtonpost/wpds-input-text": "0.14.0", - "@washingtonpost/wpds-input-textarea": "0.14.0", - "@washingtonpost/wpds-pagination-dots": "0.14.0", - "@washingtonpost/wpds-radio-group": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", - "@washingtonpost/wpds-visually-hidden": "0.14.0" + "@washingtonpost/eslint-plugin-wpds": "0.15.0", + "@washingtonpost/wpds-alert-banner": "0.15.0", + "@washingtonpost/wpds-app-bar": "0.15.0", + "@washingtonpost/wpds-avatar": "0.15.0", + "@washingtonpost/wpds-box": "0.15.0", + "@washingtonpost/wpds-button": "0.15.0", + "@washingtonpost/wpds-checkbox": "0.15.0", + "@washingtonpost/wpds-container": "0.15.0", + "@washingtonpost/wpds-divider": "0.15.0", + "@washingtonpost/wpds-error-message": "0.15.0", + "@washingtonpost/wpds-fieldset": "0.15.0", + "@washingtonpost/wpds-helper-text": "0.15.0", + "@washingtonpost/wpds-icon": "0.15.0", + "@washingtonpost/wpds-input-label": "0.15.0", + "@washingtonpost/wpds-input-password": "0.15.0", + "@washingtonpost/wpds-input-shared": "0.15.0", + "@washingtonpost/wpds-input-text": "0.15.0", + "@washingtonpost/wpds-input-textarea": "0.15.0", + "@washingtonpost/wpds-pagination-dots": "0.15.0", + "@washingtonpost/wpds-radio-group": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.0", + "@washingtonpost/wpds-visually-hidden": "0.15.0" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/pagination-dots/CHANGELOG.md b/ui/pagination-dots/CHANGELOG.md index da07b4790..2e1f12017 100644 --- a/ui/pagination-dots/CHANGELOG.md +++ b/ui/pagination-dots/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. +# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 06a00d847..52bc45197 100644 --- a/ui/pagination-dots/package.json +++ b/ui/pagination-dots/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-pagination-dots", - "version": "0.14.0", + "version": "0.15.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": "0.14.0" + "@washingtonpost/wpds-theme": "0.15.0" } } diff --git a/ui/radio-group/CHANGELOG.md b/ui/radio-group/CHANGELOG.md index 5520023a2..96218efa1 100644 --- a/ui/radio-group/CHANGELOG.md +++ b/ui/radio-group/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. +# [0.15.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/WPMedia/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/WPMedia/wpds-ui-kit/issues/151) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/radio-group/package.json b/ui/radio-group/package.json index 230b60379..bf5293210 100644 --- a/ui/radio-group/package.json +++ b/ui/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-radio-group", - "version": "0.14.0", + "version": "0.15.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.14.0", - "@washingtonpost/wpds-fieldset": "0.14.0", - "@washingtonpost/wpds-input-label": "0.14.0", - "@washingtonpost/wpds-theme": "0.14.0", + "@washingtonpost/wpds-error-message": "0.15.0", + "@washingtonpost/wpds-fieldset": "0.15.0", + "@washingtonpost/wpds-input-label": "0.15.0", + "@washingtonpost/wpds-theme": "0.15.0", "nanoid": "^3.3.3" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac" diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index e864e7cc2..d665f9ec8 100644 --- a/ui/theme/CHANGELOG.md +++ b/ui/theme/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + + +* fix(theme)!: remove global margin and padding (#151) ([78c65c8](https://github.com/washingtonpost/wpds-ui-kit/commit/78c65c8b590c3d90ef74aeef531269b60eccacfa)), closes [#151](https://github.com/washingtonpost/wpds-ui-kit/issues/151) + + +### Features + +* add maximum breakpoints ([815a944](https://github.com/washingtonpost/wpds-ui-kit/commit/815a94449907cd26632a155240bb61e65fa9f73e)) + + +### BREAKING CHANGES + +* removes rule that set all margin and padding to zero, any component relying on this rule will need to add it back locally + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) diff --git a/ui/theme/package.json b/ui/theme/package.json index 6fdb0ff48..7c23286fa 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.14.0", + "version": "0.15.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 7771f2bde..6788ba2ad 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.15.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.14.0...v0.15.0) (2022-08-24) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + # [0.14.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v0.13.0...v0.14.0) (2022-08-12) **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 621b80996..882aaba57 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.14.0", + "version": "0.15.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.14.0", + "@washingtonpost/wpds-theme": "0.15.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "dcdf670812681188707d23ae5e5aed42101360ac"