rollup 2.39.1 → 2.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # rollup changelog
2
2
 
3
+ ## 2.40.0
4
+ *2021-02-26*
5
+
6
+ ### Features
7
+ * Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#3977)
8
+
9
+ ### Bug Fixes
10
+ * Replace `:` in generated file names to prevent invalid files on Windows (#3972)
11
+
12
+ ### Pull Requests
13
+ * [#3972](https://github.com/rollup/rollup/pull/3972): Don't allow `:` in file names (@lukastaegert)
14
+ * [#3976](https://github.com/rollup/rollup/pull/3976): Add soft breaks to guide to improve mobile experience (@lukastaegert)
15
+ * [#3977](https://github.com/rollup/rollup/pull/3977): Reverse module deconflicting order (@lukastaegert)
16
+
3
17
  ## 2.39.1
4
18
  *2021-02-23*
5
19
 
package/dist/bin/rollup CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v2.39.1
6
- Tue, 23 Feb 2021 05:45:51 GMT - commit a8a56fc29978cef41dde28f8f14e3b29119768d5
5
+ Rollup.js v2.40.0
6
+ Fri, 26 Feb 2021 14:39:44 GMT - commit 0a0958ff926554abe9916178f56762ba71301ddd
7
7
 
8
8
 
9
9
  https://github.com/rollup/rollup