Skip to content

Commit 36f06d8

Browse files
committed
1 parent 29d0c26 commit 36f06d8

32 files changed

+209
-29
lines changed

examples/benchmark/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.0.1-beta.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.2) (2021-09-06)
7+
8+
**Note:** Version bump only for package benchmark
9+
10+
11+
12+
13+
614
### [0.0.1-beta.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.1) (2021-07-12)
715

816
**Note:** Version bump only for package benchmark

examples/benchmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "Benchmark for normalizr",
55
"main": "index.js",
66
"author": "Nathaniel Tucker",
@@ -10,6 +10,6 @@
1010
"start": "cross-env NODE_ENV=production BROWSERSLIST_ENV=modern babel-node --root-mode upward ./ --extensions '.ts,.tsx,.js'"
1111
},
1212
"devDependencies": {
13-
"@rest-hooks/normalizr": "^8.0.0-beta.1"
13+
"@rest-hooks/normalizr": "^8.0.0-beta.2"
1414
}
1515
}

examples/github-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
### 0.1.1 (2021-09-06)
7+
8+
**Note:** Version bump only for package github-app

examples/github-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-app",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "github-app - A rest hooks example",
55
"scripts": {
66
"lint": "eslint src --ext .ts,.tsx",
@@ -40,13 +40,13 @@
4040
"webpack-dev-server": "4.1.0"
4141
},
4242
"dependencies": {
43-
"@rest-hooks/rest": "^3.0.0-beta.1",
4443
"@ant-design/icons": "^4.6.4",
44+
"@rest-hooks/rest": "^3.0.0-beta.2",
4545
"antd": "^4.16.13",
4646
"parse-link-header": "^1.0.1",
4747
"react-error-boundary": "^3.1.3",
4848
"react-markdown": "^7.0.1",
4949
"react-router-dom": "^5.2.1",
50-
"rest-hooks": "^6.0.0-beta.5"
50+
"rest-hooks": "^6.0.0-beta.6"
5151
}
5252
}

examples/normalizr-github/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.0.1-beta.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.2) (2021-09-06)
7+
8+
**Note:** Version bump only for package normalizr-github-example
9+
10+
11+
12+
13+
614
### [0.0.1-beta.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.1) (2021-07-12)
715

816
**Note:** Version bump only for package normalizr-github-example
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-github-example",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "And example of using Normalizr with github",
55
"main": "index.js",
66
"author": "Paul Armstrong",
@@ -10,6 +10,6 @@
1010
"start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'"
1111
},
1212
"dependencies": {
13-
"@rest-hooks/normalizr": "^8.0.0-beta.1"
13+
"@rest-hooks/normalizr": "^8.0.0-beta.2"
1414
}
1515
}

examples/normalizr-redux/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.0.1-beta.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.2) (2021-09-06)
7+
8+
**Note:** Version bump only for package normalizr-redux-example
9+
10+
11+
12+
13+
614
### [0.0.1-beta.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.1) (2021-07-12)
715

816
**Note:** Version bump only for package normalizr-redux-example

examples/normalizr-redux/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-redux-example",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "And example of using Normalizr with Redux",
55
"main": "index.js",
66
"author": "Paul Armstrong",
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@octokit/rest": "^18.6.0",
14-
"@rest-hooks/normalizr": "^8.0.0-beta.1",
14+
"@rest-hooks/normalizr": "^8.0.0-beta.2",
1515
"inquirer": "^8.1.1",
1616
"redux": "^4.1.0",
1717
"redux-thunk": "^2.3.0"

examples/normalizr-relationships/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.0.1-beta.2](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.2) (2021-09-06)
7+
8+
**Note:** Version bump only for package normalizr-relationships
9+
10+
11+
12+
13+
614
### [0.0.1-beta.1](https://github.com/coinbase/rest-hooks/compare/[email protected]@0.0.1-beta.1) (2021-07-12)
715

816
**Note:** Version bump only for package normalizr-relationships

