Skip to content

Commit

Permalink
Bump version to 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
easazade committed Sep 15, 2023
1 parent 7ac327e commit 752d9fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.15
- Fix localized generators generating in english
- Add lorem.paragraph generator

## 0.6.14
- Update dependencies
- Update sdk constraints
Expand Down
9 changes: 4 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: faker_x
description: BEST faker package available for dart. One that the Dart community deserves.
version: 0.6.14
version: 0.6.15
homepage: https://github.com/easazade/faker_x

environment:
sdk: '>=2.14.3 <4.0.0'
sdk: ">=2.14.3 <4.0.0"

dependencies:
pointycastle: ^3.7.0

pointycastle: ^3.7.0

dev_dependencies:
lints: ^2.1.1
Expand All @@ -17,4 +16,4 @@ dev_dependencies:
recase: ^4.1.0
mustache_template: ^2.0.0
collection: ^1.18.0
yaml: ^3.1.2
yaml: ^3.1.2
2 changes: 1 addition & 1 deletion test/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import 'package:faker_x/src/base/utils.dart';
import 'package:test/expect.dart';

const testRepeatCount = 1;
const testRepeatCount = 10000;

void assertFakeValue(dynamic value) {
expect(value, isNotNull);
Expand Down

0 comments on commit 752d9fe

Please sign in to comment.