Skip to content

Commit 36abc21

Browse files
committed
internal: publish
- @rest-hooks/[email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - [email protected]
1 parent b236b91 commit 36abc21

File tree

10 files changed

+62
-10
lines changed

10 files changed

+62
-10
lines changed

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
7+
8+
**Note:** Version bump only for package @rest-hooks/core
9+
10+
11+
12+
13+
614
### [1.5.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
715

816
**Note:** Version bump only for package @rest-hooks/core

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",
@@ -86,8 +86,8 @@
8686
},
8787
"dependencies": {
8888
"@babel/runtime": "^7.7.2",
89-
"@rest-hooks/endpoint": "^1.2.1",
90-
"@rest-hooks/normalizr": "^7.3.0",
89+
"@rest-hooks/endpoint": "^1.2.2",
90+
"@rest-hooks/normalizr": "^7.4.0",
9191
"@rest-hooks/use-enhanced-reducer": "^1.1.0",
9292
"flux-standard-action": "^2.1.1"
9393
},

packages/endpoint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
7+
8+
**Note:** Version bump only for package @rest-hooks/endpoint
9+
10+
11+
12+
13+
614
### [1.2.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
715

816
**Note:** Version bump only for package @rest-hooks/endpoint

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.2.1",
3+
"version": "1.2.2",
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.3.0"
81+
"@rest-hooks/normalizr": "^7.4.0"
8282
}
8383
}

packages/experimental/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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+
## [0.8.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
7+
8+
9+
### 🚀 Features
10+
11+
* Add Entity.validate() ([#934](https://github.com/coinbase/rest-hooks/issues/934)) ([b236b91](https://github.com/coinbase/rest-hooks/commit/b236b9137043d12de5a07bfd5583b5cb2d15f6cd))
12+
13+
14+
### 💅 Enhancement
15+
16+
* More flexible fetch types to help with inheritance ([#932](https://github.com/coinbase/rest-hooks/issues/932)) ([3ff23cf](https://github.com/coinbase/rest-hooks/commit/3ff23cfbe67be4ce2bf314418bb865b05b94c352))
17+
18+
19+
620
## [0.7.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
721

822

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

packages/normalizr/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
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+
## [7.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
7+
8+
9+
### 🚀 Features
10+
11+
* Add Entity.validate() ([#934](https://github.com/coinbase/rest-hooks/issues/934)) ([b236b91](https://github.com/coinbase/rest-hooks/commit/b236b9137043d12de5a07bfd5583b5cb2d15f6cd))
12+
13+
14+
### 💅 Enhancement
15+
16+
* Improve normalization speed ([#933](https://github.com/coinbase/rest-hooks/issues/933)) ([e68b0f9](https://github.com/coinbase/rest-hooks/commit/e68b0f955e6fab5a84b07012a84cfd6aef9d35dd))
17+
18+
19+
620
## [7.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
721

822

packages/normalizr/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/normalizr",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications",
55
"homepage": "https://github.com/coinbase/rest-hooks/tree/master/packages/normalizr#readme",
66
"bugs": {

packages/rest-hooks/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
### [5.3.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.1) (2021-06-19)
7+
8+
**Note:** Version bump only for package rest-hooks
9+
10+
11+
12+
13+
614
## [5.3.0](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.0) (2021-06-16)
715

816

packages/rest-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest-hooks",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",
@@ -87,8 +87,8 @@
8787
},
8888
"dependencies": {
8989
"@babel/runtime": "^7.7.2",
90-
"@rest-hooks/core": "^1.5.1",
91-
"@rest-hooks/endpoint": "^1.2.1",
90+
"@rest-hooks/core": "^1.5.2",
91+
"@rest-hooks/endpoint": "^1.2.2",
9292
"@rest-hooks/legacy": "^2.2.0"
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)