Skip to content

Commit 6e43b1d

Browse files
committed
bump version
1 parent 9e5c282 commit 6e43b1d

File tree

8 files changed

+20
-7
lines changed

8 files changed

+20
-7
lines changed

CHANGELOG.md

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

33
_This changelog follows the [Common Changelog](https://common-changelog.org/) conventions._
44

5+
## [0.3.0] - 2024-06-21
6+
7+
### Changed
8+
9+
- Form metadata is now hidden behind a warning to encourage use of input settings forms
10+
11+
### Added
12+
13+
- Plugins can now attach setting forms to custom inputs. You will need to remove and re-add custom inputs for the settings button to show.
14+
- Added description field to text inputs
15+
- **NPM package**: Added `handler`, `onChange`, and `onSubmit` functions to the form components to allow for custom submission handling
16+
- **NPM package**: Added `defaults` property
17+
518
## [0.2.0] - 2024-06-19
619

720
### Changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter</groupId>
88
<artifactId>SnowMailProject</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<groupId>dev.truewinter.snowmail</groupId>

officialplugins/ReCaptcha/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter.snowmail.officialplugins</groupId>
88
<artifactId>OfficialPlugins</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<groupId>dev.truewinter.snowmail.officialplugins.recaptcha</groupId>

officialplugins/SnowCaptcha/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter.snowmail.officialplugins</groupId>
88
<artifactId>OfficialPlugins</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<groupId>dev.truewinter.snowmail.officialplugins.snowcaptcha</groupId>

officialplugins/Webhook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter.snowmail.officialplugins</groupId>
88
<artifactId>OfficialPlugins</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<groupId>dev.truewinter.snowmail.officialplugins.webhook</groupId>

officialplugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter</groupId>
88
<artifactId>SnowMailProject</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<groupId>dev.truewinter.snowmail.officialplugins</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dev.truewinter</groupId>
88
<artifactId>SnowMailProject</artifactId>
99
<!-- Do not manually modify the version. Use versions:set instead -->
10-
<version>0.2.0</version>
10+
<version>0.3.0</version>
1111
<packaging>pom</packaging>
1212
<modules>
1313
<module>snowmail</module>

snowmail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>dev.truewinter</groupId>
88
<artifactId>SnowMailProject</artifactId>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
</parent>
1111

1212
<artifactId>snowmail</artifactId>

0 commit comments

Comments
 (0)