diff --git a/CHANGELOG.md b/CHANGELOG.md index f33ffbe..e907fa4 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](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16) + + +### Bug Fixes + +* make @types/jest a peer dependency ([2d7ad17](https://github.com/anilanar/dev/commit/2d7ad17f008308ac3d08570a86d372132872b1d6)), 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. + + + + + # [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) diff --git a/babel-plugin-joke/CHANGELOG.md b/babel-plugin-joke/CHANGELOG.md index d9165e9..5a82397 100644 --- a/babel-plugin-joke/CHANGELOG.md +++ b/babel-plugin-joke/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. +# [1.0.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16) + +**Note:** Version bump only for package @userlike/babel-plugin-joke + + + + + # [0.3.0](https://github.com/userlike/joke/compare/v0.2.0...v0.3.0) (2020-02-26) diff --git a/babel-plugin-joke/package.json b/babel-plugin-joke/package.json index 0a1167f..3a4125f 100644 --- a/babel-plugin-joke/package.json +++ b/babel-plugin-joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/babel-plugin-joke", - "version": "0.3.0", + "version": "1.0.0", "description": "Typesafe mock utility with minimal boilerplate for jest", "keywords": [ "typescript", diff --git a/joke-example/CHANGELOG.md b/joke-example/CHANGELOG.md index f2ffa3c..a71c4a6 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](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16) + + +### Bug Fixes + +* make @types/jest a peer dependency ([2d7ad17](https://github.com/anilanar/dev/commit/2d7ad17f008308ac3d08570a86d372132872b1d6)), 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. + + + + + # [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) diff --git a/joke-example/package.json b/joke-example/package.json index d3234c4..2a88481 100644 --- a/joke-example/package.json +++ b/joke-example/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke-example", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "license": "MIT", "private": true, "scripts": { @@ -9,10 +9,10 @@ "lint": "echo 'No linter.'" }, "dependencies": { - "@userlike/joke": "^1.0.0-alpha.0" + "@userlike/joke": "^1.0.0" }, "devDependencies": { "@types/jest": "26.0.3", - "@userlike/babel-plugin-joke": "^0.3.0" + "@userlike/babel-plugin-joke": "^1.0.0" } } diff --git a/joke/CHANGELOG.md b/joke/CHANGELOG.md index 035dc0d..b09f2c1 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](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16) + + +### Bug Fixes + +* make @types/jest a peer dependency ([2d7ad17](https://github.com/anilanar/dev/commit/2d7ad17f008308ac3d08570a86d372132872b1d6)), 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. + + + + + # [1.0.0-alpha.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0-alpha.0) (2020-07-01) diff --git a/joke/package.json b/joke/package.json index ef3aba0..0929f3e 100644 --- a/joke/package.json +++ b/joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke", - "version": "1.0.0-alpha.0", + "version": "1.0.0", "description": "Typesafe mock utility with minimal boilerplate for jest", "keywords": [ "typescript", diff --git a/lerna.json b/lerna.json index b70c659..0dc1fcb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.0", + "version": "1.0.0", "npmClient": "yarn", "useWorkspaces": true, "command": {