Release 2.1.0
2.1.0 (2022-06-25)
Features
- Do not build a bundle and a release-zip for @patternslib/dev. (085a019)Still, we have the Makefile targets
bundleandrelease-zip
defined in the Makefile, making it possible to let other packages
include this Makefile and extend from it while it is fully functioning
for @patternslib/dev too.
Maintenance
-
Add jquery and @patternslib/patternslib to devDependencies, so that setup_tests.js does not fail when testing this package. (edae3f7)
-
Also remove eventual @plone/ from bundle name. (7696d7d)
-
Ignore .git directory when watching for changes. (14ff7e9)
-
Make @patternslib/patternslib a peer dependency which must be installed if e.g. the webpack.mf.js Webpack config is used. (987b421)
-
Upgrade dependencies. (7fac8d7)
-
Upgrade dependencies. (c632f09)