Skip to content

Commit f064963

Browse files
committed
internal: publish
- [email protected] - @rest-hooks/[email protected] - [email protected]
1 parent 0516135 commit f064963

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

examples/todo-app/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+
### [0.1.3](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.1.3) (2021-08-25)
7+
8+
**Note:** Version bump only for package todo-app
9+
10+
11+
12+
13+
614
### [0.1.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.1.2) (2021-08-22)
715

816

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.2",
3+
"version": "0.1.3",
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.4",
36+
"rest-hooks": "^6.0.0-beta.5",
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.5](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-25)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Back to avoiding reducer for fetch ([#1149](https://github.com/coinbase/rest-hooks/issues/1149)) ([06ae6a4](https://github.com/coinbase/rest-hooks/commit/06ae6a450f65f0344a44e2c8d162b62e7461bfe8))
12+
13+
14+
615
## [2.0.0-beta.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-22)
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.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/rest-hooks/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+
## [6.0.0-beta.5](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.5) (2021-08-25)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Back to avoiding reducer for fetch ([#1149](https://github.com/coinbase/rest-hooks/issues/1149)) ([06ae6a4](https://github.com/coinbase/rest-hooks/commit/06ae6a450f65f0344a44e2c8d162b62e7461bfe8))
12+
13+
14+
615
## [6.0.0-beta.4](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.4) (2021-08-22)
716

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

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.4",
3+
"version": "6.0.0-beta.5",
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.4",
106+
"@rest-hooks/core": "^2.0.0-beta.5",
107107
"@rest-hooks/endpoint": "^2.0.0-beta.1"
108108
},
109109
"peerDependencies": {

0 commit comments

Comments
 (0)