From a51ef8abac558001c8cf2ba9ebab26f527e3a6bf Mon Sep 17 00:00:00 2001 From: Abitofevrything <54505189+abitofevrything@users.noreply.github.com> Date: Sat, 20 Aug 2022 23:03:45 +0200 Subject: [PATCH] Update to nyxx 4.0.0; release version 2.3.0 (#12) * Update to nyxx 4.0.0; release version 2.3.0 * Update CHANGELOG.md Co-authored-by: Rapougnac <74512338+Rapougnac@users.noreply.github.com> Co-authored-by: Rapougnac <74512338+Rapougnac@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc94466..070c730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.0 +__06.08.2022__ + +- Update nyxx to 4.0.0 + ## 2.2.0 __15.03.2022__ diff --git a/pubspec.yaml b/pubspec.yaml index ed4b97e..e3f7f2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nyxx_pagination description: Pagination utility for nyxx library -version: 2.2.0 +version: 2.3.0 issue_tracker: https://github.com/nyxx-discord/nyxx_pagination/issues repository: https://github.com/nyxx-discord/nyxx_pagination documentation: https://nyxx.l7ssha.xyz/nyxx_pagination @@ -9,7 +9,7 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - nyxx: ^3.0.0 + nyxx: ^4.0.0 nyxx_interactions: ^4.0.0 random_string: ^2.3.1