From bb6286819b0ecc271acbc19911432d85efa40c33 Mon Sep 17 00:00:00 2001 From: artmsilva Date: Fri, 25 Feb 2022 17:55:19 -0500 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 22 ++++++++++++++++++++++ app/CHANGELOG.md | 8 ++++++++ app/package.json | 4 ++-- lerna.json | 2 +- ui/alert-banner/CHANGELOG.md | 16 ++++++++++++++++ ui/alert-banner/package.json | 2 +- ui/app-bar/CHANGELOG.md | 18 ++++++++++++++++++ ui/app-bar/package.json | 2 +- ui/box/CHANGELOG.md | 11 +++++++++++ ui/box/package.json | 2 +- ui/button/CHANGELOG.md | 17 +++++++++++++++++ ui/button/package.json | 2 +- ui/checkbox/CHANGELOG.md | 12 ++++++++++++ ui/checkbox/package.json | 2 +- ui/container/CHANGELOG.md | 19 +++++++++++++++++++ ui/container/package.json | 2 +- ui/icon/CHANGELOG.md | 16 ++++++++++++++++ ui/icon/package.json | 2 +- ui/kit/CHANGELOG.md | 18 ++++++++++++++++++ ui/kit/package.json | 20 ++++++++++---------- ui/theme/CHANGELOG.md | 11 +++++++++++ ui/theme/package.json | 2 +- ui/visually-hidden/CHANGELOG.md | 11 +++++++++++ ui/visually-hidden/package.json | 2 +- 24 files changed, 201 insertions(+), 22 deletions(-) create mode 100644 ui/alert-banner/CHANGELOG.md create mode 100644 ui/app-bar/CHANGELOG.md create mode 100644 ui/button/CHANGELOG.md create mode 100644 ui/checkbox/CHANGELOG.md create mode 100644 ui/container/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c48a706..e2336bd43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) +* bump ([5e7077c](https://github.com/WPMedia/wpds-ui-kit/commit/5e7077c4daafbd2147fc9a9d426ee3f743d326e9)) +* bump ([4d48e09](https://github.com/WPMedia/wpds-ui-kit/commit/4d48e091dcb1cc58e4d39b7a6869429b944b3ad2)) +* bump ([dcfed8a](https://github.com/WPMedia/wpds-ui-kit/commit/dcfed8aaba94c706fd16d91e48908a99cb99c109)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) +* button ([0bec12b](https://github.com/WPMedia/wpds-ui-kit/commit/0bec12b4602a6c1174feda5686f17c08dd3f6db0)) +* container ([d5d0153](https://github.com/WPMedia/wpds-ui-kit/commit/d5d0153fe8afe4982efea258e390b566284198ce)) +* yolo app bar ([d645331](https://github.com/WPMedia/wpds-ui-kit/commit/d645331c2d900d453ebb82198752de7bad997e27)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) ### Bug Fixes diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 528d2caa5..ffd82747f 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.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + +**Note:** Version bump only for package app + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) **Note:** Version bump only for package ssr-testing diff --git a/app/package.json b/app/package.json index bb6abacd0..b943e5102 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "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.0-experimental.10", + "@washingtonpost/wpds-ui-kit": "0.3.0", "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/lerna.json b/lerna.json index e7594eb86..ba45f04ed 100644 --- a/lerna.json +++ b/lerna.json @@ -32,5 +32,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.3.0-experimental.10" + "version": "0.3.0" } diff --git a/ui/alert-banner/CHANGELOG.md b/ui/alert-banner/CHANGELOG.md new file mode 100644 index 000000000..a36200940 --- /dev/null +++ b/ui/alert-banner/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) diff --git a/ui/alert-banner/package.json b/ui/alert-banner/package.json index f53fa461c..914aaa376 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.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/app-bar/CHANGELOG.md b/ui/app-bar/CHANGELOG.md new file mode 100644 index 000000000..6b56b1527 --- /dev/null +++ b/ui/app-bar/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) +* button ([0bec12b](https://github.com/WPMedia/wpds-ui-kit/commit/0bec12b4602a6c1174feda5686f17c08dd3f6db0)) +* yolo app bar ([d645331](https://github.com/WPMedia/wpds-ui-kit/commit/d645331c2d900d453ebb82198752de7bad997e27)) diff --git a/ui/app-bar/package.json b/ui/app-bar/package.json index 406064d0d..3c7cd725d 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.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/box/CHANGELOG.md b/ui/box/CHANGELOG.md index 9f44a9dba..a86aaeabb 100644 --- a/ui/box/CHANGELOG.md +++ b/ui/box/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.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) **Note:** Version bump only for package @washingtonpost/wpds-box diff --git a/ui/box/package.json b/ui/box/package.json index 1932e2f6e..8b998b56f 100644 --- a/ui/box/package.json +++ b/ui/box/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-box", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/button/CHANGELOG.md b/ui/button/CHANGELOG.md new file mode 100644 index 000000000..7782f3699 --- /dev/null +++ b/ui/button/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) +* button ([0bec12b](https://github.com/WPMedia/wpds-ui-kit/commit/0bec12b4602a6c1174feda5686f17c08dd3f6db0)) diff --git a/ui/button/package.json b/ui/button/package.json index 4952ff2c1..91f2b0c23 100644 --- a/ui/button/package.json +++ b/ui/button/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-button", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/checkbox/CHANGELOG.md b/ui/checkbox/CHANGELOG.md new file mode 100644 index 000000000..9b53fec9b --- /dev/null +++ b/ui/checkbox/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) +* bump ([5e7077c](https://github.com/WPMedia/wpds-ui-kit/commit/5e7077c4daafbd2147fc9a9d426ee3f743d326e9)) diff --git a/ui/checkbox/package.json b/ui/checkbox/package.json index bccbdead3..bd84bd19e 100644 --- a/ui/checkbox/package.json +++ b/ui/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-checkbox", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/container/CHANGELOG.md b/ui/container/CHANGELOG.md new file mode 100644 index 000000000..b481f3ccd --- /dev/null +++ b/ui/container/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) +* button ([0bec12b](https://github.com/WPMedia/wpds-ui-kit/commit/0bec12b4602a6c1174feda5686f17c08dd3f6db0)) +* container ([d5d0153](https://github.com/WPMedia/wpds-ui-kit/commit/d5d0153fe8afe4982efea258e390b566284198ce)) +* yolo app bar ([d645331](https://github.com/WPMedia/wpds-ui-kit/commit/d645331c2d900d453ebb82198752de7bad997e27)) diff --git a/ui/container/package.json b/ui/container/package.json index 7da2437e6..b4cd7c829 100644 --- a/ui/container/package.json +++ b/ui/container/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-container", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "The container centers your content horizontally. It's the most basic layout element.", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/icon/CHANGELOG.md b/ui/icon/CHANGELOG.md index 18a5bfd14..3ec2c3072 100644 --- a/ui/icon/CHANGELOG.md +++ b/ui/icon/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* button ([0bec12b](https://github.com/WPMedia/wpds-ui-kit/commit/0bec12b4602a6c1174feda5686f17c08dd3f6db0)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) **Note:** Version bump only for package @washingtonpost/wpds-icon diff --git a/ui/icon/package.json b/ui/icon/package.json index 525bdb08d..d8533fb3c 100644 --- a/ui/icon/package.json +++ b/ui/icon/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-icon", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/kit/CHANGELOG.md b/ui/kit/CHANGELOG.md index 77eb25fbe..4a04722ed 100644 --- a/ui/kit/CHANGELOG.md +++ b/ui/kit/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + +### Features + +* alert banner ([56deb3f](https://github.com/WPMedia/wpds-ui-kit/commit/56deb3f08b62a5d3691f4056d54e8383bff91b97)) +* container ([d5d0153](https://github.com/WPMedia/wpds-ui-kit/commit/d5d0153fe8afe4982efea258e390b566284198ce)) +* yolo app bar ([d645331](https://github.com/WPMedia/wpds-ui-kit/commit/d645331c2d900d453ebb82198752de7bad997e27)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) **Note:** Version bump only for package @washingtonpost/wpds-ui-kit diff --git a/ui/kit/package.json b/ui/kit/package.json index 529fb19a3..d1d352d12 100644 --- a/ui/kit/package.json +++ b/ui/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "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.0-experimental.10", - "@washingtonpost/wpds-app-bar": "0.3.0-experimental.10", - "@washingtonpost/wpds-box": "0.3.0-experimental.10", - "@washingtonpost/wpds-button": "0.3.0-experimental.10", - "@washingtonpost/wpds-checkbox": "0.3.0-experimental.10", - "@washingtonpost/wpds-container": "0.3.0-experimental.10", - "@washingtonpost/wpds-icon": "0.3.0-experimental.10", - "@washingtonpost/wpds-theme": "0.3.0-experimental.10", - "@washingtonpost/wpds-visually-hidden": "0.3.0-experimental.10" + "@washingtonpost/wpds-alert-banner": "0.3.0", + "@washingtonpost/wpds-app-bar": "0.3.0", + "@washingtonpost/wpds-box": "0.3.0", + "@washingtonpost/wpds-button": "0.3.0", + "@washingtonpost/wpds-checkbox": "0.3.0", + "@washingtonpost/wpds-container": "0.3.0", + "@washingtonpost/wpds-icon": "0.3.0", + "@washingtonpost/wpds-theme": "0.3.0", + "@washingtonpost/wpds-visually-hidden": "0.3.0" }, "devDependencies": { "tsup": "^5.11.13", diff --git a/ui/theme/CHANGELOG.md b/ui/theme/CHANGELOG.md index 9a86bca0a..68eb4e154 100644 --- a/ui/theme/CHANGELOG.md +++ b/ui/theme/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.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Features + +* yolo app bar ([d645331](https://github.com/WPMedia/wpds-ui-kit/commit/d645331c2d900d453ebb82198752de7bad997e27)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-03) **Note:** Version bump only for package @washingtonpost/wpds-theme diff --git a/ui/theme/package.json b/ui/theme/package.json index 6254489e0..142ba9915 100644 --- a/ui/theme/package.json +++ b/ui/theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-theme", - "version": "0.3.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme", diff --git a/ui/visually-hidden/CHANGELOG.md b/ui/visually-hidden/CHANGELOG.md index 9b1ae927b..23579315e 100644 --- a/ui/visually-hidden/CHANGELOG.md +++ b/ui/visually-hidden/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.0](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.1...v0.3.0) (2022-02-25) + + +### Bug Fixes + +* all the issues ([f9b73b5](https://github.com/WPMedia/wpds-ui-kit/commit/f9b73b5e916244c192a386c605de74b5a16bc9e4)) + + + + + ## [0.2.1](https://github.com/WPMedia/wpds-ui-kit/compare/v0.2.0...v0.2.1) (2022-02-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 cb819ee45..d4f40c07f 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.0-experimental.10", + "version": "0.3.0", "description": "> TODO: description", "author": "artmsilva ", "homepage": "https://github.com/WPMedia/wpds-ui-kit#readme",