From 47ed3bc6b563bf31a995d7f0147954edd91e651f Mon Sep 17 00:00:00 2001 From: Anil Anar Date: Wed, 1 Jul 2020 09:55:24 +0200 Subject: [PATCH] v1.0.0-alpha.0 --- CHANGELOG.md | 17 +++++++++++++++++ joke-example/CHANGELOG.md | 17 +++++++++++++++++ joke-example/package.json | 4 ++-- joke/CHANGELOG.md | 17 +++++++++++++++++ joke/package.json | 2 +- lerna.json | 2 +- 6 files changed, 55 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af631d..f33ffbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) + + +### Bug Fixes + +* make @types/jest a peer dependency ([109d726](https://github.com/anilanar/dev/commit/109d726d74d8837c42f38be1d3c5a737d9537866)), closes [#5](https://github.com/anilanar/dev/issues/5) + + +### BREAKING CHANGES + +* @types/jest has become a peer dependency so if you don't have it in your dependencies, you must add +it now. + + + + + # [0.3.0](https://github.com/userlike/joke/compare/v0.2.0...v0.3.0) (2020-02-26) diff --git a/joke-example/CHANGELOG.md b/joke-example/CHANGELOG.md index f8fe0eb..f2ffa3c 100644 --- a/joke-example/CHANGELOG.md +++ b/joke-example/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) + + +### Bug Fixes + +* make @types/jest a peer dependency ([109d726](https://github.com/anilanar/dev/commit/109d726d74d8837c42f38be1d3c5a737d9537866)), closes [#5](https://github.com/anilanar/dev/issues/5) + + +### BREAKING CHANGES + +* @types/jest has become a peer dependency so if you don't have it in your dependencies, you must add +it now. + + + + + # [0.3.0](https://github.com/userlike/joke/compare/v0.2.0...v0.3.0) (2020-02-26) **Note:** Version bump only for package @userlike/joke-example diff --git a/joke-example/package.json b/joke-example/package.json index 01c488a..d3234c4 100644 --- a/joke-example/package.json +++ b/joke-example/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke-example", - "version": "0.3.0", + "version": "1.0.0-alpha.0", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "lint": "echo 'No linter.'" }, "dependencies": { - "@userlike/joke": "^0.3.0" + "@userlike/joke": "^1.0.0-alpha.0" }, "devDependencies": { "@types/jest": "26.0.3", diff --git a/joke/CHANGELOG.md b/joke/CHANGELOG.md index eacecd0..035dc0d 100644 --- a/joke/CHANGELOG.md +++ b/joke/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) + + +### Bug Fixes + +* make @types/jest a peer dependency ([109d726](https://github.com/anilanar/dev/commit/109d726d74d8837c42f38be1d3c5a737d9537866)), closes [#5](https://github.com/anilanar/dev/issues/5) + + +### BREAKING CHANGES + +* @types/jest has become a peer dependency so if you don't have it in your dependencies, you must add +it now. + + + + + # [0.3.0](https://github.com/userlike/joke/compare/v0.2.0...v0.3.0) (2020-02-26) diff --git a/joke/package.json b/joke/package.json index 8e00004..ef3aba0 100644 --- a/joke/package.json +++ b/joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke", - "version": "0.3.0", + "version": "1.0.0-alpha.0", "description": "Typesafe mock utility with minimal boilerplate for jest", "keywords": [ "typescript", diff --git a/lerna.json b/lerna.json index e2805b0..b70c659 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "1.0.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true, "command": {