Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - @rest-hooks/legacy@1.0.6
 - @rest-hooks/normalizr@4.3.0
 - rest-hooks@4.2.0
 - @rest-hooks/test@1.0.11
  • Loading branch information
ntucker committed Jan 17, 2020
1 parent f3a5a25 commit 1698646
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
9 changes: 9 additions & 0 deletions packages/normalizr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
20 changes: 20 additions & 0 deletions packages/rest-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/rest-hooks/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1698646

Please sign in to comment.