Skip to content

Commit 9d89041

Browse files
committed
update changelog
1 parent 14b2eec commit 9d89041

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3+
## 6.2.0
4+
5+
- Add support for dev-only patches (#159 again)
6+
37
## 6.1.4
48

59
- Use --ignore-scripts when making patches if it fails without (#151)
610

711
## 6.1.3
812

913
- Fail when patches are found for uninstalled packages (#159)
10-
- Support private registries declared in .npmrc (Contribution from @cherniavskii in #152)
14+
- Support private registries declared in .npmrc (Contribution from @cherniavskii
15+
in #152)
1116

1217
## 6.1.2
1318

@@ -40,7 +45,8 @@
4045

4146
## 6.0.3
4247

43-
- Allow relative file paths for --patch-dir (Contribution from @lots0logs in #119)
48+
- Allow relative file paths for --patch-dir (Contribution from @lots0logs in
49+
#119)
4450
- Fix version string handling (Contribution from @teppeis in #122)
4551
- Add support for custom resolutions field in app's package.json (#125)
4652
- Fix property access bug (#123)
@@ -110,7 +116,8 @@ For full details see the prerelease notes.
110116

111117
## 6.0.0-9
112118

113-
- Fix patch application bug when creating new files (Contribution from @stmarkidis)
119+
- Fix patch application bug when creating new files (Contribution from
120+
@stmarkidis)
114121

115122
## 6.0.0-8
116123

@@ -169,15 +176,18 @@ For full details see the prerelease notes.
169176

170177
## 3.6.1
171178

172-
- Fix bug where patch-package was complaining about failing when it had, in fact, succeeded. See #31
179+
- Fix bug where patch-package was complaining about failing when it had, in
180+
fact, succeeded. See #31
173181

174182
## 3.6.0
175183

176-
- Remove git headers from patch files to prevent git from thinking files are part of the index
184+
- Remove git headers from patch files to prevent git from thinking files are
185+
part of the index
177186

178187
## 3.5.3
179188

180-
- Change the way patch files are re-written when the project root dir is not the same as the git root dir.
189+
- Change the way patch files are re-written when the project root dir is not the
190+
same as the git root dir.
181191
- Remove redundant windows warning about whitespace
182192

183193
## 3.5.2
@@ -226,14 +236,14 @@ For full details see the prerelease notes.
226236

227237
## 3.3.5
228238

229-
- Resolve paths in patch files for situations where the git root is not
230-
the same as the app root.
239+
- Resolve paths in patch files for situations where the git root is not the same
240+
as the app root.
231241

232242
## 3.3.4
233243

234-
- Pass --unsafe-paths option to `git apply` to let it work on arbitrary
235-
file paths (i.e. files which are not in a git repo or files which are
236-
outside of the working directory)
244+
- Pass --unsafe-paths option to `git apply` to let it work on arbitrary file
245+
paths (i.e. files which are not in a git repo or files which are outside of
246+
the working directory)
237247

238248
## 3.3.3
239249

@@ -288,12 +298,11 @@ Reduce yarn error to a warning
288298
- Require yarn as a peer dependency
289299
- Remove support for NPM
290300

291-
Moving fast and breaking things. It turns out yarn doesn't run the
292-
prepare hook after removing a package, so we use patch-package to
293-
patch a local version of yarn. I'm not proud of this. Probably
294-
wouldn't have released this in the first place if I had known that
295-
yarn didn't have all the right hooks. Oh well. Now I have a reason
296-
to contribute to Yarn I guess.
301+
Moving fast and breaking things. It turns out yarn doesn't run the prepare hook
302+
after removing a package, so we use patch-package to patch a local version of
303+
yarn. I'm not proud of this. Probably wouldn't have released this in the first
304+
place if I had known that yarn didn't have all the right hooks. Oh well. Now I
305+
have a reason to contribute to Yarn I guess.
297306

298307
## 1.2.1
299308

0 commit comments

Comments
 (0)