Skip to content

Commit f372c47

Browse files
author
Michał Kawałko
authored
Release 0.1.1 (#3)
* Add CONTRIBUTING.md file * Release 0.1.1
1 parent b886d7a commit f372c47

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.1] - 16.08.2019
810
### Added
911
- Custom onTapImage callback
1012

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish to make via issue.
4+
5+
## Before making a Pull Request
6+
7+
1. Update the README.md - if needed.
8+
2. Update the CHANGELOG.md - if needed (often needed).
9+
3. Format the code - always
10+
4. Pull request against the `dev` branch.
11+
12+
Thanks in advance for any contribution to this project!

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tweet_ui
22
description: Flutter package to show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions,
33
symbols, urls and quoted Tweets.
4-
version: 0.1.0+3
4+
version: 0.1.1
55
author: OmniNext team @ Schibsted <[email protected]>
66
homepage: https://github.com/schibsted/tweet_ui
77

0 commit comments

Comments
 (0)