Skip to content

Commit 9c80a80

Browse files
committed
1 parent bbb69e9 commit 9c80a80

File tree

20 files changed

+255
-20
lines changed

20 files changed

+255
-20
lines changed

examples/benchmark/CHANGELOG.md

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

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

examples/benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "benchmark",
3-
"version": "0.0.1-beta.0",
3+
"version": "0.0.1-beta.1",
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.0"
13+
"@rest-hooks/normalizr": "^8.0.0-beta.1"
1414
}
1515
}

examples/normalizr-github/CHANGELOG.md

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

816
**Note:** Version bump only for package normalizr-github-example
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-github-example",
3-
"version": "0.0.1-beta.0",
3+
"version": "0.0.1-beta.1",
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.0"
13+
"@rest-hooks/normalizr": "^8.0.0-beta.1"
1414
}
1515
}

examples/normalizr-redux/CHANGELOG.md

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

816

examples/normalizr-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-redux-example",
3-
"version": "0.0.1-beta.0",
3+
"version": "0.0.1-beta.1",
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.0",
14+
"@rest-hooks/normalizr": "^8.0.0-beta.1",
1515
"inquirer": "^8.1.1",
1616
"redux": "^4.1.0",
1717
"redux-thunk": "^2.3.0"

examples/normalizr-relationships/CHANGELOG.md

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

816

examples/normalizr-relationships/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "normalizr-relationships",
3-
"version": "0.0.1-beta.0",
3+
"version": "0.0.1-beta.1",
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.0"
16+
"@rest-hooks/normalizr": "^8.0.0-beta.1"
1717
}
1818
}

examples/todo-app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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-07-12)
7+
8+
9+
### 🚀 Features
10+
11+
* Add todo example ([#996](https://github.com/coinbase/rest-hooks/issues/996)) ([7616d40](https://github.com/coinbase/rest-hooks/commit/7616d40a07d881b7b938ecbc19dc29e3cae91348))
12+
13+
14+
### 💅 Enhancement
15+
16+
* Update instructions and anansi pkg ([#1031](https://github.com/coinbase/rest-hooks/issues/1031)) ([8a75d1c](https://github.com/coinbase/rest-hooks/commit/8a75d1ca8417e75e810195f70dbd33e536136f66))

examples/todo-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-app",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
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.0",
3434
"@types/react-dom": "17.0.9",
3535
"react-refresh": "^0.11.0-0",
36-
"rest-hooks": "^6.0.0-beta.0",
36+
"rest-hooks": "^6.0.0-beta.2",
3737
"serve": "12.0.0",
3838
"webpack": "5.44.0",
3939
"webpack-cli": "4.7.2",

0 commit comments

Comments
 (0)