From b54f5765e3f723519b9cc7ff6aa8e2f6158fa30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 00:04:21 +0900 Subject: [PATCH] Update dependency cupertino_icons to v1 (#410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cupertino_icons](https://togithub.com/flutter/packages) | dependencies | major | `^0.1.3` -> `^1.0.0` | --- ### Release Notes
flutter/packages ### [`v1.0.5`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​105) [Compare Source](https://togithub.com/flutter/packages/compare/cupertino_icons-v1.0.4...cupertino_icons-v1.0.5) - Updates README to reference correct URL. ### [`v1.0.4`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​104) - Updates README to link to API docs. ### [`v1.0.3`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​103) - Source moved to flutter/packages. ### [`v1.0.2`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​102) - Vertically center align the glyphs in the .ttf. ### [`v1.0.1+1`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​1011) - Add README note that version 1.0.0 should be used until nnbd is on stable. ### [`v1.0.1`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​1012) - Update README images ### [`v1.0.0`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#​100) - Move to 1.0.0 and remove SDK version constraint since the font's codepoints are now fully compatible and missing glyphs are backfilled.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/dooboolab/flutter_inapp_purchase). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9216bc7e..562b774b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.0 dev_dependencies: flutter_test: