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

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anilanar committed Mar 28, 2023
1 parent d725f78 commit bdc70fc
Show file tree
Hide file tree
Showing 8 changed files with 50 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.3](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3) (2023-03-28)


### Bug Fixes

* upgrade deps to fix audit errors ([d725f78](https://github.com/userlike/joke/commit/d725f788ad9f165b950da2ebb7a275c67903fa34))





## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09)


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.1.2",
"version": "2.1.3",
"npmClient": "yarn",
"useWorkspaces": true
}
11 changes: 11 additions & 0 deletions packages/babel-plugin-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.3](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3) (2023-03-28)


### Bug Fixes

* upgrade deps to fix audit errors ([d725f78](https://github.com/userlike/joke/commit/d725f788ad9f165b950da2ebb7a275c67903fa34))





## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09)


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.1.2",
"version": "2.1.3",
"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.3](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3) (2023-03-28)


### Bug Fixes

* upgrade deps to fix audit errors ([d725f78](https://github.com/userlike/joke/commit/d725f788ad9f165b950da2ebb7a275c67903fa34))





## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09)

**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.1.2",
"version": "2.1.3",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand All @@ -11,10 +11,10 @@
"test": "jest"
},
"dependencies": {
"@userlike/joke": "^2.1.2"
"@userlike/joke": "^2.1.3"
},
"devDependencies": {
"@types/jest": "29.5.0",
"@userlike/babel-plugin-joke": "^2.1.2"
"@userlike/babel-plugin-joke": "^2.1.3"
}
}
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.3](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3) (2023-03-28)


### Bug Fixes

* upgrade deps to fix audit errors ([d725f78](https://github.com/userlike/joke/commit/d725f788ad9f165b950da2ebb7a275c67903fa34))





## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09)


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

0 comments on commit bdc70fc

Please sign in to comment.