Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - @rest-hooks/core@1.4.1
 - @rest-hooks/endpoint@1.1.6
 - @rest-hooks/experimental@0.5.0
 - @rest-hooks/hooks@1.2.2
 - @rest-hooks/img@0.2.4
 - @rest-hooks/legacy@2.0.9
 - @rest-hooks/normalizr@7.1.0
 - rest-hooks@5.1.4
 - @rest-hooks/rest@2.1.4
 - @rest-hooks/test@6.0.1
 - @rest-hooks/use-enhanced-reducer@1.0.9
  • Loading branch information
ntucker committed Jun 9, 2021
1 parent d988abe commit 6316c05
Show file tree
Hide file tree
Showing 22 changed files with 126 additions and 17 deletions.
9 changes: 9 additions & 0 deletions packages/core/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.4.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/core@1.4.0...@rest-hooks/core@1.4.1) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



## [1.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/core@1.2.1...@rest-hooks/core@1.4.0) (2021-06-02)


Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/core",
"version": "1.4.0",
"version": "1.4.1",
"description": "Asynchronous data framework for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -86,9 +86,9 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/endpoint": "^1.1.5",
"@rest-hooks/normalizr": "^7.0.3",
"@rest-hooks/use-enhanced-reducer": "^1.0.8",
"@rest-hooks/endpoint": "^1.1.6",
"@rest-hooks/normalizr": "^7.1.0",
"@rest-hooks/use-enhanced-reducer": "^1.0.9",
"flux-standard-action": "^2.1.1"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/endpoint/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.1.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.1.5...@rest-hooks/endpoint@1.1.6) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [1.1.5](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.1.3...@rest-hooks/endpoint@1.1.5) (2021-06-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/endpoint",
"version": "1.1.5",
"version": "1.1.6",
"description": "Declarative Network Interface Definitions",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -78,6 +78,6 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/normalizr": "^7.0.3"
"@rest-hooks/normalizr": "^7.1.0"
}
}
14 changes: 14 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/experimental@0.4.0...@rest-hooks/experimental@0.5.0) (2021-06-09)


### 🚀 Features

* Add inferResults() ([#900](https://github.com/coinbase/rest-hooks/issues/900)) ([5ad8287](https://github.com/coinbase/rest-hooks/commit/5ad8287fefd50637670c07252b01ea63ea05333a))


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



## [0.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/experimental@0.2.1...@rest-hooks/experimental@0.4.0) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/experimental",
"version": "0.4.0",
"version": "0.5.0",
"description": "Experimental extensions for Rest Hooks",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/hooks/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.2.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/hooks@1.2.1...@rest-hooks/hooks@1.2.2) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [1.2.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/hooks@1.2.0...@rest-hooks/hooks@1.2.1) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/hooks",
"version": "1.2.1",
"version": "1.2.2",
"description": "Collection of composable data hooks",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/img/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.

### [0.2.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/img@0.2.3...@rest-hooks/img@0.2.4) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [0.2.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/img@0.2.2...@rest-hooks/img@0.2.3) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/img",
"version": "0.2.3",
"version": "0.2.4",
"description": "Suspenseful images",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/legacy/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.

### [2.0.9](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@2.0.8...@rest-hooks/legacy@2.0.9) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [2.0.8](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/legacy@2.0.7...@rest-hooks/legacy@2.0.8) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/legacy",
"version": "2.0.8",
"version": "2.0.9",
"description": "Legacy features for Rest Hooks",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/normalizr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.1.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@7.0.3...@rest-hooks/normalizr@7.1.0) (2021-06-09)


### 🚀 Features

* Add inferResults() ([#900](https://github.com/coinbase/rest-hooks/issues/900)) ([5ad8287](https://github.com/coinbase/rest-hooks/commit/5ad8287fefd50637670c07252b01ea63ea05333a))


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [7.0.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@7.0.1...@rest-hooks/normalizr@7.0.3) (2021-06-02)


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": "7.0.3",
"version": "7.1.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
9 changes: 9 additions & 0 deletions packages/rest-hooks/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.

### [5.1.4](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.1.3...rest-hooks@5.1.4) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [5.1.3](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.1.1...rest-hooks@5.1.3) (2021-06-02)


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": "5.1.3",
"version": "5.1.4",
"description": "Asynchronous data framework for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -87,8 +87,8 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/core": "^1.4.0",
"@rest-hooks/endpoint": "^1.1.5"
"@rest-hooks/core": "^1.4.1",
"@rest-hooks/endpoint": "^1.1.6"
},
"peerDependencies": {
"@types/react": "^16.8.4 || ^17.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rest/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.

### [2.1.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/rest@2.1.3...@rest-hooks/rest@2.1.4) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [2.1.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/rest@2.1.2...@rest-hooks/rest@2.1.3) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/rest",
"version": "2.1.3",
"version": "2.1.4",
"description": "Endpoints for REST APIs",
"sideEffects": false,
"main": "dist/index.cjs.js",
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.

### [6.0.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@6.0.0...@rest-hooks/test@6.0.1) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



## [6.0.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@4.1.4...@rest-hooks/test@6.0.0) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/test",
"version": "6.0.0",
"version": "6.0.1",
"description": "Testing utilities for Rest Hooks",
"sideEffects": false,
"main": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/use-enhanced-reducer/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.9](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/use-enhanced-reducer@1.0.8...@rest-hooks/use-enhanced-reducer@1.0.9) (2021-06-09)


### 💅 Enhancement

* 'module' entrypoint targets 2019 browsers ([#905](https://github.com/coinbase/rest-hooks/issues/905)) ([d988abe](https://github.com/coinbase/rest-hooks/commit/d988abe063fc67c74fce12e234c9c3ffdb7cc230))



### [1.0.8](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/use-enhanced-reducer@1.0.7...@rest-hooks/use-enhanced-reducer@1.0.8) (2021-06-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-enhanced-reducer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/use-enhanced-reducer",
"version": "1.0.8",
"version": "1.0.9",
"description": "Add powerful orchestration to hooks-based Flux stores",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down

1 comment on commit 6316c05

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 6316c05 Previous: d988abe Ratio
normalizeLong 69.76 ops/sec (±2.01%) 63.92 ops/sec (±1.75%) 0.92
denormalizeLong 29.47 ops/sec (±1.81%) 25.44 ops/sec (±3.56%) 0.86

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.