Skip to content

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Jul 16, 2020
1 parent 2d7ad17 commit 47ed3bc
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
17 changes: 17 additions & 0 deletions joke-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions joke-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userlike/joke-example",
"version": "0.3.0",
"version": "1.0.0-alpha.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -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",
Expand Down
17 changes: 17 additions & 0 deletions joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion joke/package.json
Original file line number Diff line number Diff line change
@@ -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",
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": "0.3.0",
"version": "1.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 47ed3bc

Please sign in to comment.