Skip to content

Commit

Permalink
chore(release): v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goce-cz committed Jun 9, 2022
1 parent c8dccaa commit 02e78f4
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.3",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/bin",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
13 changes: 12 additions & 1 deletion packages/core/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.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
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/core",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/observables/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.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
Expand Down
6 changes: 3 additions & 3 deletions packages/observables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/observables",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/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.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
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spicy-hooks/utils",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 02e78f4

Please sign in to comment.