Skip to content

Commit ed74cd8

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] - [email protected]
1 parent a8129cd commit ed74cd8

File tree

12 files changed

+65
-12
lines changed

12 files changed

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

816

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.0",
3+
"version": "1.5.1",
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.0",
90-
"@rest-hooks/normalizr": "^7.2.0",
89+
"@rest-hooks/endpoint": "^1.2.1",
90+
"@rest-hooks/normalizr": "^7.3.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.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
7+
8+
**Note:** Version bump only for package @rest-hooks/endpoint
9+
10+
11+
12+
13+
614
## [1.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
715

816

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.0",
3+
"version": "1.2.1",
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.2.0"
81+
"@rest-hooks/normalizr": "^7.3.0"
8282
}
8383
}

packages/experimental/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.7.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
7+
8+
9+
### 🚀 Features
10+
11+
* Add Entity.expiresAt() - entity TTL configuration ([#920](https://github.com/coinbase/rest-hooks/issues/920)) ([e0919c2](https://github.com/coinbase/rest-hooks/commit/e0919c2aa523e0a2fc8c6935dcf38953d723527e))
12+
* Support deletes with responses ([#919](https://github.com/coinbase/rest-hooks/issues/919)) ([a8129cd](https://github.com/coinbase/rest-hooks/commit/a8129cd432a39d26fd7bb0ad7a9cec5094665ee5))
13+
14+
15+
616
## [0.6.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
717

818

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

packages/legacy/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+
## [2.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
7+
8+
9+
### 🚀 Features
10+
11+
* Add Resource+Entity to legacy ([#924](https://github.com/coinbase/rest-hooks/issues/924)) ([0c7ac83](https://github.com/coinbase/rest-hooks/commit/0c7ac834fa1c4fc07665601441422d5170313640))
12+
13+
14+
615
## [2.1.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
716

817

packages/legacy/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/legacy",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Legacy features for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/normalizr/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+
## [7.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
7+
8+
9+
### 🚀 Features
10+
11+
* Add Entity.expiresAt() - entity TTL configuration ([#920](https://github.com/coinbase/rest-hooks/issues/920)) ([e0919c2](https://github.com/coinbase/rest-hooks/commit/e0919c2aa523e0a2fc8c6935dcf38953d723527e))
12+
13+
14+
615
## [7.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
716

817

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.2.0",
3+
"version": "7.3.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": {

0 commit comments

Comments
 (0)