Skip to content

Commit b585d20

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4783f9b + e68efe3 commit b585d20

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@
33
<a name="unreleased"></a>
44
## Unreleased
55

6+
### ✨ Features
7+
- [`0bdc76b`](https://github.com/maicol07/mithril-utilities/commit/0bdc76bdd3e0ed22ec80da87cd648ccd0f2ef811) **form:** Don't submit the form if there is already a submit button registered in the form
8+
9+
### 🐛 Bug Fixes
10+
- [`1cc0047`](https://github.com/maicol07/mithril-utilities/commit/1cc0047b0e7ee467bce3c8d30252540320a20ddb) **form:** Check if value is equal to current one
11+
12+
### 👷 CI changes
13+
- [`79c0c75`](https://github.com/maicol07/mithril-utilities/commit/79c0c7549c9711e793aaa8586df991c673fd8c0c) version bump to 1.1.3
14+
- [`ce7aa5f`](https://github.com/maicol07/mithril-utilities/commit/ce7aa5fb48c3600d17dd3888eb8229129660d829) version bump to 1.1.2
15+
16+
17+
<a name="1.1.2"></a>
18+
## [1.1.2](https://github.com/maicol07/mithril-utilities/compare/1.1.1...1.1.2)
19+
20+
> Released on May 04, 2023
21+
622
### 🐛 Bug Fixes
723
- [`5403764`](https://github.com/maicol07/mithril-utilities/commit/5403764ea349c65a58207aac61587ba0a9b4fc0e) Exports not working correctly
824
- [`b6e85c2`](https://github.com/maicol07/mithril-utilities/commit/b6e85c262c9b0945527dff44a40b90f2ad7d88b7) **request:** 🏷️ Added generic defaults
925

1026
### 👷 CI changes
11-
- [`ce7aa5f`](https://github.com/maicol07/mithril-utilities/commit/ce7aa5fb48c3600d17dd3888eb8229129660d829) version bump to 1.1.2
1227
- [`6abbcba`](https://github.com/maicol07/mithril-utilities/commit/6abbcbad4d4eca9048d3f79ed610c3a87bff5716) version bump to 1.1.1
1328

1429

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mithril-utilities",
33
"description": "A collection of utilities for Mithril",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"license": "MIT",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)