Skip to content

Commit

Permalink
Prepare release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goce-cz committed Jun 17, 2021
1 parent 6939024 commit f4dc74e
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.1.0
_Jun 17, 2021_

## `core` - Features / enhancements

- Add `core/useDisposable` (#34) @goce-cz

## `core` - Bug fixes

- Move `deferredFn` to observables as it depends on RxJS (#41) @goce-cz

## `utils` - Bug fixes

- Move `deferredFn` to observables as it depends on RxJS (#41) @goce-cz


# v2.0.3
_Dec 17, 2020_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spicy-hooks",
"version": "2.0.3",
"version": "2.1.0",
"private": true,
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions packages/bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.1.0
_Jun 17, 2021_

* No significant change

# v2.0.3
_Dec 17, 2020_

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.0.3",
"version": "2.1.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.0.3",
"@spicy-hooks/utils": "2.1.0",
"chalk": "^4.1.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.1.0
_Jun 17, 2021_

## Features / enhancements

- Add `core/useDisposable` (#34) @goce-cz

## Bug fixes

- Move `deferredFn` to observables as it depends on RxJS (#41) @goce-cz


# v2.0.3
_Dec 17, 2020_

Expand Down
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.0.3",
"version": "2.1.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.0.3",
"@spicy-hooks/utils": "2.1.0",
"tslib": "^2.0.1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/observables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.1.0
_Jun 17, 2021_

* No significant change

# v2.0.3
_Dec 17, 2020_

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.0.3",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@spicy-hooks/utils": "2.0.3",
"@spicy-hooks/core": "2.0.3",
"@spicy-hooks/utils": "2.1.0",
"@spicy-hooks/core": "2.1.0",
"tslib": "^2.0.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.1.0
_Jun 17, 2021_

## Bug fixes

- Move `deferredFn` to observables as it depends on RxJS (#41) @goce-cz


# v2.0.3
_Dec 17, 2020_

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.0.3",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit f4dc74e

Please sign in to comment.