Skip to content

Commit dc7229f

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

File tree

6 files changed

+31
-4
lines changed

6 files changed

+31
-4
lines changed

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.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* module build import path ([#994](https://github.com/coinbase/rest-hooks/issues/994)) ([1f84f51](https://github.com/coinbase/rest-hooks/commit/1f84f51e0f3b62832945e75d0e241dba59b6623c))
12+
13+
14+
615
## [2.0.0-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
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.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",

packages/legacy/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+
## [3.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* module build import path ([#994](https://github.com/coinbase/rest-hooks/issues/994)) ([1f84f51](https://github.com/coinbase/rest-hooks/commit/1f84f51e0f3b62832945e75d0e241dba59b6623c))
12+
13+
14+
615
## [3.0.0-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
716

817

packages/legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/legacy",
3-
"version": "3.0.0-beta.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Legacy features for Rest Hooks",
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.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.1) (2021-06-30)
7+
8+
9+
### 🐛 Bug Fix
10+
11+
* module build import path ([#994](https://github.com/coinbase/rest-hooks/issues/994)) ([1f84f51](https://github.com/coinbase/rest-hooks/commit/1f84f51e0f3b62832945e75d0e241dba59b6623c))
12+
13+
14+
615
## [6.0.0-beta.0](https://github.com/coinbase/rest-hooks/compare/[email protected]@6.0.0-beta.0) (2021-06-30)
716

817

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

0 commit comments

Comments
 (0)