Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Apr 22, 2024
1 parent da34c88 commit 2822a8f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 5 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`lyform` - `v0.15.0`](#lyform---v0150)
- [`flutter_lyform` - `v0.15.0`](#flutter_lyform---v0150)
- [`lyform_validators` - `v0.15.0`](#lyform_validators---v0150)

---

#### `lyform` - `v0.15.0`

- **FIX**(ly-form): change submit transform event to droppable.

#### `flutter_lyform` - `v0.15.0`

- Bump "flutter_lyform" to `0.15.0`.

#### `lyform_validators` - `v0.15.0`

- Bump "lyform_validators" to `0.15.0`.


## 2024-01-04

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_lyform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0

- Bump "flutter_lyform" to `0.15.0`.

## 0.14.0

- **FIX**(lyform): validation when the form is pure.
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_lyform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_lyform
description: Flutter package to implement forms in an easy, fast and effective way using the lyform and flutter_bloc packages.
version: 0.14.0
version: 0.15.0
homepage: https://github.com/lynotofficial/lynot-dart-flutter
repository: https://github.com/lynotofficial/lynot-dart-flutter/tree/master/packages/flutter_lyform

Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.3
lyform: ^0.14.0
lyform: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/lyform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0

- **FIX**(ly-form): change submit transform event to droppable.

## 0.14.0

- **PERF**(lyform): validate only the drity inputs.
Expand Down
2 changes: 1 addition & 1 deletion packages/lyform/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lyform
description: Dart package to implement forms in an easy, fast and effective way using the bloc package
version: 0.14.0
version: 0.15.0
homepage: https://github.com/lynotofficial/lynot-dart-flutter
repository: https://github.com/lynotofficial/lynot-dart-flutter/tree/master/packages/lyform

Expand Down
4 changes: 4 additions & 0 deletions packages/lyform_validators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.0

- Bump "lyform_validators" to `0.15.0`.

## 0.14.0

- **DOCS**(lyform_validators): add docs in string validators.
Expand Down
4 changes: 2 additions & 2 deletions packages/lyform_validators/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: lyform_validators
description: Dart package to implement forms in an easy, fast and effective way using the bloc package
version: 0.14.0
version: 0.15.0
homepage: https://github.com/lynotofficial/lynot-dart-flutter
repository: https://github.com/lynotofficial/lynot-dart-flutter/tree/master/packages/lyform_validators

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
lyform: ^0.14.0
lyform: ^0.15.0
validators: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit 2822a8f

Please sign in to comment.