Skip to content

Commit bfce771

Browse files
committed
internal: publish
- [email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - [email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected]
1 parent e296ee1 commit bfce771

File tree

12 files changed

+87
-9
lines changed

12 files changed

+87
-9
lines changed

examples/todo-app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.1.1) (2021-08-21)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([6cd0b7c](https://github.com/coinbase/rest-hooks/commit/6cd0b7cc57de59b5f394942dfa9a3a08d9f2e912))
12+
13+
14+
615
## 0.1.0 (2021-07-12)
716

817

examples/todo-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-app",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "todo-app - A rest hooks example",
55
"scripts": {
66
"lint": "eslint src --ext .ts,.tsx",
@@ -30,10 +30,10 @@
3030
"@linaria/core": "3.0.0-beta.4",
3131
"@linaria/react": "3.0.0-beta.7",
3232
"@linaria/shaker": "3.0.0-beta.7",
33-
"@rest-hooks/rest": "^3.0.0-beta.0",
33+
"@rest-hooks/rest": "^3.0.0-beta.1",
3434
"@types/react-dom": "17.0.9",
3535
"react-refresh": "^0.11.0-0",
36-
"rest-hooks": "^6.0.0-beta.2",
36+
"rest-hooks": "^6.0.0-beta.3",
3737
"serve": "12.0.0",
3838
"webpack": "5.51.1",
3939
"webpack-cli": "4.7.2",

packages/core/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Experimental fetcher resolves before react render ([#1046](https://github.com/coinbase/rest-hooks/issues/1046)) ([1ec90e5](https://github.com/coinbase/rest-hooks/commit/1ec90e5bb8d69bb47a4099a137c0935cd001c4fb))
12+
* Hide throttled fetches from devtools ([#1083](https://github.com/coinbase/rest-hooks/issues/1083)) ([2f09c22](https://github.com/coinbase/rest-hooks/commit/2f09c227ef9dcc056a4e9f1c76b725aa063964d6))
13+
* Improve reducer error visibility ([#1084](https://github.com/coinbase/rest-hooks/issues/1084)) ([b69a50d](https://github.com/coinbase/rest-hooks/commit/b69a50d7b3d658c0b4c7f6c198fe8e2a76ec8aa9))
14+
15+
16+
### 🐛 Bug Fix
17+
18+
* RESET clears inflight fetches ([#1085](https://github.com/coinbase/rest-hooks/issues/1085)) ([02fa0d5](https://github.com/coinbase/rest-hooks/commit/02fa0d527ef138961ba6dc2509648337c01e604d))
19+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([6cd0b7c](https://github.com/coinbase/rest-hooks/commit/6cd0b7cc57de59b5f394942dfa9a3a08d9f2e912))
20+
21+
22+
623
## [2.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-12)
724

825

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/experimental/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
7+
8+
9+
### 🚀 Features
10+
11+
* useController() ([#1048](https://github.com/coinbase/rest-hooks/issues/1048)) ([a485782](https://github.com/coinbase/rest-hooks/commit/a4857820ee37f2be467ab85b477f083f7f3f737c))
12+
13+
14+
### 💅 Enhancement
15+
16+
* Experimental fetcher resolves before react render ([#1046](https://github.com/coinbase/rest-hooks/issues/1046)) ([1ec90e5](https://github.com/coinbase/rest-hooks/commit/1ec90e5bb8d69bb47a4099a137c0935cd001c4fb))
17+
18+
19+
### 🐛 Bug Fix
20+
21+
* RESET clears inflight fetches ([#1085](https://github.com/coinbase/rest-hooks/issues/1085)) ([02fa0d5](https://github.com/coinbase/rest-hooks/commit/02fa0d527ef138961ba6dc2509648337c01e604d))
22+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([6cd0b7c](https://github.com/coinbase/rest-hooks/commit/6cd0b7cc57de59b5f394942dfa9a3a08d9f2e912))
23+
24+
25+
626
## [1.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-15)
727

828

packages/experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/experimental",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Experimental extensions for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/rest-hooks/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.3) (2021-08-21)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Hide throttled fetches from devtools ([#1083](https://github.com/coinbase/rest-hooks/issues/1083)) ([2f09c22](https://github.com/coinbase/rest-hooks/commit/2f09c227ef9dcc056a4e9f1c76b725aa063964d6))
12+
13+
14+
### 🐛 Bug Fix
15+
16+
* RESET clears inflight fetches ([#1085](https://github.com/coinbase/rest-hooks/issues/1085)) ([02fa0d5](https://github.com/coinbase/rest-hooks/commit/02fa0d527ef138961ba6dc2509648337c01e604d))
17+
18+
19+
620
## [6.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.2) (2021-07-12)
721

822

packages/rest-hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest-hooks",
3-
"version": "6.0.0-beta.2",
3+
"version": "6.0.0-beta.3",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@babel/runtime": "^7.7.2",
106-
"@rest-hooks/core": "^2.0.0-beta.2",
106+
"@rest-hooks/core": "^2.0.0-beta.3",
107107
"@rest-hooks/endpoint": "^2.0.0-beta.1"
108108
},
109109
"peerDependencies": {

packages/rest/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([6cd0b7c](https://github.com/coinbase/rest-hooks/commit/6cd0b7cc57de59b5f394942dfa9a3a08d9f2e912))
12+
13+
14+
615
## [3.0.0-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
716

817

packages/rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/rest",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Endpoints for REST APIs",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/test/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* RESET clears inflight fetches ([#1085](https://github.com/coinbase/rest-hooks/issues/1085)) ([02fa0d5](https://github.com/coinbase/rest-hooks/commit/02fa0d527ef138961ba6dc2509648337c01e604d))
12+
13+
14+
615
## [7.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-12)
716

817

packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/test",
3-
"version": "7.0.0-beta.1",
3+
"version": "7.0.0-beta.2",
44
"description": "Testing utilities for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)