Skip to content

Commit 3381921

Browse files
committed
internal: publish
- @rest-hooks/[email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - [email protected]
1 parent 489e1ad commit 3381921

File tree

8 files changed

+42
-9
lines changed

8 files changed

+42
-9
lines changed

packages/core/CHANGELOG.md

+8
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.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-06)
7+
8+
**Note:** Version bump only for package @rest-hooks/core
9+
10+
11+
12+
13+
614
### [1.5.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
715

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

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
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.2",
90-
"@rest-hooks/normalizr": "^7.4.0",
89+
"@rest-hooks/endpoint": "^1.2.3",
90+
"@rest-hooks/normalizr": "^7.5.0",
9191
"@rest-hooks/use-enhanced-reducer": "^1.1.0",
9292
"flux-standard-action": "^2.1.1"
9393
},

packages/endpoint/CHANGELOG.md

+8
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.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-06)
7+
8+
**Note:** Version bump only for package @rest-hooks/endpoint
9+
10+
11+
12+
13+
614
### [1.2.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
715

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

packages/endpoint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/endpoint",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
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.4.0"
81+
"@rest-hooks/normalizr": "^7.5.0"
8282
}
8383
}

packages/normalizr/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.5.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-06)
7+
8+
9+
### 🚀 Features
10+
11+
* Allow normalizing entities that are just ids ([#1002](https://github.com/coinbase/rest-hooks/issues/1002)) ([489e1ad](https://github.com/coinbase/rest-hooks/commit/489e1ad3e5e8943ddc3cb24c08947d67379a04c4))
12+
13+
14+
615
## [7.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
716

817

packages/normalizr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/normalizr",
3-
"version": "7.4.0",
3+
"version": "7.5.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

+8
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.3](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.3) (2021-07-06)
7+
8+
**Note:** Version bump only for package rest-hooks
9+
10+
11+
12+
13+
614
### [5.3.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.2) (2021-06-25)
715

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

packages/rest-hooks/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest-hooks",
3-
"version": "5.3.2",
3+
"version": "5.3.3",
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.2",
91-
"@rest-hooks/endpoint": "^1.2.2",
90+
"@rest-hooks/core": "^1.5.3",
91+
"@rest-hooks/endpoint": "^1.2.3",
9292
"@rest-hooks/legacy": "^2.3.0"
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)