You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
-Yarn workspaces command issue, as patched by @heronblade via [PR #134](https://github.com/paulrberg/create-eth-app/pull/134)
91
+
-Fix the yarn workspaces command bug ([#134](https://github.com/paulrberg/create-eth-app/pull/134)) (@joshuabyler)
71
92
72
93
## [1.6.3] - 2021-05-14
73
94
74
95
### Fixed
75
96
76
-
-Warning caused by duplicate `body`tag, which fixes [issue #55](https://github.com/paulrberg/create-eth-app/issues/55)
97
+
-Fix the warning caused by duplicate `body`tags ([#55](https://github.com/paulrberg/create-eth-app/issues/55)) (@paulrberg)
77
98
78
99
## [1.6.2] - 2020-12-20
79
100
80
101
### Fixed
81
102
82
-
-The infinite re-render bug, as reported and patched by @gasolin with [PR #92](https://github.com/paulrberg/create-eth-app/pull/92)
103
+
-Fix the infinite re-render bug ([#92](https://github.com/paulrberg/create-eth-app/pull/92)) (@gasolin)
83
104
84
105
## [1.6.1] - 2020-11-20
85
106
86
107
### Added
87
108
88
-
- Balancer template, as per [PR #98](https://github.com/PaulRBerg/create-eth-app/pull/98)
89
-
- mStable template, as per [PR #97](https://github.com/PaulRBerg/create-eth-app/pull/97)
90
-
-[Internal] Comprehensive unit and integration tests with good coverage of the repo, as per [PR #86](https://github.com/PaulRBerg/create-eth-app/pull/86)
91
-
-[Internal] New [env.ts](https://github.com/PaulRBerg/create-eth-app/tree/v1.6.1/src/helpers/env.ts) helper that deals with environment variable management
- Refactor web3Modal code as a React Hook, [courtesy](https://github.com/PaulRBerg/create-eth-app/pull/79) of @gasolin
96
-
- Rename "dist" to "build" in Vue.js templates, as per [PR #77](https://github.com/PaulRBerg/create-eth-app/pull/77)
97
-
- Strict version tags for the download urls, as per [PR #76](https://github.com/PaulRBerg/create-eth-app/pull/76)
98
-
- Upgrade dependencies, both ours and the react and vue template ones
99
-
-[Internal] Rename many of the helpers, e.g. `isFolderEmpty` to `directories`
100
-
-[Internal] Upgrade to TypeScript v4
101
-
-[Internal] Use ESlint instead of TSLint and fix [issue #74](https://github.com/PaulRBerg/create-eth-app/issues/74)
102
-
-[Internal] Use @vercel/ncc instead of @zeit/ncc and fix [issue #21](https://github.com/PaulRBerg/create-eth-app/issues/21)
114
+
- Refactor web3Modal code as a React Hook ([#79](https://github.com/paulrberg/create-eth-app/pull/79)) (@gasolin)
115
+
- Rename "dist" to "build" in Vue.js templates ([#77](https://github.com/paulrberg/create-eth-app/pull/77)) (@TomAFrench)
116
+
- Strict version tags for the download urls ([#76](https://github.com/paulrberg/create-eth-app/pull/76)) (@paulrberg)
117
+
- Upgrade dependencies (@paulrberg)
103
118
104
119
### Fixed
105
120
106
-
- Duplicate comment about Infura, [courtesy](https://github.com/PaulRBerg/create-eth-app/pull/84) of @gasolin
107
-
-[Internal][Issue #56](https://github.com/PaulRBerg/create-eth-app/issues/56) by setting up CI on GitHub Actions
121
+
- Remove duplicate comment about Infura ([#84](https://github.com/paulrberg/create-eth-app/pull/84) (@gasolin)
108
122
109
123
## [1.5.0] - 2020-09-14
110
124
111
125
### Added
112
126
113
-
-Simple integration of web3Modal to React templates, as per [PR #63](https://github.com/PaulRBerg/create-eth-app/pull/63)
127
+
-Integrate `web3-modal` in React templates ([#63](https://github.com/paulrberg/create-eth-app/pull/63)) (@TomAFrench)
114
128
115
129
## [1.4.1] - 2020-09-03
116
130
117
131
### Fixed
118
132
119
-
-Branch name set back to "develop" after being erroneously set to "staging" when v1.4.0 was shipped
133
+
-Set branch name back to "develop" (@paulrberg)
120
134
121
135
## [1.4.0] - 2020-08-23
122
136
123
137
### Added
124
138
125
-
-New IPFS deployment script allowing publishing of apps with `yarn ipfs`, as per [PR #58](https://github.com/PaulRBerg/create-eth-app/pull/58)
139
+
-Add new IPFS deployment script ([#58](https://github.com/paulrberg/create-eth-app/pull/58)) (@TomAFrench)
126
140
127
141
### Changed
128
142
129
-
- Update React template component styling to use [styled-components](https://styled-components.com/), as per [PR #51](https://github.com/PaulRBerg/create-eth-app/pull/51)
130
-
- Update the location of subgraph query definitions, as per [PR #50](https://github.com/PaulRBerg/create-eth-app/pull/50)
131
-
- Update the `@uniswap/sdk` version to v3.0.2, as per [PR #52](https://github.com/PaulRBerg/create-eth-app/pull/52)
143
+
- Update React template component styling to use `styled-components`
0 commit comments