Skip to content

Commit

Permalink
Version bump and changelog update (ready for PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
theskyblockman committed Apr 28, 2024
1 parent db4264c commit d5a4265
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/cross_file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.5

* Adds a new constructor (`.fromCustomSource`) to add custom sources
for XFiles' content and metadata using an `XFileSource` implementation.

## 0.3.4+1

* Removes a few deprecated API usages.
Expand Down
2 changes: 1 addition & 1 deletion packages/cross_file/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cross_file
description: An abstraction to allow working with files across multiple platforms.
repository: https://github.com/flutter/packages/tree/main/packages/cross_file
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+cross_file%22
version: 0.3.4+1
version: 0.3.5

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit d5a4265

Please sign in to comment.