Skip to content

Commit 9eda1ce

Browse files
committed
v2.1.1
1 parent 03cde5e commit 9eda1ce

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/userlike/joke/compare/v2.1.0...v2.1.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package joke
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/anilanar/dev/compare/v2.0.0...v2.1.0) (2021-08-31)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.1.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/babel-plugin-joke/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/userlike/joke/compare/v2.1.0...v2.1.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @userlike/babel-plugin-joke
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/userlike/joke/compare/v2.0.0...v2.1.0) (2021-08-31)
715

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

packages/babel-plugin-joke/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userlike/babel-plugin-joke",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/es/index.d.ts",

packages/joke-example/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/userlike/joke/compare/v2.1.0...v2.1.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package joke-example
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/anilanar/dev/compare/v2.0.0...v2.1.0) (2021-08-31)
715

816

packages/joke-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joke-example",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "tsc",
@@ -11,10 +11,10 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@userlike/joke": "^2.1.0"
14+
"@userlike/joke": "^2.1.1"
1515
},
1616
"devDependencies": {
1717
"@types/jest": "27.0.2",
18-
"@userlike/babel-plugin-joke": "^2.1.0"
18+
"@userlike/babel-plugin-joke": "^2.1.1"
1919
}
2020
}

packages/joke/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.1](https://github.com/userlike/joke/compare/v2.1.0...v2.1.1) (2021-10-09)
7+
8+
**Note:** Version bump only for package @userlike/joke
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/userlike/joke/compare/v2.0.0...v2.1.0) (2021-08-31)
715

816

packages/joke/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userlike/joke",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/es/index.js",
66
"types": "dist/es/index.d.ts",

0 commit comments

Comments
 (0)