Skip to content

Commit 31b94d6

Browse files
committed
Release new version.
1 parent b8dfdbd commit 31b94d6

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
### [7.0.1](https://github.com/Patternslib/patterns/compare/7.0.0...7.0.1) (2022-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **Build:** Use public_path script while also having publicPath set to auto. ([b8dfdbd](https://github.com/Patternslib/patterns/commit/b8dfdbdd2087f8012defa45aa4ce40ab52c604da))
7+
We still need to use the ``src/public_path.js`` script as first import in our bundles to correctly resolve the loading path for chunks.
8+
publicPath set to auto does not work in certain environments (e.g. the Plone resource registry).
9+
10+
Partially reverts 1b6143127f61e5e1c41b088e70ec636c629cd5bb, "Use automatic publicPath determination instead of manually setting it."
11+
12+
13+
### Maintenance
14+
15+
* **build:** Add and expose a "install" target alias to the Makefile as an alias to stamp-yarn. ([e204037](https://github.com/Patternslib/patterns/commit/e2040374eaee37c54f88cc83e89cc2d967eeb8c4))
16+
17+
* **build:** Remove unnecessary double-colon from targets. ([070e4d9](https://github.com/Patternslib/patterns/commit/070e4d9d8fa42b1998043cc7715355ce64acc14c))
18+
19+
* **Cleanup:** Remove reference to moment-timezone-with-data in .eslintrc - a file which was removed some time ago. ([5de91cc](https://github.com/Patternslib/patterns/commit/5de91cc48ee8f38d8fa8a9f3b1276462a583b0b9))
20+
21+
* **Cleanup:** Restructure package.json entries to move less relevant info down. ([a25043b](https://github.com/Patternslib/patterns/commit/a25043b924332ea3410777e92cb400f211d233f4))
22+
23+
* **Docs:** Update developer styleguide with simpler commit message scope naming guidelines. ([1b391cb](https://github.com/Patternslib/patterns/commit/1b391cb381a252c54b56f7fb11d41d5f58175eef))
24+
25+
* Change the bundle name whichis uploaded to the GitHub release page from patternslib-VERSION.zip to patternslib-bundle-VERSION.zip to better distinguish it from the automatically created Patterns-VERSION.zip source distribution. ([c489a8c](https://github.com/Patternslib/patterns/commit/c489a8ca3c0ce151cf17dd30698fde4d0c7df44e))
26+
27+
* **pat validation:** Test and demo validation of datetime-local. ([dc58887](https://github.com/Patternslib/patterns/commit/dc5888773a291f4065eafde183d355eb4b842720))
28+
129
## [7.0.0](https://github.com/Patternslib/patterns/compare/6.4.0...7.0.0) (2022-01-28)
230

331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)