examples/normalizr-relationships/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-relationships",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.2",
44
"description": "And example of using Normalizr with relationships",
55
"main": "index.js",
66
"author": "Paul Armstrong",
@@ -13,6 +13,6 @@
1313
"mockdate": "^3.0.5"
1414
},
1515
"dependencies": {
16-
"@rest-hooks/normalizr": "^8.0.0-beta.1"
16+
"@rest-hooks/normalizr": "^8.0.0-beta.2"
1717
}
1818
}

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

816
**Note:** Version bump only for package todo-app

examples/todo-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "todo-app - A rest hooks example",
55
"scripts": {
66
"lint": "eslint src --ext .ts,.tsx",
@@ -30,10 +30,10 @@
3030
"@linaria/core": "3.0.0-beta.4",
3131
"@linaria/react": "3.0.0-beta.7",
3232
"@linaria/shaker": "3.0.0-beta.12",
33-
"@rest-hooks/rest": "^3.0.0-beta.1",
33+
"@rest-hooks/rest": "^3.0.0-beta.2",
3434
"@types/react-dom": "17.0.9",
3535
"react-refresh": "next",
36-
"rest-hooks": "^6.0.0-beta.5",
36+
"rest-hooks": "^6.0.0-beta.6",
3737
"serve": "12.0.0",
3838
"webpack": "5.52.0",
3939
"webpack-cli": "4.8.0",

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.6](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-09-06)
7+
8+
9+
### 💅 Enhancement
10+
11+
* Give errors a name ([#1195](https://github.com/coinbase/rest-hooks/issues/1195)) ([caa1cd4](https://github.com/coinbase/rest-hooks/commit/caa1cd4c365eedc0e6bc8df6b00b9bfdf6492c63))
12+
* Improve robustness for legacy RESET actions ([#1213](https://github.com/coinbase/rest-hooks/issues/1213)) ([da6ee6c](https://github.com/coinbase/rest-hooks/commit/da6ee6c21d37b8ea5fa75ff15284c79bd9eb1269))
13+
* validate during denormalization ([#1183](https://github.com/coinbase/rest-hooks/issues/1183)) ([bca1e4a](https://github.com/coinbase/rest-hooks/commit/bca1e4a9158a294ee82745107e04e43564ccd5a0))
14+
* Warn users if they are missing Suspense boundary ([#1169](https://github.com/coinbase/rest-hooks/issues/1169)) ([ccf819a](https://github.com/coinbase/rest-hooks/commit/ccf819ab65163aa056a3317e1c1eca17c003ecf6))
15+
16+
17+
618
## [2.0.0-beta.5](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-25)
719

820

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/core",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Asynchronous data framework for React",
55
"sideEffects": false,
66
"main": "dist/index.js",
@@ -102,8 +102,8 @@
102102
},
103103
"dependencies": {
104104
"@babel/runtime": "^7.7.2",
105-
"@rest-hooks/endpoint": "^2.0.0-beta.1",
106-
"@rest-hooks/normalizr": "^8.0.0-beta.1",
105+
"@rest-hooks/endpoint": "^2.0.0-beta.2",
106+
"@rest-hooks/normalizr": "^8.0.0-beta.2",
107107
"@rest-hooks/use-enhanced-reducer": "^1.1.0",
108108
"flux-standard-action": "^2.1.1"
109109
},

packages/endpoint/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+
## [2.0.0-beta.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-09-06)
7+
8+
**Note:** Version bump only for package @rest-hooks/endpoint
9+
10+
11+
12+
13+
614
## [2.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-07-12)
715

816

packages/endpoint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/endpoint",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Declarative Network Interface Definitions",
55
"sideEffects": false,
66
"main": "dist/index.js",
@@ -97,6 +97,6 @@
9797
},
9898
"dependencies": {
9999
"@babel/runtime": "^7.7.2",
100-
"@rest-hooks/normalizr": "^8.0.0-beta.1"
100+
"@rest-hooks/normalizr": "^8.0.0-beta.2"
101101
}
102102
}

packages/experimental/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.4](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-09-06)
7+
8+
9+
### ⚠ 💥 BREAKING CHANGES
10+
11+
* useController(true) -> useController({ throttle: true
12+
})
13+
14+
### 💅 Enhancement
15+
16+
* Give errors a name ([#1195](https://github.com/coinbase/rest-hooks/issues/1195)) ([caa1cd4](https://github.com/coinbase/rest-hooks/commit/caa1cd4c365eedc0e6bc8df6b00b9bfdf6492c63))
17+
* Improve NetworkError debuggability ([#1172](https://github.com/coinbase/rest-hooks/issues/1172)) ([9fb64bb](https://github.com/coinbase/rest-hooks/commit/9fb64bbf31827c65eaa1e6b0617e46f685d9ea58))
18+
19+
20+
### 📝 Documentation
21+
22+
* Minor typos ([#1188](https://github.com/coinbase/rest-hooks/issues/1188)) ([9fe6c0d](https://github.com/coinbase/rest-hooks/commit/9fe6c0d82f9b6f5922a8f2977609e0ff6e7c9551))
23+
* Some fixups for the usecontroller blog ([#1182](https://github.com/coinbase/rest-hooks/issues/1182)) ([9179c2e](https://github.com/coinbase/rest-hooks/commit/9179c2e8d867c84d92ca28475c82f77c8be356b3))
24+
25+
26+
* useController() takes configuration options (#1179) ([4847848](https://github.com/coinbase/rest-hooks/commit/4847848a2778b54488e66dd265e076d9fb140161)), closes [#1179](https://github.com/coinbase/rest-hooks/issues/1179)
27+
28+
29+
630
## [1.0.0-beta.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-08-22)
731

832

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

packages/graphql/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.1.0 (2021-09-06)
7+
8+
9+
### 🚀 Features
10+
11+
* Add @rest-hooks/graphql ([#1215](https://github.com/coinbase/rest-hooks/issues/1215)) ([29d0c26](https://github.com/coinbase/rest-hooks/commit/29d0c26de7e3a686b7dec79b1991f5fd954a6e90))

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rest-hooks/graphql",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Endpoints for GraphQL APIs",
55
"sideEffects": false,
66
"main": "dist/index.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.5.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-09-06)
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.5.0-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
716

817
### 📝 Documentation

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.5.0-beta.0",
3+
"version": "1.5.0-beta.1",
44
"description": "Collection of composable data hooks",
55
"sideEffects": false,
66
"main": "dist/index.cjs.js",

packages/legacy/CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-09-06)
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+
### 💅 Enhancement
15+
16+
* Give errors a name ([#1195](https://github.com/coinbase/rest-hooks/issues/1195)) ([caa1cd4](https://github.com/coinbase/rest-hooks/commit/caa1cd4c365eedc0e6bc8df6b00b9bfdf6492c63))
17+
* Improve NetworkError debuggability ([#1172](https://github.com/coinbase/rest-hooks/issues/1172)) ([9fb64bb](https://github.com/coinbase/rest-hooks/commit/9fb64bbf31827c65eaa1e6b0617e46f685d9ea58))
18+
19+
20+
### 🐛 Bug Fix
21+
22+
* Legacy cjs and unpkg should target 'legacy' ([31b6893](https://github.com/coinbase/rest-hooks/commit/31b68933245bfc6234ecea603618f43af8387729))
23+
24+
25+
### 📝 Documentation
26+
27+
* More udpates ([#1176](https://github.com/coinbase/rest-hooks/issues/1176)) ([e11b59c](https://github.com/coinbase/rest-hooks/commit/e11b59c26ee26eaeacf65a9ceaba74f35c27b66b))
28+
29+
30+
631
## [3.0.0-beta.1](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/[email protected]...@rest-hooks/[email protected]) (2021-06-30)
732

833

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.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Legacy features for Rest Hooks",
55
"sideEffects": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)