diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eea747..e019b45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3-alpha.0](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3-alpha.0) (2022-11-21) + +**Note:** Version bump only for package joke + + + + + ## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09) diff --git a/lerna.json b/lerna.json index 2f58627..ee6f2dd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.2", + "version": "2.1.3-alpha.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/babel-plugin-joke/CHANGELOG.md b/packages/babel-plugin-joke/CHANGELOG.md index 5684f81..ef56059 100644 --- a/packages/babel-plugin-joke/CHANGELOG.md +++ b/packages/babel-plugin-joke/CHANGELOG.md @@ -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.3-alpha.0](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3-alpha.0) (2022-11-21) + +**Note:** Version bump only for package @userlike/babel-plugin-joke + + + + + ## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09) diff --git a/packages/babel-plugin-joke/package.json b/packages/babel-plugin-joke/package.json index d7fd0c2..97b8aae 100644 --- a/packages/babel-plugin-joke/package.json +++ b/packages/babel-plugin-joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/babel-plugin-joke", - "version": "2.1.2", + "version": "2.1.3-alpha.0", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "types": "dist/es/index.d.ts", diff --git a/packages/joke-example/CHANGELOG.md b/packages/joke-example/CHANGELOG.md index af0f837..8ef0527 100644 --- a/packages/joke-example/CHANGELOG.md +++ b/packages/joke-example/CHANGELOG.md @@ -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.3-alpha.0](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3-alpha.0) (2022-11-21) + +**Note:** Version bump only for package joke-example + + + + + ## [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 diff --git a/packages/joke-example/package.json b/packages/joke-example/package.json index b993612..77df6bf 100644 --- a/packages/joke-example/package.json +++ b/packages/joke-example/package.json @@ -1,7 +1,7 @@ { "name": "joke-example", "private": true, - "version": "2.1.2", + "version": "2.1.3-alpha.0", "license": "MIT", "scripts": { "build": "tsc", @@ -11,10 +11,10 @@ "test": "jest" }, "dependencies": { - "@userlike/joke": "^2.1.2" + "@userlike/joke": "^2.1.3-alpha.0" }, "devDependencies": { "@types/jest": "29.2.3", - "@userlike/babel-plugin-joke": "^2.1.2" + "@userlike/babel-plugin-joke": "^2.1.3-alpha.0" } } diff --git a/packages/joke/CHANGELOG.md b/packages/joke/CHANGELOG.md index 76600b2..de1b25b 100644 --- a/packages/joke/CHANGELOG.md +++ b/packages/joke/CHANGELOG.md @@ -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.3-alpha.0](https://github.com/userlike/joke/compare/v2.1.2...v2.1.3-alpha.0) (2022-11-21) + +**Note:** Version bump only for package @userlike/joke + + + + + ## [2.1.2](https://github.com/userlike/joke/compare/v2.1.1...v2.1.2) (2021-10-09) diff --git a/packages/joke/package.json b/packages/joke/package.json index 4fa3614..43a189f 100644 --- a/packages/joke/package.json +++ b/packages/joke/package.json @@ -1,6 +1,6 @@ { "name": "@userlike/joke", - "version": "2.1.2", + "version": "2.1.3-alpha.0", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "types": "dist/es/index.d.ts",