-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PE-4648: Release ArDrive Flutter v2.14.0 #1375
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4a1e344
feat(pin file bloc): adds a gql tag for public pinned files PE-4545
matibat e0785f1
feat(pin file bloc): sets ArFS-Pin tag for all pins, and Pinned-Data-…
matibat 2d8de92
feat(pin file bloc): corrects imports PE-4545
matibat 6980f20
feat(create drive form): adds a description of the selected drive pri…
matibat dac42f8
feat(deps): updates ardrive-io dep PE-4554
matibat 357bc08
feat(drive detail page): updates the detach drive icon PE-4554
matibat 791649d
feat(pin file bloc): tag public pinned files only PE-4545
matibat 68a11d0
feat(create drive cubit): fixes bad casting PE-4597
matibat c90af04
test(create drive cubit): attempts to fix skipped test PE-4597
matibat b1033af
Revert "feat(create drive cubit): fixes bad casting PE-4597"
matibat dea7f44
Revert "test(create drive cubit): attempts to fix skipped test PE-4597"
matibat f6abb4e
Revert "Revert "feat(create drive cubit): fixes bad casting PE-4597""
matibat 019b3f0
Revert "Revert "test(create drive cubit): attempts to fix skipped tes…
matibat 7f07e6d
Merge pull request #1369 from ardriveapp/PE-4632
matibat 8b338ee
feat(pin file bloc): awaits for the signature of the transaction PE-4645
matibat c2a4153
Merge pull request #1371 from ardriveapp/PE-4645
matibat 6b6f441
feat(pubspec): bumps the version of ardrive-ui PE-4554
matibat c1236e4
Merge pull request #1368 from ardriveapp/PE-4554_detach_icon
matibat 668cb18
Merge pull request #1366 from ardriveapp/PE-4597
matibat 5918a44
Merge pull request #1365 from ardriveapp/PE-4545
matibat 7c8b939
feat(before release preps): before-release version bump and android r…
matibat 9b053df
Merge pull request #1374 from ardriveapp/PE-4648_before_release_preps
matibat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Adds an explanation for the privacy of drives on the Create Drive Modal | ||
- Starts tagging public pins with new GQL Tags: ArFS-Pin and Pinned-Data-Tx | ||
- Updates the icon for the Detach Drive option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ description: Secure, permanent storage | |
|
||
publish_to: 'none' | ||
|
||
version: 2.13.0 | ||
version: 2.14.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct version ✅ |
||
|
||
environment: | ||
sdk: '>=2.18.5 <3.0.0' | ||
|
@@ -39,7 +39,7 @@ dependencies: | |
ardrive_ui: | ||
git: | ||
url: https://github.com/ar-io/ardrive_ui.git | ||
ref: v1.9.1 | ||
ref: v1.9.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bump ArDrive UI version ✅ |
||
artemis: ^7.0.0-beta.13 | ||
arweave: | ||
git: | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Android release notes ✅