Skip to content

Commit

Permalink
[release] v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Oct 20, 2023
1 parent 8967989 commit b40d34e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Add topic

## 1.0.0

- Make `LocalFilePrefMixin` implement `ValueNotifier`
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
matcher:
dependency: transitive
description:
Expand Down
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: local_file_preferences
description: This package provides local json file saving and Loading utility.
version: 1.0.0
version: 1.0.1
homepage: https://mj-studio-library.github.io/flutter-local-file-preferences/
repository: https://github.com/mj-studio-library/flutter-local-file-preferences

topics:
- preferences
- file
- stream

environment:
sdk: '>=3.1.3 <4.0.0'
flutter: ">=1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion tool/publish/check_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:io';

import 'package:yaml/yaml.dart';

// ignore_for_file: avoid_print
// ignore_for_file: avoid_print, unused_local_variable

void main(List<String> args) {
print(args);
Expand Down

0 comments on commit b40d34e

Please sign in to comment.