From 66e603f9d858a90530af002f191549311df24d7f Mon Sep 17 00:00:00 2001 From: Anil Anar Date: Wed, 23 Sep 2020 12:46:06 +0200 Subject: [PATCH] v2.0.0-alpha.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ lerna.json | 2 +- packages/babel-plugin-joke/CHANGELOG.md | 21 +++++++++++++++++++++ packages/babel-plugin-joke/package.json | 2 +- packages/joke-example/CHANGELOG.md | 16 ++++++++++++++++ packages/joke-example/package.json | 6 +++--- packages/joke/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/joke/package.json | 2 +- 8 files changed, 89 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3720a5..dc16401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.0](https://github.com/userlike/joke/compare/v1.0.2...v2.0.0-alpha.0) (2020-09-23) + + +### chore + +* regen subpkgs with mklib ([a6e3608](https://github.com/userlike/joke/commit/a6e3608ee718f4964329298cb8bcca3ec9845a20)) + + +### Features + +* add mockAll ([fa46d77](https://github.com/userlike/joke/commit/fa46d774d1a908e6e849f83d7285b6676887340d)), closes [#11](https://github.com/userlike/joke/issues/11) +* improve mocked types ([8328bdc](https://github.com/userlike/joke/commit/8328bdc8143d71b3c69a299f5e381af1d1b90786)), closes [#13](https://github.com/userlike/joke/issues/13) + + +### BREAKING CHANGES + +* New mocked types carry the risk of breaking existing code +* Removing polyfills can break depending on your node version. + + + + + ## [1.0.2](https://github.com/anilanar/dev/compare/v1.0.1...v1.0.2) (2020-07-21) **Note:** Version bump only for package joke diff --git a/lerna.json b/lerna.json index ca718e0..1efa539 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.2", + "version": "2.0.0-alpha.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/babel-plugin-joke/CHANGELOG.md b/packages/babel-plugin-joke/CHANGELOG.md index 3950511..b589f86 100644 --- a/packages/babel-plugin-joke/CHANGELOG.md +++ b/packages/babel-plugin-joke/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.0](https://github.com/anilanar/mklib/compare/v1.0.2...v2.0.0-alpha.0) (2020-09-23) + + +### chore + +* regen subpkgs with mklib ([a6e3608](https://github.com/anilanar/mklib/commit/a6e3608ee718f4964329298cb8bcca3ec9845a20)) + + +### Features + +* add mockAll ([fa46d77](https://github.com/anilanar/mklib/commit/fa46d774d1a908e6e849f83d7285b6676887340d)), closes [#11](https://github.com/anilanar/mklib/issues/11) + + +### BREAKING CHANGES + +* Removing polyfills can break depending on your node version. + + + + + ## [1.0.2](https://github.com/anilanar/dev/compare/v1.0.1...v1.0.2) (2020-07-21) **Note:** Version bump only for package @userlike/babel-plugin-joke diff --git a/packages/babel-plugin-joke/package.json b/packages/babel-plugin-joke/package.json index 3cbd2e1..bcd6ca0 100644 --- a/packages/babel-plugin-joke/package.json +++ b/packages/babel-plugin-joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/babel-plugin-joke", - "version": "1.0.2", + "version": "2.0.0-alpha.0", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "types": "dist/es/index.d.ts", diff --git a/packages/joke-example/CHANGELOG.md b/packages/joke-example/CHANGELOG.md index 2546ff9..c88be30 100644 --- a/packages/joke-example/CHANGELOG.md +++ b/packages/joke-example/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. +# [2.0.0-alpha.0](https://github.com/anilanar/dev/compare/v1.0.2...v2.0.0-alpha.0) (2020-09-23) + + +### chore + +* regen subpkgs with mklib ([a6e3608](https://github.com/anilanar/dev/commit/a6e3608ee718f4964329298cb8bcca3ec9845a20)) + + +### BREAKING CHANGES + +* Removing polyfills can break depending on your node version. + + + + + ## [1.0.2](https://github.com/anilanar/dev/compare/v1.0.1...v1.0.2) (2020-07-21) **Note:** Version bump only for package @userlike/joke-example diff --git a/packages/joke-example/package.json b/packages/joke-example/package.json index 0871a6a..dc12f0a 100644 --- a/packages/joke-example/package.json +++ b/packages/joke-example/package.json @@ -1,7 +1,7 @@ { "name": "joke-example", "private": true, - "version": "1.0.2", + "version": "2.0.0-alpha.0", "license": "MIT", "scripts": { "build": "tsc", @@ -11,10 +11,10 @@ "test": "jest" }, "dependencies": { - "@userlike/joke": "^1.0.2" + "@userlike/joke": "^2.0.0-alpha.0" }, "devDependencies": { "@types/jest": "26.0.3", - "@userlike/babel-plugin-joke": "^1.0.2" + "@userlike/babel-plugin-joke": "^2.0.0-alpha.0" } } diff --git a/packages/joke/CHANGELOG.md b/packages/joke/CHANGELOG.md index eeb8027..8b817b8 100644 --- a/packages/joke/CHANGELOG.md +++ b/packages/joke/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-alpha.0](https://github.com/anilanar/mklib/compare/v1.0.2...v2.0.0-alpha.0) (2020-09-23) + + +### chore + +* regen subpkgs with mklib ([a6e3608](https://github.com/anilanar/mklib/commit/a6e3608ee718f4964329298cb8bcca3ec9845a20)) + + +### Features + +* add mockAll ([fa46d77](https://github.com/anilanar/mklib/commit/fa46d774d1a908e6e849f83d7285b6676887340d)), closes [#11](https://github.com/anilanar/mklib/issues/11) +* improve mocked types ([8328bdc](https://github.com/anilanar/mklib/commit/8328bdc8143d71b3c69a299f5e381af1d1b90786)), closes [#13](https://github.com/anilanar/mklib/issues/13) + + +### BREAKING CHANGES + +* New mocked types carry the risk of breaking existing code +* Removing polyfills can break depending on your node version. + + + + + ## [1.0.2](https://github.com/anilanar/dev/compare/v1.0.1...v1.0.2) (2020-07-21) **Note:** Version bump only for package @userlike/joke diff --git a/packages/joke/package.json b/packages/joke/package.json index e16f9a6..e8c8ce3 100644 --- a/packages/joke/package.json +++ b/packages/joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke", - "version": "1.0.2", + "version": "2.0.0-alpha.0", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "types": "dist/es/index.d.ts",