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

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Aug 31, 2021
1 parent 639d842 commit e0a5fda
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/anilanar/dev/compare/v2.0.0...v2.1.0) (2021-08-31)


### Features

* **joke:** increment allowed jest types version to 27 ([639d842](https://github.com/anilanar/dev/commit/639d842cc8a79420e4f0d85cf5653fd1d7ef16bf))





# [2.0.0](https://github.com/userlike/joke/compare/v2.0.0-alpha.0...v2.0.0) (2020-09-28)

**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": "2.0.0",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/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.

# [2.1.0](https://github.com/userlike/joke/compare/v2.0.0...v2.1.0) (2021-08-31)

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





# [2.0.0](https://github.com/anilanar/mklib/compare/v2.0.0-alpha.0...v2.0.0) (2020-09-28)

**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": "2.0.0",
"version": "2.1.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/joke-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/anilanar/dev/compare/v2.0.0...v2.1.0) (2021-08-31)


### Features

* **joke:** increment allowed jest types version to 27 ([639d842](https://github.com/anilanar/dev/commit/639d842cc8a79420e4f0d85cf5653fd1d7ef16bf))





# [2.0.0](https://github.com/anilanar/dev/compare/v2.0.0-alpha.0...v2.0.0) (2020-09-28)

**Note:** Version bump only for package 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": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand All @@ -11,10 +11,10 @@
"test": "jest"
},
"dependencies": {
"@userlike/joke": "^2.0.0"
"@userlike/joke": "^2.1.0"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@userlike/babel-plugin-joke": "^2.0.0"
"@userlike/babel-plugin-joke": "^2.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/joke/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/userlike/joke/compare/v2.0.0...v2.1.0) (2021-08-31)


### Features

* **joke:** increment allowed jest types version to 27 ([639d842](https://github.com/userlike/joke/commit/639d842cc8a79420e4f0d85cf5653fd1d7ef16bf))





# [2.0.0](https://github.com/anilanar/mklib/compare/v2.0.0-alpha.0...v2.0.0) (2020-09-28)

**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": "2.0.0",
"version": "2.1.0",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/es/index.d.ts",
Expand Down

0 comments on commit e0a5fda

Please sign in to comment.