Skip to content

Commit

Permalink
Update dependency cupertino_icons to v1 (#410)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>flutter/packages</summary>

###
[`v1.0.5`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#&#8203;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#&#8203;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#&#8203;103)

-   Source moved to flutter/packages.

###
[`v1.0.2`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#&#8203;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#&#8203;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#&#8203;1012)

-   Update README images

###
[`v1.0.0`](https://togithub.com/flutter/packages/blob/HEAD/third_party/packages/cupertino_icons/CHANGELOG.md#&#8203;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.

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 15, 2023
1 parent bccea16 commit b54f576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit b54f576

Please sign in to comment.