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

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Jul 21, 2020
1 parent 762f70c commit d1d0723
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/anilanar/dev/compare/v1.0.0...v1.0.1) (2020-07-21)

**Note:** Version bump only for package joke





# [1.0.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16)


Expand Down
8 changes: 8 additions & 0 deletions babel-plugin-joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/anilanar/dev/compare/v1.0.0...v1.0.1) (2020-07-21)

**Note:** Version bump only for package @userlike/babel-plugin-joke





# [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
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.0.1",
"description": "Typesafe mock utility with minimal boilerplate for jest",
"keywords": [
"typescript",
Expand Down
8 changes: 8 additions & 0 deletions joke-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/anilanar/dev/compare/v1.0.0...v1.0.1) (2020-07-21)

**Note:** Version bump only for package @userlike/joke-example





# [1.0.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16)


Expand Down
6 changes: 3 additions & 3 deletions joke-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@userlike/joke-example",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,10 +9,10 @@
"lint": "echo 'No linter.'"
},
"dependencies": {
"@userlike/joke": "^1.0.0"
"@userlike/joke": "^1.0.1"
},
"devDependencies": {
"@types/jest": "26.0.3",
"@userlike/babel-plugin-joke": "^1.0.0"
"@userlike/babel-plugin-joke": "^1.0.1"
}
}
8 changes: 8 additions & 0 deletions joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/anilanar/dev/compare/v1.0.0...v1.0.1) (2020-07-21)

**Note:** Version bump only for package @userlike/joke





# [1.0.0](https://github.com/anilanar/dev/compare/v0.3.0...v1.0.0) (2020-07-16)


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": "1.0.0",
"version": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit d1d0723

Please sign in to comment.