From ed74cd84ffa8883cc87230da2f6a7afb6875115d Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Tue, 15 Jun 2021 21:18:50 -0500 Subject: [PATCH] internal: publish - @rest-hooks/core@1.5.1 - @rest-hooks/endpoint@1.2.1 - @rest-hooks/experimental@0.7.0 - @rest-hooks/legacy@2.2.0 - @rest-hooks/normalizr@7.3.0 - rest-hooks@5.3.0 --- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 6 +++--- packages/endpoint/CHANGELOG.md | 8 ++++++++ packages/endpoint/package.json | 4 ++-- packages/experimental/CHANGELOG.md | 10 ++++++++++ packages/experimental/package.json | 2 +- packages/legacy/CHANGELOG.md | 9 +++++++++ packages/legacy/package.json | 2 +- packages/normalizr/CHANGELOG.md | 9 +++++++++ packages/normalizr/package.json | 2 +- packages/rest-hooks/CHANGELOG.md | 9 +++++++++ packages/rest-hooks/package.json | 8 ++++---- 12 files changed, 65 insertions(+), 12 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b0cbc90bc420..c3bd90c439e9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [1.5.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/core@1.5.0...@rest-hooks/core@1.5.1) (2021-06-16) + +**Note:** Version bump only for package @rest-hooks/core + + + + + ## [1.5.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/core@1.4.1...@rest-hooks/core@1.5.0) (2021-06-13) diff --git a/packages/core/package.json b/packages/core/package.json index 4be0036a7a92..64f770689bfd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/core", - "version": "1.5.0", + "version": "1.5.1", "description": "Asynchronous data framework for React", "sideEffects": false, "main": "dist/index.cjs.js", @@ -86,8 +86,8 @@ }, "dependencies": { "@babel/runtime": "^7.7.2", - "@rest-hooks/endpoint": "^1.2.0", - "@rest-hooks/normalizr": "^7.2.0", + "@rest-hooks/endpoint": "^1.2.1", + "@rest-hooks/normalizr": "^7.3.0", "@rest-hooks/use-enhanced-reducer": "^1.1.0", "flux-standard-action": "^2.1.1" }, diff --git a/packages/endpoint/CHANGELOG.md b/packages/endpoint/CHANGELOG.md index 33c724b70a22..61588d686877 100644 --- a/packages/endpoint/CHANGELOG.md +++ b/packages/endpoint/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [1.2.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.2.0...@rest-hooks/endpoint@1.2.1) (2021-06-16) + +**Note:** Version bump only for package @rest-hooks/endpoint + + + + + ## [1.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.1.6...@rest-hooks/endpoint@1.2.0) (2021-06-13) diff --git a/packages/endpoint/package.json b/packages/endpoint/package.json index d526f89c6fbc..0d4a1c3e6bfb 100644 --- a/packages/endpoint/package.json +++ b/packages/endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/endpoint", - "version": "1.2.0", + "version": "1.2.1", "description": "Declarative Network Interface Definitions", "sideEffects": false, "main": "dist/index.cjs.js", @@ -78,6 +78,6 @@ }, "dependencies": { "@babel/runtime": "^7.7.2", - "@rest-hooks/normalizr": "^7.2.0" + "@rest-hooks/normalizr": "^7.3.0" } } diff --git a/packages/experimental/CHANGELOG.md b/packages/experimental/CHANGELOG.md index 9fc525551be6..637dcc1726f3 100644 --- a/packages/experimental/CHANGELOG.md +++ b/packages/experimental/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/experimental@0.6.0...@rest-hooks/experimental@0.7.0) (2021-06-16) + + +### 🚀 Features + +* Add Entity.expiresAt() - entity TTL configuration ([#920](https://github.com/coinbase/rest-hooks/issues/920)) ([e0919c2](https://github.com/coinbase/rest-hooks/commit/e0919c2aa523e0a2fc8c6935dcf38953d723527e)) +* Support deletes with responses ([#919](https://github.com/coinbase/rest-hooks/issues/919)) ([a8129cd](https://github.com/coinbase/rest-hooks/commit/a8129cd432a39d26fd7bb0ad7a9cec5094665ee5)) + + + ## [0.6.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/experimental@0.5.0...@rest-hooks/experimental@0.6.0) (2021-06-13) diff --git a/packages/experimental/package.json b/packages/experimental/package.json index 46bc120dc606..ea5160d4da74 100644 --- a/packages/experimental/package.json +++ b/packages/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/experimental", - "version": "0.6.0", + "version": "0.7.0", "description": "Experimental extensions for Rest Hooks", "sideEffects": false, "main": "dist/index.cjs.js", diff --git a/packages/legacy/CHANGELOG.md b/packages/legacy/CHANGELOG.md index 1a04dfd9c6f7..8357909c978d 100644 --- a/packages/legacy/CHANGELOG.md +++ b/packages/legacy/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@2.1.0...@rest-hooks/legacy@2.2.0) (2021-06-16) + + +### 🚀 Features + +* Add Resource+Entity to legacy ([#924](https://github.com/coinbase/rest-hooks/issues/924)) ([0c7ac83](https://github.com/coinbase/rest-hooks/commit/0c7ac834fa1c4fc07665601441422d5170313640)) + + + ## [2.1.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@2.0.9...@rest-hooks/legacy@2.1.0) (2021-06-13) diff --git a/packages/legacy/package.json b/packages/legacy/package.json index b73208e1aacb..3fdff9ca5d4d 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/legacy", - "version": "2.1.0", + "version": "2.2.0", "description": "Legacy features for Rest Hooks", "sideEffects": false, "main": "dist/index.cjs.js", diff --git a/packages/normalizr/CHANGELOG.md b/packages/normalizr/CHANGELOG.md index cf577e3f45e1..2c116724386e 100644 --- a/packages/normalizr/CHANGELOG.md +++ b/packages/normalizr/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@7.2.0...@rest-hooks/normalizr@7.3.0) (2021-06-16) + + +### 🚀 Features + +* Add Entity.expiresAt() - entity TTL configuration ([#920](https://github.com/coinbase/rest-hooks/issues/920)) ([e0919c2](https://github.com/coinbase/rest-hooks/commit/e0919c2aa523e0a2fc8c6935dcf38953d723527e)) + + + ## [7.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@7.1.0...@rest-hooks/normalizr@7.2.0) (2021-06-13) diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index b01be548306b..044ddc8483f6 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/normalizr", - "version": "7.2.0", + "version": "7.3.0", "description": "Normalizes and denormalizes JSON according to schema for Redux and Flux applications", "homepage": "https://github.com/coinbase/rest-hooks/tree/master/packages/normalizr#readme", "bugs": { diff --git a/packages/rest-hooks/CHANGELOG.md b/packages/rest-hooks/CHANGELOG.md index a72e0ab8b88f..23bee6482aad 100644 --- a/packages/rest-hooks/CHANGELOG.md +++ b/packages/rest-hooks/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.0](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.2.0...rest-hooks@5.3.0) (2021-06-16) + + +### 🚀 Features + +* Add Resource+Entity to legacy ([#924](https://github.com/coinbase/rest-hooks/issues/924)) ([0c7ac83](https://github.com/coinbase/rest-hooks/commit/0c7ac834fa1c4fc07665601441422d5170313640)) + + + ## [5.2.0](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.1.4...rest-hooks@5.2.0) (2021-06-13) diff --git a/packages/rest-hooks/package.json b/packages/rest-hooks/package.json index dc2409e7e30e..93b52a607f57 100644 --- a/packages/rest-hooks/package.json +++ b/packages/rest-hooks/package.json @@ -1,6 +1,6 @@ { "name": "rest-hooks", - "version": "5.2.0", + "version": "5.3.0", "description": "Asynchronous data framework for React", "sideEffects": false, "main": "dist/index.cjs.js", @@ -87,9 +87,9 @@ }, "dependencies": { "@babel/runtime": "^7.7.2", - "@rest-hooks/core": "^1.5.0", - "@rest-hooks/endpoint": "^1.2.0", - "@rest-hooks/legacy": "^2.1.0" + "@rest-hooks/core": "^1.5.1", + "@rest-hooks/endpoint": "^1.2.1", + "@rest-hooks/legacy": "^2.2.0" }, "peerDependencies": { "@types/react": "^16.8.4 || ^17.0.0 || ^18.0.0-0",