From ab1dd0c2a2af14c593b235708c02977f97d22fe0 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Mon, 19 Oct 2020 21:54:00 +0200 Subject: [PATCH] Bumped version in CHANGELOG files and updated date, updated README --- README.md | 5 +---- packages/coverage/CHANGELOG.md | 2 +- packages/lint/CHANGELOG.md | 2 +- packages/typescript/CHANGELOG.md | 2 +- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9c65d98..6229568 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,5 @@ Bootstrapping: lerna bootstrap ``` -Publication with 2FA enabled: +Publication is done manually with `npm publish` from the package directories. -```sh -NPM_CONFIG_OTP=123456 lerna publish -``` diff --git a/packages/coverage/CHANGELOG.md b/packages/coverage/CHANGELOG.md index 7bd68b2..068e3de 100644 --- a/packages/coverage/CHANGELOG.md +++ b/packages/coverage/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.0.0] - 2020-10-08 +## [2.0.0] - 2020-10-19 This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts. diff --git a/packages/lint/CHANGELOG.md b/packages/lint/CHANGELOG.md index b12db79..4e52cef 100644 --- a/packages/lint/CHANGELOG.md +++ b/packages/lint/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [UNRELEASED] - 2020-08-25 +## [2.0.0] - 2020-08-25 This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts. Below is a breakdown by package. diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index a032c92..fa674f9 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.0.0] - 2020-10-08 +## [2.0.0] - 2020-10-19 This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.