From 83b81a85a3c46ce6a4bb92f8e2fa894e4a101790 Mon Sep 17 00:00:00 2001 From: site-eng-github-actions Date: Tue, 1 Mar 2022 18:06:27 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 11 +++++++++++ app/CHANGELOG.md | 8 ++++++++ app/package.json | 4 ++-- lerna.json | 2 +- ui/alert-banner/CHANGELOG.md | 11 +++++++++++ ui/alert-banner/package.json | 2 +- ui/app-bar/CHANGELOG.md | 11 +++++++++++ ui/app-bar/package.json | 2 +- ui/box/CHANGELOG.md | 8 ++++++++ ui/box/package.json | 2 +- ui/button/CHANGELOG.md | 11 +++++++++++ ui/button/package.json | 2 +- ui/checkbox/CHANGELOG.md | 8 ++++++++ ui/checkbox/package.json | 2 +- ui/container/CHANGELOG.md | 8 ++++++++ ui/container/package.json | 2 +- ui/icon/CHANGELOG.md | 11 +++++++++++ ui/icon/package.json | 4 ++-- ui/kit/CHANGELOG.md | 8 ++++++++ ui/kit/package.json | 20 ++++++++++---------- ui/theme/CHANGELOG.md | 8 ++++++++ ui/theme/package.json | 2 +- ui/visually-hidden/CHANGELOG.md | 8 ++++++++ ui/visually-hidden/package.json | 2 +- 24 files changed, 134 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8524b9614..b1b7f8cf2 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + + +### Bug Fixes + +* update icon size prop to match system ([e9ae288](https://github.com/WPMedia/wpds-ui-kit/commit/e9ae288c8eaa0358f7d03bf3725858795764af3c)) + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 478b14257..824d72db3 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package app + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) diff --git a/app/package.json b/app/package.json index ef131cb01..7a117f51e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.3.1", + "version": "0.3.2", "private": true, "description": "", "main": "index.js", @@ -14,7 +14,7 @@ "dependencies": { "@next/bundle-analyzer": "^12.0.7", "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-ui-kit": "0.3.1", + "@washingtonpost/wpds-ui-kit": "0.3.2", "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/lerna.json b/lerna.json index ce2a582e1..ff3d8cca9 100644 --- a/lerna.json +++ b/lerna.json @@ -32,5 +32,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.3.1" + "version": "0.3.2" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md index 6ce1bcfb6..34b1dcf58 100644 --- a/ui/alert-banner/CHANGELOG.md +++ b/ui/alert-banner/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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + + +### Bug Fixes + +* update icon size prop to match system ([e9ae288](https://github.com/WPMedia/wpds-ui-kit/commit/e9ae288c8eaa0358f7d03bf3725858795764af3c)) + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **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 0250ae2a8..0c2c7487c 100644 --- a/ui/alert-banner/package.json +++ b/ui/alert-banner/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-alert-banner", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Alert Banner", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md index b6e0b82b6..c0a43b7a2 100644 --- a/ui/app-bar/CHANGELOG.md +++ b/ui/app-bar/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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + + +### Bug Fixes + +* update icon size prop to match system ([e9ae288](https://github.com/WPMedia/wpds-ui-kit/commit/e9ae288c8eaa0358f7d03bf3725858795764af3c)) + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **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 782dfe8d1..c9fb4f34f 100644 --- a/ui/app-bar/package.json +++ b/ui/app-bar/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-app-bar", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS App Bar", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index e013e0421..c1d2f06ad 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-box + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 322406f20..785306274 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Box component", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md index 0cb6ad71f..929788da7 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + + +### Bug Fixes + +* update icon size prop to match system ([e9ae288](https://github.com/WPMedia/wpds-ui-kit/commit/e9ae288c8eaa0358f7d03bf3725858795764af3c)) + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) diff --git a/ui/button/package.json b/ui/button/package.json index c4250048d..fb4f6f235 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Button", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md index 1a9af12b2..67e79cb6f 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-checkbox + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index 60221a018..8faedb7fd 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Checkbox", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md index b699f1fdc..c67f12be4 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-container + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) diff --git a/ui/container/package.json b/ui/container/package.json index 43f84e957..789bba1e6 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.3.1", + "version": "0.3.2", "description": "The container centers your content horizontally. It's the most basic layout element.", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 01e1f2a72..2d1a0f921 100644 --- a/ui/icon/CHANGELOG.md +++ b/ui/icon/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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + + +### Bug Fixes + +* update icon size prop to match system ([e9ae288](https://github.com/WPMedia/wpds-ui-kit/commit/e9ae288c8eaa0358f7d03bf3725858795764af3c)) + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index b9b8defe4..cbd3ccb4d 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Icon Component", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -34,8 +34,8 @@ "typescript": "^4.5.5" }, "peerDependencies": { - "@washingtonpost/wpds-visually-hidden": "^0.3.0", "@washingtonpost/wpds-theme": "^0.3.0", + "@washingtonpost/wpds-visually-hidden": "^0.3.0", "react": "^16.8.6 || ^17.0.2" }, "gitHead": "bb6286819b0ecc271acbc19911432d85efa40c33" diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 68d481b3f..d5ac8c0f4 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-ui-kit + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 1c37f599b..37f73756d 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", @@ -30,15 +30,15 @@ "url": "https://github.com/WPMedia/wpds-ui-kit/issues" }, "dependencies": { - "@washingtonpost/wpds-alert-banner": "0.3.1", - "@washingtonpost/wpds-app-bar": "0.3.1", - "@washingtonpost/wpds-box": "0.3.1", - "@washingtonpost/wpds-button": "0.3.1", - "@washingtonpost/wpds-checkbox": "0.3.1", - "@washingtonpost/wpds-container": "0.3.1", - "@washingtonpost/wpds-icon": "0.3.1", - "@washingtonpost/wpds-theme": "0.3.1", - "@washingtonpost/wpds-visually-hidden": "0.3.1" + "@washingtonpost/wpds-alert-banner": "0.3.2", + "@washingtonpost/wpds-app-bar": "0.3.2", + "@washingtonpost/wpds-box": "0.3.2", + "@washingtonpost/wpds-button": "0.3.2", + "@washingtonpost/wpds-checkbox": "0.3.2", + "@washingtonpost/wpds-container": "0.3.2", + "@washingtonpost/wpds-icon": "0.3.2", + "@washingtonpost/wpds-theme": "0.3.2", + "@washingtonpost/wpds-visually-hidden": "0.3.2" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 182f7fa1b..610f22eb8 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-theme + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index 34757f8f6..165b4db29 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Theme and System", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index ea7471e3f..ee3717d37 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.3.2](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.1...v0.3.2) (2022-03-01) + +**Note:** Version bump only for package @washingtonpost/wpds-visually-hidden + + + + + ## [0.3.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.3.0...v0.3.1) (2022-02-28) **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 815ec1963..eed627c87 100644 --- a/ui/visually-hidden/package.json +++ b/ui/visually-hidden/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-visually-hidden", - "version": "0.3.1", + "version": "0.3.2", "description": "WPDS Visually Hidden", "author": "WPDS Support ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",