Skip to content

Commit

Permalink
intl: always use the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
makhosi6 committed Jan 9, 2024
1 parent d8709b2 commit 065f1fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.5 - 2024-01-08

- fix linter errors and update analysis rules
- fix linter errors and update analysis rules

## 0.1.6 - 2024-01-08

- update the readme file

## 0.1.7 - 2024-01-09

- 'intl': always use the latest version
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void main() {
maxDate: DateTime(1969),
minDate: DateTime.now(),
);
log('Generated ID: $rsaIdNumber2');
}
```

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: rsa_id_number
description: A package that provides easy-to-use Dart utilities for validating and generating South African ID numbers, ensuring accuracy and compliance with the ID number format. Whether you need to verify existing IDs or create random ones, this package simplifies the process.
version: 0.1.5
version: 0.1.6
homepage: 'https://github.com/makhosi6/rsa_id_number'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
intl: ^0.19.0
intl:
luhn_algorithm: ^1.0.0+1
meta: ^1.9.1

Expand Down

0 comments on commit 065f1fd

Please sign in to comment.