Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - @rest-hooks/[email protected]
 - @rest-hooks/[email protected]
 - @rest-hooks/[email protected]
 - @rest-hooks/[email protected]
 - [email protected]
  • Loading branch information
ntucker committed Jun 19, 2021
1 parent b236b91 commit 36abc21
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 10 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.5.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)

**Note:** Version bump only for package @rest-hooks/core





### [1.5.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)

**Note:** Version bump only for package @rest-hooks/core
Expand Down
6 changes: 3 additions & 3 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.5.1",
"version": "1.5.2",
"description": "Asynchronous data framework for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -86,8 +86,8 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/endpoint": "^1.2.1",
"@rest-hooks/normalizr": "^7.3.0",
"@rest-hooks/endpoint": "^1.2.2",
"@rest-hooks/normalizr": "^7.4.0",
"@rest-hooks/use-enhanced-reducer": "^1.1.0",
"flux-standard-action": "^2.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/endpoint/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.2.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)

**Note:** Version bump only for package @rest-hooks/endpoint





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

**Note:** Version bump only for package @rest-hooks/endpoint
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.2.1",
"version": "1.2.2",
"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.3.0"
"@rest-hooks/normalizr": "^7.4.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.8.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)


### 🚀 Features

* Add Entity.validate() ([#934](https://github.com/coinbase/rest-hooks/issues/934)) ([b236b91](https://github.com/coinbase/rest-hooks/commit/b236b9137043d12de5a07bfd5583b5cb2d15f6cd))


### 💅 Enhancement

* More flexible fetch types to help with inheritance ([#932](https://github.com/coinbase/rest-hooks/issues/932)) ([3ff23cf](https://github.com/coinbase/rest-hooks/commit/3ff23cfbe67be4ce2bf314418bb865b05b94c352))



## [0.7.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)


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.7.0",
"version": "0.8.0",
"description": "Experimental extensions 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.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)


### 🚀 Features

* Add Entity.validate() ([#934](https://github.com/coinbase/rest-hooks/issues/934)) ([b236b91](https://github.com/coinbase/rest-hooks/commit/b236b9137043d12de5a07bfd5583b5cb2d15f6cd))


### 💅 Enhancement

* Improve normalization speed ([#933](https://github.com/coinbase/rest-hooks/issues/933)) ([e68b0f9](https://github.com/coinbase/rest-hooks/commit/e68b0f955e6fab5a84b07012a84cfd6aef9d35dd))



## [7.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)


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.3.0",
"version": "7.4.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
8 changes: 8 additions & 0 deletions packages/rest-hooks/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.

### [5.3.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.1) (2021-06-19)

**Note:** Version bump only for package rest-hooks





## [5.3.0](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.0) (2021-06-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": "5.3.0",
"version": "5.3.1",
"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.5.1",
"@rest-hooks/endpoint": "^1.2.1",
"@rest-hooks/core": "^1.5.2",
"@rest-hooks/endpoint": "^1.2.2",
"@rest-hooks/legacy": "^2.2.0"
},
"peerDependencies": {
Expand Down

1 comment on commit 36abc21

@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: 36abc21 Previous: b236b91 Ratio
normalizeLong 57.48 ops/sec (±1.03%) 77.63 ops/sec (±1.13%) 1.35
denormalizeLong 21.63 ops/sec (±3.50%) 31.89 ops/sec (±1.17%) 1.47

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

Please sign in to comment.