Skip to content

Commit

Permalink
internal: publish
Browse files Browse the repository at this point in the history
 - @rest-hooks/core@1.0.9
 - @rest-hooks/endpoint@1.0.7
 - @rest-hooks/hooks@1.1.2
 - @rest-hooks/img@0.2.1
 - @rest-hooks/normalizr@6.0.6
 - rest-hooks@5.0.12
 - @rest-hooks/rest@2.0.1
 - @rest-hooks/test@4.1.1
  • Loading branch information
ntucker committed Mar 14, 2021
1 parent 141a02b commit f350b75
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 13 deletions.
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
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/core@1.0.8...@rest-hooks/core@1.0.9) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



### [1.0.8](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/core@1.0.7...@rest-hooks/core@1.0.8) (2021-03-08)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/core",
"version": "1.0.8",
"version": "1.0.9",
"description": "Dynamic data fetching for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -66,8 +66,8 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/endpoint": "^1.0.6",
"@rest-hooks/normalizr": "^6.0.5",
"@rest-hooks/endpoint": "^1.0.7",
"@rest-hooks/normalizr": "^6.0.6",
"@rest-hooks/use-enhanced-reducer": "^1.0.5",
"flux-standard-action": "^2.1.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/endpoint/CHANGELOG.md
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.7](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.6...@rest-hooks/endpoint@1.0.7) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



### [1.0.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.5...@rest-hooks/endpoint@1.0.6) (2021-03-08)

**Note:** Version bump only for package @rest-hooks/endpoint
Expand Down
4 changes: 2 additions & 2 deletions packages/endpoint/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/endpoint",
"version": "1.0.6",
"version": "1.0.7",
"description": "Declarative Network Interface Definitions",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -58,6 +58,6 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/normalizr": "^6.0.5"
"@rest-hooks/normalizr": "^6.0.6"
}
}
9 changes: 9 additions & 0 deletions packages/hooks/CHANGELOG.md
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.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/hooks@1.1.1...@rest-hooks/hooks@1.1.2) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



### [1.1.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/hooks@1.1.0...@rest-hooks/hooks@1.1.1) (2021-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/hooks",
"version": "1.1.1",
"version": "1.1.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
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.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/img@0.2.0...@rest-hooks/img@0.2.1) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



## 0.2.0 (2021-03-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/img/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/img",
"version": "0.2.0",
"version": "0.2.1",
"description": "Suspenseful images",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/normalizr/CHANGELOG.md
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.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@6.0.5...@rest-hooks/normalizr@6.0.6) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



### [6.0.5](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/normalizr@6.0.4...@rest-hooks/normalizr@6.0.5) (2021-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/normalizr/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/normalizr",
"version": "6.0.5",
"version": "6.0.6",
"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
14 changes: 14 additions & 0 deletions packages/rest-hooks/CHANGELOG.md
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.

### [5.0.12](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.0.11...rest-hooks@5.0.12) (2021-03-14)


### 🐛 Bug Fix

* non-JSON payloads on legacy Resource ([#655](https://github.com/coinbase/rest-hooks/issues/655)) ([141a02b](https://github.com/coinbase/rest-hooks/commit/141a02b5339a3f8bcf6fb441e236fecd47f0e465))


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



### [5.0.11](https://github.com/coinbase/rest-hooks/compare/rest-hooks@5.0.10...rest-hooks@5.0.11) (2021-03-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/rest-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "rest-hooks",
"version": "5.0.11",
"version": "5.0.12",
"description": "Dynamic data fetching for React",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -67,8 +67,8 @@
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@rest-hooks/core": "^1.0.8",
"@rest-hooks/endpoint": "^1.0.6"
"@rest-hooks/core": "^1.0.9",
"@rest-hooks/endpoint": "^1.0.7"
},
"peerDependencies": {
"@types/react": "^16.8.4 || ^17.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/rest/CHANGELOG.md
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.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/rest@2.0.0...@rest-hooks/rest@2.0.1) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



## [2.0.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/rest@1.0.4...@rest-hooks/rest@2.0.0) (2021-03-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/rest",
"version": "2.0.0",
"version": "2.0.1",
"description": "Endpoints for REST APIs",
"sideEffects": false,
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/test/CHANGELOG.md
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.1.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@4.1.0...@rest-hooks/test@4.1.1) (2021-03-14)


### 📝 Documentation

* Update package tags ([#650](https://github.com/coinbase/rest-hooks/issues/650)) ([4ef465a](https://github.com/coinbase/rest-hooks/commit/4ef465a129cd59668cd9c3542bb9ec03c84d2a4d))



## [4.1.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/test@4.0.1...@rest-hooks/test@4.1.0) (2021-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
@@ -1,6 +1,6 @@
{
"name": "@rest-hooks/test",
"version": "4.1.0",
"version": "4.1.1",
"description": "Testing utilities for Rest Hooks",
"sideEffects": false,
"main": "dist/index.cjs",
Expand Down

0 comments on commit f350b75

Please sign in to comment.