From 02e78f48609da3b0438e1b6d1e4538955f41687e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Stani=C5=A1evsk=C3=BD?= Date: Thu, 9 Jun 2022 10:07:06 +0200 Subject: [PATCH] chore(release): v2.2.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/bin/CHANGELOG.md | 16 ++++++++++++++++ packages/bin/package.json | 4 ++-- packages/core/CHANGELOG.md | 13 ++++++++++++- packages/core/package.json | 4 ++-- packages/observables/CHANGELOG.md | 11 +++++++++++ packages/observables/package.json | 6 +++--- packages/utils/CHANGELOG.md | 11 +++++++++++ packages/utils/package.json | 2 +- 10 files changed, 71 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d87c4..daaf9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.2.0](https://github.com/salsita/spicy-hooks/compare/v2.1.2...v2.2.0) (2022-06-09) + + +### Bug Fixes + +* Fix typing issue ([d26fbf3](https://github.com/salsita/spicy-hooks/commit/d26fbf3c094f84efcb3b34771dbcb2be277523b1)) + + +### Features + +* Support RxJS 7 ([#43](https://github.com/salsita/spicy-hooks/issues/43)) ([12b0384](https://github.com/salsita/spicy-hooks/commit/12b038415d35e34ce42d2f696cd79e05a06d6e9c)) diff --git a/lerna.json b/lerna.json index 8c45fb8..2388370 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/bin/CHANGELOG.md b/packages/bin/CHANGELOG.md index c191a14..8dd0a76 100644 --- a/packages/bin/CHANGELOG.md +++ b/packages/bin/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/salsita/spicy-hooks/compare/v2.1.2...v2.2.0) (2022-06-09) + + +### Bug Fixes + +* Fix typing issue ([d26fbf3](https://github.com/salsita/spicy-hooks/commit/d26fbf3c094f84efcb3b34771dbcb2be277523b1)) + + +### Features + +* Support RxJS 7 ([#43](https://github.com/salsita/spicy-hooks/issues/43)) ([12b0384](https://github.com/salsita/spicy-hooks/commit/12b038415d35e34ce42d2f696cd79e05a06d6e9c)) + + + + + ## 2.1.1 (2021-09-14) ### Bug fixes diff --git a/packages/bin/package.json b/packages/bin/package.json index 6487508..2e2cebb 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -1,6 +1,6 @@ { "name": "@spicy-hooks/bin", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "repository": { "type": "git", @@ -14,7 +14,7 @@ "dependencies": { "@expo/spawn-async": "^1.5.0", "@octokit/core": "^3.1.2", - "@spicy-hooks/utils": "^2.1.3", + "@spicy-hooks/utils": "^2.2.0", "chalk": "^4.1.0", "command-line-args": "^5.1.1", "command-line-usage": "^6.1.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ecb116b..1e2ec2b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.2.0](https://github.com/salsita/spicy-hooks/compare/v2.1.2...v2.2.0) (2022-06-09) + + +### Features + +* Support RxJS 7 ([#43](https://github.com/salsita/spicy-hooks/issues/43)) ([12b0384](https://github.com/salsita/spicy-hooks/commit/12b038415d35e34ce42d2f696cd79e05a06d6e9c)) + + + + + ## 2.1.2 (2022-01-05) ### Bug fixes @@ -48,4 +59,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug fixes -- Group all compiled output in `lib` folder (#6) @goce-cz +- Group all compiled output in `lib` folder (#6) @goce-cz diff --git a/packages/core/package.json b/packages/core/package.json index 2b81e93..401cbbb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@spicy-hooks/core", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "repository": { "type": "git", @@ -14,7 +14,7 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { - "@spicy-hooks/utils": "^2.1.3", + "@spicy-hooks/utils": "^2.2.0", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/packages/observables/CHANGELOG.md b/packages/observables/CHANGELOG.md index f6b1661..76880c5 100644 --- a/packages/observables/CHANGELOG.md +++ b/packages/observables/CHANGELOG.md @@ -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.2.0](https://github.com/salsita/spicy-hooks/compare/v2.1.2...v2.2.0) (2022-06-09) + + +### Features + +* Support RxJS 7 ([#43](https://github.com/salsita/spicy-hooks/issues/43)) ([12b0384](https://github.com/salsita/spicy-hooks/commit/12b038415d35e34ce42d2f696cd79e05a06d6e9c)) + + + + + ## 2.1.2 (2022-01-05) ### Bug fixes diff --git a/packages/observables/package.json b/packages/observables/package.json index 54d768c..3ef8aad 100644 --- a/packages/observables/package.json +++ b/packages/observables/package.json @@ -1,6 +1,6 @@ { "name": "@spicy-hooks/observables", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "repository": { "type": "git", @@ -14,8 +14,8 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { - "@spicy-hooks/core": "^2.1.3", - "@spicy-hooks/utils": "^2.1.3", + "@spicy-hooks/core": "^2.2.0", + "@spicy-hooks/utils": "^2.2.0", "tslib": "^2.4.0" }, "peerDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 7ab4276..867c713 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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.2.0](https://github.com/salsita/spicy-hooks/compare/v2.1.2...v2.2.0) (2022-06-09) + + +### Features + +* Support RxJS 7 ([#43](https://github.com/salsita/spicy-hooks/issues/43)) ([12b0384](https://github.com/salsita/spicy-hooks/commit/12b038415d35e34ce42d2f696cd79e05a06d6e9c)) + + + + + ## 2.1.2 (2022-05-01) ### Bug fixes diff --git a/packages/utils/package.json b/packages/utils/package.json index f3ad600..b6f6eca 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@spicy-hooks/utils", - "version": "2.1.3", + "version": "2.2.0", "license": "MIT", "repository": { "type": "git",