Skip to content

Commit dc50cce

Browse files
authored
Merge pull request #65 from swup/version/automated
Update package version (automated)
2 parents f405134 + c29a46b commit dc50cce

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## [0.3.7] - 2023-11-14
4+
5+
- Add playwright tests
6+
37
## [0.3.6] - 2023-11-13
48

5-
- Prevent `<dialog>` fragments from being closed if pressing the <kbd>Escape<kbd> key
9+
- Prevent `<dialog>` fragments from being closed if pressing the <kbd>Escape</kbd> key
610

711
## [0.3.5] - 2023-11-11
812

@@ -61,6 +65,7 @@
6165

6266
- Initial Release
6367

68+
[0.3.7]: https://github.com/swup/fragment-plugin/releases/tag/0.3.7
6469
[0.3.6]: https://github.com/swup/fragment-plugin/releases/tag/0.3.6
6570
[0.3.5]: https://github.com/swup/fragment-plugin/releases/tag/0.3.5
6671
[0.3.4]: https://github.com/swup/fragment-plugin/releases/tag/0.3.4

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/fragment-plugin",
33
"amdName": "SwupFragmentPlugin",
4-
"version": "0.3.6",
4+
"version": "0.3.7",
55
"description": "A swup plugin for dynamically replacing containers based on rules",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)