Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed May 20, 2023
1 parent 22d0657 commit b1aa25b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### [0.8.3] - May 19, 2023
- Fix Regressed Issue: https://github.com/maheshmnj/searchfield/issues/83

#### [0.8.2] - May 16, 2023
- Fix static analysis issue

Expand Down
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Contributing
# Contributing


### Contributor
Thanks for taking you time to contribute to this repo. Before you start contributing please go through the following guidelines which we consider are important to maintain this repository and can help new contributers to open source.

- Before you submit a Pull request ensure a issue exist describing the issue / feature request. If it doesn't please file an issue so that we could discuss about the issue before the actual PR is submitted.

- The issue should be sufficient enough to explain the bug/feature request and a possible solution/ proposal

- We appreciate any contribution, from fixing a grammar mistake in a comment, improving code snippets to fixing a bug or making a feature requests and writing proper tests are also highly welcome.
- We appreciate any contribution, from fixing a grammar mistake in a comment, improving code snippets to fixing a bug or making a feature requests and writing proper tests are also highly welcome.

- Follow the [dart best practices](https://dart.dev/guides/language/effective-dart) to maintain the quality of code.

(Optional)
- Additional changes for publishing a release. Update the version in readme, pubspec.yaml, and update the changelog. Make sure the documentation is updated as per the changes. Make sure existing and new tests are passing. Make sure the code is well formatted. Ensure the linter warnigs are zero.
- Additional changes for publishing a release. Update the version in readme, pubspec.yaml, and update the changelog. Make sure the documentation is updated as per the changes. Make sure existing and new tests are passing. Make sure the code is well formatted. Ensure the linter warnigs are zero.


### Contributing
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [searchfield: ^0.8.2](https://pub.dev/packages/searchfield)
# [searchfield: ^0.8.3](https://pub.dev/packages/searchfield)

<a href="https://pub.dev/packages/searchfield"><img src="https://img.shields.io/pub/v/searchfield.svg" alt="Pub"></a>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: searchfield
description: A highly customizable, simple and easy to use flutter Widget to add a searchfield to your Flutter Application. This Widget allows you to search and select from list of suggestions.
version: 0.8.2
version: 0.8.3
homepage: https://github.com/maheshmnj/searchfield
repository: https://github.com/maheshmnj/searchfield
issue_tracker: https://github.com/maheshmnj/searchfield/issues
Expand Down

0 comments on commit b1aa25b

Please sign in to comment.