Skip to content

Commit 8d4e12a

Browse files
committed
internal: publish
- @rest-hooks/[email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - @rest-hooks/[email protected] - [email protected] - @rest-hooks/[email protected]
1 parent 31b6893 commit 8d4e12a

12 files changed

+65
-7
lines changed

packages/experimental/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+
## [0.9.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
7+
8+
9+
### 🚀 Features
10+
11+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
12+
13+
14+
615
## [0.8.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-19)
716

817

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": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Experimental extensions for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/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+
## [1.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
7+
8+
9+
### 🚀 Features
10+
11+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
12+
13+
14+
615
## [1.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
716

817

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/hooks",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Collection of composable data hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/img/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+
## [0.4.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
7+
8+
9+
### 🚀 Features
10+
11+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
12+
13+
14+
615
## [0.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
716

817

packages/img/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/img",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Suspenseful images",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/legacy/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+
## [2.3.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
7+
8+
9+
### 🚀 Features
10+
11+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
12+
13+
14+
### 🐛 Bug Fix
15+
16+
* Legacy cjs and unpkg should target 'legacy' ([31b6893](https://github.com/coinbase/rest-hooks/commit/31b68933245bfc6234ecea603618f43af8387729))
17+
18+
19+
620
## [2.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-16)
721

822

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": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Legacy features 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+
### [5.3.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.2) (2021-06-25)
7+
8+
**Note:** Version bump only for package rest-hooks
9+
10+
11+
12+
13+
614
### [5.3.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@5.3.1) (2021-06-19)
715

816
**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": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",
@@ -89,7 +89,7 @@
8989
"@babel/runtime": "^7.7.2",
9090
"@rest-hooks/core": "^1.5.2",
9191
"@rest-hooks/endpoint": "^1.2.2",
92-
"@rest-hooks/legacy": "^2.2.0"
92+
"@rest-hooks/legacy": "^2.3.0"
9393
},
9494
"peerDependencies": {
9595
"@types/react": "^16.8.4 || ^17.0.0 || ^18.0.0-0",

packages/test/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.2.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-25)
7+
8+
9+
### 🚀 Features
10+
11+
* Mark compatibility with upcoming versions ([#959](https://github.com/coinbase/rest-hooks/issues/959)) ([72da158](https://github.com/coinbase/rest-hooks/commit/72da158c19acf4c76b8b86eb37e063956b7347fd))
12+
13+
14+
615
## [6.1.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-13)
716

817

packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/test",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Testing utilities for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)