Skip to content

Conversation

@reidbaker
Copy link
Contributor

@reidbaker reidbaker commented Mar 4, 2025

dart run ./script/tool/bin/flutter_plugin_tools.dart update-release-info  --version bugfix  --changelog "Updates datastore to 1.1.3." --packages=shared_preferences_android
git add . 
git commit -m 'Updates datastore value for shared_preferences_android'

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.)
  • I signed the [CLA].
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I [linked to at least one issue that this PR fixes] in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].
  • I updated CHANGELOG.md to add a description of the change, [following repository CHANGELOG style], or this PR is [exempt from CHANGELOG changes].
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • All existing and new tests are passing.

dependabot bot and others added 2 commits February 26, 2025 23:20
Bumps androidx.datastore:datastore from 1.1.1 to 1.1.3.

---
updated-dependencies:
- dependency-name: androidx.datastore:datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@reidbaker reidbaker marked this pull request as ready for review March 4, 2025 20:59
Copy link
Collaborator

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

(You can also just push changes like this directly to dependabot PRs.)

@reidbaker reidbaker added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 5, 2025
@auto-submit auto-submit bot merged commit 3e55269 into flutter:main Mar 5, 2025
82 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 6, 2025
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Mar 6, 2025
flutter/packages@abba683...fc9d5ca

2025-03-06 [email protected] manual roll with video player test
disabled (flutter/packages#8803)
2025-03-05 [email protected] [rfw] Make widget builders
work with loops (flutter/packages#8650)
2025-03-05 [email protected] [shared_preferences_android] dependabot
takeover datastore (flutter/packages#8784)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected] on the revert to ensure that a
human
is aware of the problem.

To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
androidseb pushed a commit to androidseb/packages that referenced this pull request Jun 8, 2025
)

- **[dependabot]: Bump androidx.datastore:datastore**
- **Updates datastore value for shared_preferences_android**
Takeover from 
flutter#8727

```
dart run ./script/tool/bin/flutter_plugin_tools.dart update-release-info  --version bugfix  --changelog "Updates datastore to 1.1.3." --packages=shared_preferences_android
git add . 
git commit -m 'Updates datastore value for shared_preferences_android'
```
FMorschel pushed a commit to FMorschel/packages that referenced this pull request Jun 9, 2025
)

- **[dependabot]: Bump androidx.datastore:datastore**
- **Updates datastore value for shared_preferences_android**
Takeover from 
flutter#8727

```
dart run ./script/tool/bin/flutter_plugin_tools.dart update-release-info  --version bugfix  --changelog "Updates datastore to 1.1.3." --packages=shared_preferences_android
git add . 
git commit -m 'Updates datastore value for shared_preferences_android'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App p: shared_preferences platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants