From 021b72d6faf4575c2dc8dba932936d87eb8236f1 Mon Sep 17 00:00:00 2001 From: Kyle Seongwoo Jun Date: Mon, 16 Dec 2024 17:59:02 +0900 Subject: [PATCH] chore(pub): release 3.5.1 --- CHANGELOG.md | 34 +++++++++++++++++++--------------- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b7272..f3bb197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ +## 3.5.1 + +- **fix**: fix wrong identifier of M4 Pro Mac mini ([#32](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/32)) + ## 3.5.0 -- **feat**: add M4 iMac, Mac mini, MacBook Pro models in [#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29) -- **feat**: add Mac Studio models in [#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29) +- **feat**: add M4 iMac, Mac mini, MacBook Pro models ([#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29)) +- **feat**: add Mac Studio models ([#29](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/29)) ## 3.4.0 -- **feat**: add iPad mini (A17 Pro) in [#27](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/27) +- **feat**: add iPad mini (A17 Pro) ([#27](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/27)) ## 3.3.0 @@ -13,11 +17,11 @@ ## 3.2.0 -- **feat**: add iPhone 16 models and Apple Watch Series 10 in [#23](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/23) +- **feat**: add iPhone 16 models and Apple Watch Series 10 ([#23](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/23)) ## 3.1.0 -- **feat**: add iPad Pro M4, iPad Air M2 models in [#20](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/20) +- **feat**: add iPad Pro M4, iPad Air M2 models ([#20](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/20)) ## 3.0.0 @@ -27,23 +31,23 @@ > - Dart >=3.3.0 > - device_info_plus >=10.0.0 -- **breaking build**: update device_info_plus to 10.0.0 in [#19](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/19) +- **breaking build**: update device_info_plus to 10.0.0 ([#19](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/19)) ## 2.4.0 -- **feat**: add M3 MacBook Air models in [#17](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/17) +- **feat**: add M3 MacBook Air models ([#17](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/17)) ## 2.3.0 -- **feat**: add M3 Mac models in [#14](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/14) +- **feat**: add M3 Mac models ([#14](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/14)) ## 2.2.0 -- **feat**: add iPhone 15 models, Apple Watch 9 models and Ultra 2 in [#12](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/12) +- **feat**: add iPhone 15 models, Apple Watch 9 models and Ultra 2 ([#12](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/12)) ## 2.1.0 -- **feat**: update name of iOS, iPadOS, iPod models in [#10](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/10) +- **feat**: update name of iOS, iPadOS, iPod models ([#10](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/10)) ## 2.0.0 @@ -53,14 +57,14 @@ > - Dart >=2.18.0 <4.0.0 > - device_info_plus >=9.0.0 -- **breaking build**: update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0 in [#7](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/7) -- **breaking build**: update device_info_plus to 9.0.0 in [#9](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/9) -- **feat**: add 2023 Mac Pro, MacBook Air models in [#6](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/6) -- **fix**: correct wrong identifier of 2022 iPad Pro models in [#8](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/8) +- **breaking build**: update Flutter dependencies, set Flutter >=3.3.0 and Dart to >=2.18.0 <4.0.0 ([#7](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/7)) +- **breaking build**: update device_info_plus to 9.0.0 ([#9](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/9)) +- **feat**: add 2023 Mac Pro, MacBook Air models ([#6](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/6)) +- **fix**: correct wrong identifier of 2022 iPad Pro models ([#8](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/8)) ## 1.4.0 -- **feat**: add 2023 MacBook Pro, Mac mini models in [#3](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/3) +- **feat**: add 2023 MacBook Pro, Mac mini models ([#3](https://github.com/kyle-seongwoo-jun/flutter_apple_product_name/pull/3)) ## 1.3.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index 8a7b3c4..440203f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.5.0" + version: "3.5.1" async: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 8a7e9fd..473b870 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_product_name description: Library for translating Apple machine identifiers into Apple product names (e.g. 'iPhone17,1' to 'iPhone 16 Pro') -version: 3.5.0 +version: 3.5.1 homepage: https://github.com/kyle-seongwoo-jun/flutter_apple_product_name environment: