From 169864670d5651dfd96e2c43acf725d400384ac6 Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Thu, 16 Jan 2020 17:44:45 -0800 Subject: [PATCH] internal: publish - @rest-hooks/legacy@1.0.6 - @rest-hooks/normalizr@4.3.0 - rest-hooks@4.2.0 - @rest-hooks/test@1.0.11 --- packages/legacy/CHANGELOG.md | 8 ++++++++ packages/legacy/package.json | 4 ++-- packages/normalizr/CHANGELOG.md | 9 +++++++++ packages/normalizr/package.json | 2 +- packages/rest-hooks/CHANGELOG.md | 20 ++++++++++++++++++++ packages/rest-hooks/package.json | 6 +++--- packages/test/CHANGELOG.md | 9 +++++++++ packages/test/package.json | 4 ++-- 8 files changed, 54 insertions(+), 8 deletions(-) diff --git a/packages/legacy/CHANGELOG.md b/packages/legacy/CHANGELOG.md index 94a5453097a..18f7abcbb22 100644 --- a/packages/legacy/CHANGELOG.md +++ b/packages/legacy/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.0.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@1.0.5...@rest-hooks/legacy@1.0.6) (2020-01-17) + +**Note:** Version bump only for package @rest-hooks/legacy + + + + + ### [1.0.5](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@1.0.4...@rest-hooks/legacy@1.0.5) (2020-01-06) **Note:** Version bump only for package @rest-hooks/legacy diff --git a/packages/legacy/package.json b/packages/legacy/package.json index 74e225ca6d0..fc8d44552ea 100644 --- a/packages/legacy/package.json +++ b/packages/legacy/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/legacy", - "version": "1.0.5", + "version": "1.0.6", "description": "Legacy features for Rest Hooks", "sideEffects": false, "main": "dist/index.cjs.js", @@ -57,7 +57,7 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "devDependencies": { - "@rest-hooks/test": "^1.0.7", + "@rest-hooks/test": "^1.0.11", "coveralls": "^3.0.9" }, "peerDependencies": { diff --git a/packages/normalizr/CHANGELOG.md b/packages/normalizr/CHANGELOG.md index 7b87bbe5b9a..777171251c9 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. +## [4.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@4.2.0...@rest-hooks/normalizr@4.3.0) (2020-01-17) + + +### 🚀 Features + +* Add indexes to Entity for improved performance ([#237](https://github.com/coinbase/rest-hooks/issues/237)) ([a2339f0](https://github.com/coinbase/rest-hooks/commit/a2339f0e61e9446da87af85440061b060ad0f444)) + + + ## [4.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@4.1.1...@rest-hooks/normalizr@4.2.0) (2020-01-06) diff --git a/packages/normalizr/package.json b/packages/normalizr/package.json index ed8c9ea838c..b56413adff9 100644 --- a/packages/normalizr/package.json +++ b/packages/normalizr/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/normalizr", - "version": "4.2.0", + "version": "4.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 d9e0dfe382c..e8bb7d35985 100644 --- a/packages/rest-hooks/CHANGELOG.md +++ b/packages/rest-hooks/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/coinbase/rest-hooks/compare/rest-hooks@4.1.3...rest-hooks@4.2.0) (2020-01-17) + + +### 🚀 Features + +* Add indexes to Entity for improved performance ([#237](https://github.com/coinbase/rest-hooks/issues/237)) ([a2339f0](https://github.com/coinbase/rest-hooks/commit/a2339f0e61e9446da87af85440061b060ad0f444)) + + +### 💅 Enhancement + +* Devmode: Throw error if delete shape fetched with wrong schema ([#240](https://github.com/coinbase/rest-hooks/issues/240)) ([130e070](https://github.com/coinbase/rest-hooks/commit/130e07059936d255d72ef9ee35a738c755fada00)) +* Don't export action types ([#239](https://github.com/coinbase/rest-hooks/issues/239)) ([41fedfe](https://github.com/coinbase/rest-hooks/commit/41fedfe1890834950e5330c61329abe6d734e768)) + + +### 🐛 Bug Fix + +* Test coverage ([c3d51e2](https://github.com/coinbase/rest-hooks/commit/c3d51e2927d48dfdda51764fc6e0fabb27b4dbaf)) + + + ### [4.1.3](https://github.com/coinbase/rest-hooks/compare/rest-hooks@4.1.2...rest-hooks@4.1.3) (2020-01-16) diff --git a/packages/rest-hooks/package.json b/packages/rest-hooks/package.json index 462febd49f7..d6e5e7c95e3 100644 --- a/packages/rest-hooks/package.json +++ b/packages/rest-hooks/package.json @@ -1,6 +1,6 @@ { "name": "rest-hooks", - "version": "4.1.3", + "version": "4.2.0", "description": "Delightful data fetching for React", "sideEffects": false, "main": "dist/index.cjs.js", @@ -61,12 +61,12 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "devDependencies": { - "@rest-hooks/test": "^1.0.9", + "@rest-hooks/test": "^1.0.11", "coveralls": "^3.0.9" }, "dependencies": { "@babel/runtime": "^7.7.2", - "@rest-hooks/normalizr": "^4.2.0", + "@rest-hooks/normalizr": "^4.3.0", "@types/lodash": "^4.14.149", "flux-standard-action": "^2.1.1", "lodash": "^4.17.15" diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 3c020a1e709..30800e34be7 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/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. +### [1.0.11](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@1.0.9...@rest-hooks/test@1.0.11) (2020-01-17) + + +### 🏠 Internal + +* Fix test package version ([f3a5a25](https://github.com/coinbase/rest-hooks/commit/f3a5a2507378e810f705b63fcc3ea3cb6869f7a3)) + + + ### [1.0.9](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@1.0.8...@rest-hooks/test@1.0.9) (2020-01-16) **Note:** Version bump only for package @rest-hooks/test diff --git a/packages/test/package.json b/packages/test/package.json index 84b2e6050bb..c1a7615798d 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@rest-hooks/test", - "version": "1.0.10", + "version": "1.0.11", "description": "Testing utilities for Rest Hooks", "sideEffects": false, "main": "dist/index.cjs.js", @@ -47,7 +47,7 @@ "url": "https://github.com/coinbase/rest-hooks/issues" }, "devDependencies": { - "rest-hooks": "^4.1.3" + "rest-hooks": "^4.2.0" }, "dependencies": { "@testing-library/react-hooks": "^3.2.1"