Skip to content

Commit 1822530

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

File tree

20 files changed

+125
-16
lines changed

20 files changed

+125
-16
lines changed

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.5.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
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+
* Support React 18 ([#907](https://github.com/coinbase/rest-hooks/issues/907)) ([63e8bc9](https://github.com/coinbase/rest-hooks/commit/63e8bc9887a080e1aa510d972645c037dfc96128))
13+
14+
15+
### 💅 Enhancement
16+
17+
* Use inferResults() from normalizr ([#901](https://github.com/coinbase/rest-hooks/issues/901)) ([875cb6a](https://github.com/coinbase/rest-hooks/commit/875cb6acf31055e37e2d1faf4414bcbf31f5700f))
18+
19+
20+
621
### [1.4.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
722

823

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",
@@ -86,9 +86,9 @@
8686
},
8787
"dependencies": {
8888
"@babel/runtime": "^7.7.2",
89-
"@rest-hooks/endpoint": "^1.1.6",
90-
"@rest-hooks/normalizr": "^7.1.0",
91-
"@rest-hooks/use-enhanced-reducer": "^1.0.9",
89+
"@rest-hooks/endpoint": "^1.2.0",
90+
"@rest-hooks/normalizr": "^7.2.0",
91+
"@rest-hooks/use-enhanced-reducer": "^1.1.0",
9292
"flux-standard-action": "^2.1.1"
9393
},
9494
"peerDependencies": {

packages/endpoint/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [1.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
7+
8+
9+
### 🚀 Features
10+
11+
* Endpoint.name ([#914](https://github.com/coinbase/rest-hooks/issues/914)) ([aa5f80d](https://github.com/coinbase/rest-hooks/commit/aa5f80db6c47ff975b1d257352315a57b87addce))
12+
13+
14+
615
### [1.1.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
716

817

packages/endpoint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/endpoint",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Declarative Network Interface Definitions",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",
@@ -78,6 +78,6 @@
7878
},
7979
"dependencies": {
8080
"@babel/runtime": "^7.7.2",
81-
"@rest-hooks/normalizr": "^7.1.0"
81+
"@rest-hooks/normalizr": "^7.2.0"
8282
}
8383
}

packages/experimental/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.6.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
7+
8+
9+
### 🚀 Features
10+
11+
* Endpoint.name ([#914](https://github.com/coinbase/rest-hooks/issues/914)) ([aa5f80d](https://github.com/coinbase/rest-hooks/commit/aa5f80db6c47ff975b1d257352315a57b87addce))
12+
* Normalize merges entities, entitymeta, indexes ([#915](https://github.com/coinbase/rest-hooks/issues/915)) ([bd21d8c](https://github.com/coinbase/rest-hooks/commit/bd21d8ce0d004a56e6853918d9fb9ecaa2c730a8))
13+
* Support React 18 ([#907](https://github.com/coinbase/rest-hooks/issues/907)) ([63e8bc9](https://github.com/coinbase/rest-hooks/commit/63e8bc9887a080e1aa510d972645c037dfc96128))
14+
15+
16+
617
## [0.5.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
718

819

packages/experimental/package.json

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

packages/hooks/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [1.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
7+
8+
9+
### 🚀 Features
10+
11+
* Support React 18 ([#907](https://github.com/coinbase/rest-hooks/issues/907)) ([63e8bc9](https://github.com/coinbase/rest-hooks/commit/63e8bc9887a080e1aa510d972645c037dfc96128))
12+
13+
14+
615
### [1.2.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
716

817

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/hooks",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Collection of composable data hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/img/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
7+
8+
9+
### 🚀 Features
10+
11+
* Support React 18 ([#907](https://github.com/coinbase/rest-hooks/issues/907)) ([63e8bc9](https://github.com/coinbase/rest-hooks/commit/63e8bc9887a080e1aa510d972645c037dfc96128))
12+
13+
14+
615
### [0.2.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-09)
716

817

packages/img/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/img",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Suspenseful images",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)