Skip to content

Commit c156705

Browse files
committed
internal: publish
- [email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - [email protected]
1 parent 109425a commit c156705

File tree

8 files changed

+47
-6
lines changed

8 files changed

+47
-6
lines changed

examples/todo-app/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
### [0.1.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.1.2) (2021-08-22)
7+
8+
9+
### 📦 Package
10+
11+
* Bump anansi - compat with webpack-dev-server@4 ([#1133](https://github.com/coinbase/rest-hooks/issues/1133)) ([474aae6](https://github.com/coinbase/rest-hooks/commit/474aae607351f045b1284ba7f1d7c80a08933314))
12+
* Latest react 18 prerelease ([#1132](https://github.com/coinbase/rest-hooks/issues/1132)) ([4865557](https://github.com/coinbase/rest-hooks/commit/48655577418e68803873734f77b95c36fbf216ad))
13+
14+
15+
616
### [0.1.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.1.1) (2021-08-21)
717

818

examples/todo-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "todo-app - A rest hooks example",
55
"scripts": {
66
"lint": "eslint src --ext .ts,.tsx",
@@ -33,7 +33,7 @@
3333
"@rest-hooks/rest": "^3.0.0-beta.1",
3434
"@types/react-dom": "17.0.9",
3535
"react-refresh": "next",
36-
"rest-hooks": "^6.0.0-beta.3",
36+
"rest-hooks": "^6.0.0-beta.4",
3737
"serve": "12.0.0",
3838
"webpack": "5.51.1",
3939
"webpack-cli": "4.8.0",

packages/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.0-beta.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-22)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* Cannot update a component while rendering a different component ([#1130](https://github.com/coinbase/rest-hooks/issues/1130)) ([0003388](https://github.com/coinbase/rest-hooks/commit/00033882ec88338b94bd78c8a7a5ad2954af40d6))
12+
13+
14+
615
## [2.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
716

817

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/experimental/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-22)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Resource.delete() handles empty object response ([#1131](https://github.com/coinbase/rest-hooks/issues/1131)) ([450127a](https://github.com/coinbase/rest-hooks/commit/450127a256d9e2d4fa20b7bd38768681c5f5412e))
12+
13+
14+
### 🐛 Bug Fix
15+
16+
* Cannot update a component while rendering a different component ([#1130](https://github.com/coinbase/rest-hooks/issues/1130)) ([0003388](https://github.com/coinbase/rest-hooks/commit/00033882ec88338b94bd78c8a7a5ad2954af40d6))
17+
18+
19+
620
## [1.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-21)
721

822

packages/experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/experimental",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Experimental extensions for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/rest-hooks/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.0-beta.4](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.4) (2021-08-22)
7+
8+
**Note:** Version bump only for package rest-hooks
9+
10+
11+
12+
13+
614
## [6.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.3) (2021-08-21)
715

816

packages/rest-hooks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest-hooks",
3-
"version": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",
@@ -103,7 +103,7 @@
103103
},
104104
"dependencies": {
105105
"@babel/runtime": "^7.7.2",
106-
"@rest-hooks/core": "^2.0.0-beta.3",
106+
"@rest-hooks/core": "^2.0.0-beta.4",
107107
"@rest-hooks/endpoint": "^2.0.0-beta.1"
108108
},
109109
"peerDependencies": {

0 commit comments

Comments
 (0)