Skip to content

Commit 603d2cc

Browse files
committed
internal: publish
- @rest-hooks/[email protected] - @rest-hooks/[email protected]
1 parent 04deed1 commit 603d2cc

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

packages/experimental/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.9.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-16)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([04deed1](https://github.com/coinbase/rest-hooks/commit/04deed14e659b16b7d752d1a337f7cb80139806a))
12+
13+
14+
615
## [0.9.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
716

817

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": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Experimental extensions for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/rest/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+
## [2.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-16)
7+
8+
9+
### 🚀 Features
10+
11+
* Normalize merges entities, entitymeta, indexes ([#915](https://github.com/coinbase/rest-hooks/issues/915)) ([bd21d8c](https://github.com/coinbase/rest-hooks/commit/bd21d8ce0d004a56e6853918d9fb9ecaa2c730a8))
12+
13+
14+
### 🐛 Bug Fix
15+
16+
* useFetchInit() hook calls same amount every render ([#1123](https://github.com/coinbase/rest-hooks/issues/1123)) ([04deed1](https://github.com/coinbase/rest-hooks/commit/04deed14e659b16b7d752d1a337f7cb80139806a))
17+
18+
19+
620
### [2.1.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
721

822

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": "2.1.4",
3+
"version": "2.2.0",
44
"description": "Endpoints for REST APIs",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)