Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
v2.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Sep 23, 2020
1 parent 3b42ae0 commit 66e603f
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "2.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
21 changes: 21 additions & 0 deletions packages/babel-plugin-joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-joke/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/joke-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/joke-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joke-example",
"private": true,
"version": "1.0.2",
"version": "2.0.0-alpha.0",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand All @@ -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"
}
}
23 changes: 23 additions & 0 deletions packages/joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/joke/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 66e603f

Please sign in to comment.