Skip to content

Commit 31b77c8

Browse files
committed
Release new version.
1 parent cfe14d0 commit 31b77c8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGES.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33

44

5+
## [2.2.0](https://github.com/patternslib/dev/compare/2.1.0...2.2.0) (2022-06-27)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Fix missing parentheses in release-zip. ([72d435d](https://github.com/patternslib/dev/commit/72d435d500cbf9ec460bf4f5961027025e554221))
12+
13+
14+
### Breaking Changes
15+
16+
17+
* **webpack module federation:** Make wepack module federation config factory more explicit. ([efd266c](https://github.com/patternslib/dev/commit/efd266cfc82372c467eb6a8b470360b72647b9bd))Change signature of the webpack mf config factory to make it simpler, more flexible and more explicit at the cost of having to pass more options.
18+
19+
- Remove parameters ``package_json`` and ``shared`` in favor of ``dependencies``.
20+
- Explicitly pass all dependencies via ``dependencies``, also the base ones from @patternslib/patternslib if wanted.
21+
- Always explicitly pass the module federation name (e.g. the package.json's package name).
22+
23+
This makes the MF config factory simpler although you probably have to pass more options.
24+
You now can easily just add the dependencies you want instead of having
25+
always @patternslib/patternslib dependencies added.
26+
27+
28+
### Maintenance
29+
30+
31+
* Add [@plone](https://github.com/plone) to jest and webpack transform ignores. ([678bf09](https://github.com/patternslib/dev/commit/678bf090be043c90c462075980db5ac1a9470d39))
32+
33+
* Remove unnecessary import from webpack.config.js. ([6658497](https://github.com/patternslib/dev/commit/6658497746e9fd948dbbacd5ad6cfa42b98168af))
34+
35+
* Upgrade dependencies. ([e1e423e](https://github.com/patternslib/dev/commit/e1e423eb3371f5c4792ad246e9df8ed2d3d434d9))
36+
537
## [2.1.0](https://github.com/patternslib/dev/compare/2.0.0...2.1.0) (2022-06-25)
638

739

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/dev",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Development base files for working with Patternslib and add-ons.",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)