Skip to content

Commit bbf07ee

Browse files
authored
Merge pull request #269 from jama5262/release-v6.2.3
Release v6.3.0
2 parents 66cc0a7 + de33a8c commit bbf07ee

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 6.3.0
2+
3+
## What's Changed
4+
* Start job run when commit is pushed to PR by @jama5262 in https://github.com/jama5262/jiffy/pull/268
5+
* Fix difference between two date times with asFloat param by @samip77 in https://github.com/jama5262/jiffy/pull/267
6+
* Update zh_locale.dart by @BenderBlog in https://github.com/jama5262/jiffy/pull/263
7+
8+
## New Contributors
9+
* @samip77 made their first contribution in https://github.com/jama5262/jiffy/pull/267
10+
* @BenderBlog made their first contribution in https://github.com/jama5262/jiffy/pull/263
11+
12+
**Full Changelog**: https://github.com/jama5262/jiffy/compare/v6.2.2...v6.3.0
13+
114
# 6.2.2
215

316
## What's Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Publish to pub.dev](https://github.com/jama5262/jiffy/actions/workflows/publish.yml/badge.svg)](https://github.com/jama5262/jiffy/actions/workflows/publish.yml)
44
[![codecov](https://codecov.io/gh/jama5262/jiffy/branch/master/graph/badge.svg?token=Z2EGVUGWTE)](https://codecov.io/gh/jama5262/jiffy)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.2.2-blue)](https://pub.dev/packages/jiffy/versions/6.2.2)
6+
[![Pub Version](https://img.shields.io/badge/pub.dev-v6.3.0-blue)](https://pub.dev/packages/jiffy/versions/6.3.0)
77
![Platform](https://img.shields.io/badge/platform-flutter%7Cweb%7Cdart%20vm-orange)
88

99
Jiffy is a Flutter (Android, IOS and Web) date time package for parsing, manipulating, querying and formatting dates and time

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jiffy
22
description: Jiffy is a date time dart package for parsing, manipulating, querying and formatting dates and time
3-
version: 6.2.2
3+
version: 6.3.0
44
homepage: https://github.com/jama5262/jiffy
55
repository: https://github.com/jama5262/jiffy
66
issue_tracker: https://github.com/jama5262/jiffy/issues

0 commit comments

Comments
 (0)