Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 6c1dc60

Browse files
committed
docs: roll v1.8.3
docs: capitalize user name in CHANGELOG
1 parent 9c7b1ae commit 6c1dc60

2 files changed

Lines changed: 66 additions & 61 deletions

File tree

CHANGELOG.md

Lines changed: 65 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Common Changelog](https://common-changelog.org/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
[1.8.3]: https://github.com/paulrberg/create-eth-app/compare/v1.8.2...v1.8.3
78
[1.8.2]: https://github.com/paulrberg/create-eth-app/compare/v1.8.1...v1.8.2
89
[1.8.1]: https://github.com/paulrberg/create-eth-app/compare/v1.8.0...v1.8.1
910
[1.8.0]: https://github.com/paulrberg/create-eth-app/compare/v1.7.4...v1.8.0
@@ -27,6 +28,13 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
2728
[1.1.0]: https://github.com/paulrberg/create-eth-app/compare/v1.0.0...v1.1.0
2829
[1.0.0]: https://github.com/paulrberg/create-eth-app/releases/tag/v1.0.0
2930

31+
## [1.8.3] - 2023-08-01
32+
33+
### Changed
34+
35+
- Upgrade `@graphprotocol` dependencies in React template ([#237](https://github.com/PaulRBerg/create-eth-app/pull/237)) (@maxhiker)
36+
- Upgrade `react-scripts` dependency in React template ([#237](https://github.com/PaulRBerg/create-eth-app/pull/237)) (@maxhiker)
37+
3038
## [1.8.2] - 2022-09-16
3139

3240
### Added
@@ -35,96 +43,93 @@ The format is based on [Common Changelog](https://common-changelog.org/), and th
3543

3644
### Changed
3745

46+
- Change Infura API key (@PaulRBerg)
3847
- Upgrade `@usedapp/core` in React template (@jakvbs)
3948

40-
### Changed
41-
42-
- Change Infura API key (@paulrberg)
43-
4449
## [1.8.1] - 2022-09-16
4550

4651
### Changed
4752

48-
- Change Infura API key (@paulrberg)
53+
- Change Infura API key (@PaulRBerg)
4954

5055
## [1.8.0] - 2022-03-19
5156

5257
### Added
5358

5459
- Add Chainlink template for both React and Vue ([#154](https://github.com/paulrberg/create-eth-app/pull/154)) (@fabioDMFerreira)
55-
- Integrate the [useDapp](https://usedapp.io/) framework (@paulrberg)
60+
- Integrate the [useDapp](https://usedapp.io/) framework (@PaulRBerg)
5661

5762
### Changed
5863

59-
- Refactor all contract call examples to use `useDapp` instead of the vanilla `ethers.js` library (@paulrberg)
60-
- Rename default package from "@project" to "@my-app" (@paulrberg)
61-
- Switch to simpler `@apollo/client` configuration (@paulrberg)
62-
- Update subgraph query in the Sablier v1 template (@paulrberg)
63-
- Update subgraph query in the Synthetix template (@paulrberg)
64-
- Update the subgraph specs to use the latest API versions (@paulrberg)
65-
- Use strict mode in React apps (@paulrberg)
64+
- Refactor all contract call examples to use `useDapp` instead of the vanilla `ethers.js` library (@PaulRBerg)
65+
- Rename default package from "@project" to "@my-app" (@PaulRBerg)
66+
- Switch to simpler `@apollo/client` configuration (@PaulRBerg)
67+
- Update subgraph query in the Sablier v1 template (@PaulRBerg)
68+
- Update subgraph query in the Synthetix template (@PaulRBerg)
69+
- Update the subgraph specs to use the latest API versions (@PaulRBerg)
70+
- Use strict mode in React apps (@PaulRBerg)
6671

6772
### Fixed
6873

69-
- Fix the `img` tag in default vue template (@paulrberg)
74+
- Fix the `img` tag in default vue template (@PaulRBerg)
7075

7176
### Removed
7277

73-
- Delete the Balancer template (both React and Vue) (@paulrberg)
74-
- Delete the Uniswap v1 template (both React and Vue) (@paulrberg)
75-
- Drop support for Node v13 and below (@paulrberg)
78+
- Delete the Balancer template (both React and Vue) (@PaulRBerg)
79+
- Delete the Uniswap v1 template (both React and Vue) (@PaulRBerg)
80+
- Drop support for Node v13 and below (@PaulRBerg)
7681

7782
## [1.7.4] - 2021-12-27
7883

7984
### Fixed
8085

81-
- Fix the IPFS script in the `package.json` file in the React template (@paulrberg)
86+
- Fix the IPFS script in the `package.json` file in the React template (@PaulRBerg)
8287

8388
## [1.7.3] - 2021-12-27
8489

8590
_This release was unpublished from npm due to a error in the `package.json` file_
8691

8792
### Fixed
8893

89-
- Fix the IPFS deploy script ([#179](https://github.com/paulrberg/create-eth-app/issues/179)) (@paulrberg)
94+
- Fix the IPFS deploy script ([#179](https://github.com/paulrberg/create-eth-app/issues/179)) (@PaulRBerg)
9095

9196
## [1.7.2] - 2021-11-21
9297

9398
### Fixed
9499

95-
- Include "gitignore" file in dist bundle ([#175](https://github.com/paulrberg/create-eth-app/issues/175)) (@paulrberg)
100+
- Include "gitignore" file in dist bundle ([#175](https://github.com/paulrberg/create-eth-app/issues/175)) (@PaulRBerg)
96101

97102
## [1.7.1] - 2021-09-20
98103

99104
### Fixed
100105

101-
- Pin version of `url-exist` dependency to 2.0.2 ([#162](https://github.com/paulrberg/create-eth-app/issues/162)) (@paulrberg)
106+
- Pin version of `url-exist` dependency to 2.0.2 ([#162](https://github.com/paulrberg/create-eth-app/issues/162)) (@PaulRBerg)
102107

103108
## [1.7.0] - 2021-09-14
104109

105110
### Added
106111

107-
- Add links in the default Vue template (@paulrberg)
108-
- Add user info in the wallet button with ENS support ([#146](https://github.com/paulrberg/create-eth-app/pull/146)) (@makoto, @paulrberg)
112+
- Add links in the default Vue template (@PaulRBerg)
113+
- Add user info in the wallet button with ENS support ([#146](https://github.com/paulrberg/create-eth-app/pull/146)) (@makoto, @PaulRBerg)
109114

110115
### Changed
111116

112-
- Replace the "Disconnect Wallet" label with the user info (@paulrberg)
113-
- Upgrade dependencies in default React and Vue templates (@paulrberg)
114-
- Wrap `web3Modal` instance in `useMemo` hook (@paulrberg)
117+
- Replace the "Disconnect Wallet" label with the user info (@PaulRBerg)
118+
- Upgrade dependencies in default React and Vue templates (@PaulRBerg)
119+
- Wrap `web3Modal` instance in `useMemo` hook (@PaulRBerg)
115120

116121
### Removed
117122

118123
- Remove redundant `nohoist` field in top-level `package.json`
119-
([#139](https://github.com/paulrberg/create-eth-app/issues/139)) (@paulrberg)
120-
- Remove the "www" prefix from links in the default Vue template (@paulrberg)
124+
([#139](https://github.com/paulrberg/create-eth-app/issues/139)) (@PaulRBerg)
125+
- Remove the "www" prefix from links in the default Vue template (@PaulRBerg)
121126

122127
## [1.6.5] - 2021-05-26
123128

124129
### Fixed
125130

126131
- Install `core.js` missing dependency in vue handlebars template
127-
([#104](https://github.com/paulrberg/create-eth-app/issues/104)) (@paulrberg)
132+
([#104](https://github.com/paulrberg/create-eth-app/issues/104)) (@PaulRBerg)
128133

129134
## [1.6.4] - 2021-05-25
130135

@@ -136,7 +141,7 @@ _This release was unpublished from npm due to a error in the `package.json` file
136141

137142
### Fixed
138143

139-
- Fix the warning caused by duplicate `body` tags ([#55](https://github.com/paulrberg/create-eth-app/issues/55)) (@paulrberg)
144+
- Fix the warning caused by duplicate `body` tags ([#55](https://github.com/paulrberg/create-eth-app/issues/55)) (@PaulRBerg)
140145

141146
## [1.6.2] - 2020-12-20
142147

@@ -149,14 +154,14 @@ _This release was unpublished from npm due to a error in the `package.json` file
149154
### Added
150155

151156
- Add Balancer template ([#98](https://github.com/paulrberg/create-eth-app/pull/98)) (@TomAFrench)
152-
- Add mStable template ([#96](https://github.com/paulrberg/create-eth-app/pull/96)) (@paulrberg)
157+
- Add mStable template ([#96](https://github.com/paulrberg/create-eth-app/pull/96)) (@PaulRBerg)
153158

154159
### Changed
155160

156161
- Refactor web3Modal code as a React Hook ([#79](https://github.com/paulrberg/create-eth-app/pull/79)) (@gasolin)
157162
- Rename "dist" to "build" in Vue.js templates ([#77](https://github.com/paulrberg/create-eth-app/pull/77)) (@TomAFrench)
158-
- Strict version tags for the download urls ([#76](https://github.com/paulrberg/create-eth-app/pull/76)) (@paulrberg)
159-
- Upgrade dependencies (@paulrberg)
163+
- Strict version tags for the download urls ([#76](https://github.com/paulrberg/create-eth-app/pull/76)) (@PaulRBerg)
164+
- Upgrade dependencies (@PaulRBerg)
160165

161166
### Fixed
162167

@@ -172,7 +177,7 @@ _This release was unpublished from npm due to a error in the `package.json` file
172177

173178
### Fixed
174179

175-
- Set branch name back to "develop" (@paulrberg)
180+
- Set branch name back to "develop" (@PaulRBerg)
176181

177182
## [1.4.0] - 2020-08-23
178183

@@ -195,64 +200,64 @@ _This release was unpublished from npm due to a error in the `package.json` file
195200

196201
### Changed
197202

198-
- Update the Compound template ([#39](https://github.com/paulrberg/create-eth-app/issues/39)) (@paulrberg)
203+
- Update the Compound template ([#39](https://github.com/paulrberg/create-eth-app/issues/39)) (@PaulRBerg)
199204

200205
### Fixed
201206

202-
- Bug in Aave template ([#46](https://github.com/paulrberg/create-eth-app/pull/46)) (@paulrberg)
207+
- Bug in Aave template ([#46](https://github.com/paulrberg/create-eth-app/pull/46)) (@PaulRBerg)
203208
- Incorrect paths in .gitignore ([#43](https://github.com/paulrberg/create-eth-app/pull/43)) (@TomAFrench)
204209

205210
### Removed
206211

207-
- Remove dependency on TypeScript from React template ([#41](https://github.com/paulrberg/create-eth-app/issues/41)) (@paulrberg)
212+
- Remove dependency on TypeScript from React template ([#41](https://github.com/paulrberg/create-eth-app/issues/41)) (@PaulRBerg)
208213

209214
## [1.3.0] - 2020-07-19
210215

211216
### Added
212217

213-
- Add four new DeFi templates: Kyber, Maker, Synthetix and Uniswap V2 (@paulrberg)
218+
- Add four new DeFi templates: Kyber, Maker, Synthetix and Uniswap V2 (@PaulRBerg)
214219

215220
### Changed
216221

217-
- Refactor the template system with Handlebars ([#30](https://github.com/paulrberg/create-eth-app/issues/30)) (@paulrberg)
218-
- Make Uniswap v2 the default template when passing `--template uniswap` (@paulrberg)
219-
- Upgrade to ethers v5 (@paulrberg)
220-
- Use only `dependencies` in the frontend app package instead of both `dependencies` and `devDependencies` (@paulrberg)
221-
- (Contributors) Define the branch whence the templates are pulled as an editable property (@paulrberg)
222+
- Refactor the template system with Handlebars ([#30](https://github.com/paulrberg/create-eth-app/issues/30)) (@PaulRBerg)
223+
- Make Uniswap v2 the default template when passing `--template uniswap` (@PaulRBerg)
224+
- Upgrade to ethers v5 (@PaulRBerg)
225+
- Use only `dependencies` in the frontend app package instead of both `dependencies` and `devDependencies` (@PaulRBerg)
226+
- (Contributors) Define the branch whence the templates are pulled as an editable property (@PaulRBerg)
222227

223228
### Fixed
224229

225-
- Add missing local dependencies ([#36](https://github.com/paulrberg/create-eth-app/issues/36)) (@paulrberg)
230+
- Add missing local dependencies ([#36](https://github.com/paulrberg/create-eth-app/issues/36)) (@PaulRBerg)
226231

227232
### Removed
228233

229-
- Remove the duplicated React and Vue.js code from the `templates` directory (@paulrberg)
234+
- Remove the duplicated React and Vue.js code from the `templates` directory (@PaulRBerg)
230235

231236
## [1.2.0] - 2020-05-09
232237

233238
### Added
234239

235-
- Add Vue.js templates for the default template and all other DeFi templates (@paulrberg)
236-
- Implement new command-line argument: `--framework` (@paulrberg)
240+
- Add Vue.js templates for the default template and all other DeFi templates (@PaulRBerg)
241+
- Implement new command-line argument: `--framework` (@PaulRBerg)
237242

238243
### Changed
239244

240-
- Bring [the default template](https://github.com/paulrberg/cea-template) into this repository (@paulrberg)
241-
- Move the `isUrlOk` function from `templates.js` to its bespoke file (@paulrberg)
242-
- Rename the Sablier template from "sablier" to "sablier-v1" (@paulrberg)
243-
- Reorganize the React templates under a new directory called "react" (@paulrberg)
244-
- Swap the Create React App labels with Create Eth App labels in the default template (@paulrberg)
245+
- Bring [the default template](https://github.com/paulrberg/cea-template) into this repository (@PaulRBerg)
246+
- Move the `isUrlOk` function from `templates.js` to its bespoke file (@PaulRBerg)
247+
- Rename the Sablier template from "sablier" to "sablier-v1" (@PaulRBerg)
248+
- Reorganize the React templates under a new directory called "react" (@PaulRBerg)
249+
- Swap the Create React App labels with Create Eth App labels in the default template (@PaulRBerg)
245250

246251
### Removed
247252

248-
- The `downloadAndExtractTemplate` function in `templates.js` (@paulrberg)
249-
- The "packages" section in the [README](/README.md) (@paulrberg)
253+
- The `downloadAndExtractTemplate` function in `templates.js` (@PaulRBerg)
254+
- The "packages" section in the [README](/README.md) (@PaulRBerg)
250255

251256
## [1.1.1] - 2020-05-09
252257

253258
### Added
254259

255-
- Add a CHANGELOG file (@paulrberg)
260+
- Add a CHANGELOG file (@PaulRBerg)
256261

257262
### Changed
258263

@@ -266,12 +271,12 @@ _This release was unpublished from npm due to a error in the `package.json` file
266271

267272
### Added
268273

269-
- Add four DeFi templates to use with the argument above: Aave, Compound, Sablier and Uniswap v1 (@paulrberg)
270-
- Implement command-line argument: `--template` (@paulrberg)
274+
- Add four DeFi templates to use with the argument above: Aave, Compound, Sablier and Uniswap v1 (@PaulRBerg)
275+
- Implement command-line argument: `--template` (@PaulRBerg)
271276

272277
### Changed
273278

274-
- Set `module` to `ES2015` and `skipLibCheck` to `false` in the root `tsconfig.json` (@paulrberg)
279+
- Set `module` to `ES2015` and `skipLibCheck` to `false` in the root `tsconfig.json` (@PaulRBerg)
275280

276281
### Fixed
277282

@@ -281,5 +286,5 @@ _This release was unpublished from npm due to a error in the `package.json` file
281286

282287
### Added
283288

284-
- Initial release of the tool (@paulrberg)
285-
- The default template (@paulrberg)
289+
- Initial release of the tool (@PaulRBerg)
290+
- The default template (@PaulRBerg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-eth-app",
33
"description": "Create Ethereum-powered apps with one command",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"bin": "./dist/index.js",
66
"bugs": {
77
"url": "https://github.com/paulrberg/create-eth-app/issues"

0 commit comments

Comments
 (0)