chore: Push older changelog and version change
This commit is contained in:
parent
976427f9df
commit
631b9b999d
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
* Null-safety migration by [devcat37](https://github.com/devcat37)
|
||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: swipe_to_action
|
name: swipe_to_action
|
||||||
description: A widget which can be used to call functions when the wrapped child is dragged or flinged.
|
description: A widget which can be used to call functions when the wrapped child is dragged or flinged.
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
homepage: https://inex.dev/inex/swipe_to_action
|
homepage: https://inex.dev/inex/swipe_to_action
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
|
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/example/build" />
|
<excludeFolder url="file://$MODULE_DIR$/example/build" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="Dart Packages" level="project" />
|
<orderEntry type="library" name="Dart Packages" level="project" />
|
||||||
|
|
Loading…
Reference in a new issue