From 9faea52f13576be130a957cd56690232bec2c8d3 Mon Sep 17 00:00:00 2001 From: Luke Walton Date: Tue, 21 May 2024 14:24:42 +0100 Subject: [PATCH] ci: release please add sections (#20) deps: manually updating some deps ci: Update sections in release please docs: update version in readme --- .release-please-manifest.json | 60 +++++++++++++++++- CHANGELOG.md | 4 -- README.md | 12 ++-- .../components/atoms/interactive_viewer.dart | 3 +- .../organisms/quill_editor/color_button.dart | 2 +- pubspec.yaml | 62 +++++++++---------- 6 files changed, 98 insertions(+), 45 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 862a05b..63cb10e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,61 @@ { - ".": "1.2.4" + ".": "1.2.4", + "extra-files": [ + "./README.md" + ], + "changelog-sections": [ + { + "type": "feat", + "section": "โœจ New Features" + }, + { + "type": "fix", + "section": "๐Ÿชฒ Bug Fixes" + }, + { + "type": "revert", + "section": "๐Ÿ‘€ Reverts" + }, + { + "type": "docs", + "section": "๐Ÿ“ˆ Documentation" + }, + { + "type": "deps", + "section": "โ›“๏ธ Dependencies" + }, + { + "type": "test", + "section": "๐Ÿงช Tests" + }, + { + "type": "chore", + "section": "๐Ÿงน Miscellaneous Chores" + }, + { + "type": "perf", + "section": "Performance Improvements", + "hidden": true + }, + { + "type": "refactor", + "section": "Code Refactoring", + "hidden": true + }, + { + "type": "style", + "section": "Styles", + "hidden": true + }, + { + "type": "build", + "section": "Build System", + "hidden": true + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ] } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ef48656..b3214cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## [1.0.1] - 2024-01-12 - -- [`21a2bb9`](https://github.com/ZebraDevs/zds_flutter/commit/21a2bb9905cbedf381cb04cf37b31fc4c12275d8) - fix dependency violation. \_(commit by @thelukewalton) - ## [1.2.4](https://github.com/ZebraDevs/zds_flutter/compare/v1.2.3...v1.2.4) (2024-05-20) diff --git a/README.md b/README.md index b0b26d8..87afe66 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,14 @@ Make sure your app meets the following requirements before using ZDS Flutter Add the following as a dependency in your pubspec.yaml file. -```yml -zds-flutter: ^1.1.0 + + +```yaml +zds-flutter: ^1.2.4 ``` + + ## Getting started ### Template @@ -75,8 +79,6 @@ This software is licensed with the MIT license (see [LICENSE](./LICENSE)) and us [ ] Add [Widgetbook](https://pub.dev/packages/widgetbook). -[ ] Update version in readme for each release. - [ ] Fix untranslated strings - see `untranslated.json`. [ ] Set up themes to inherit from parent classes - think of toolbar within bottom of appbar. @@ -85,6 +87,4 @@ This software is licensed with the MIT license (see [LICENSE](./LICENSE)) and us [ ] Analyze dependencies for weaknesses, possibly phase out some. -[ ] Improve Github actions to be safer and to add a change log. - [ ] Remove code from this repo that is not strictly needed for flutter - github actions could be in another repo? diff --git a/lib/src/components/atoms/interactive_viewer.dart b/lib/src/components/atoms/interactive_viewer.dart index b67a659..a1a179e 100644 --- a/lib/src/components/atoms/interactive_viewer.dart +++ b/lib/src/components/atoms/interactive_viewer.dart @@ -39,8 +39,7 @@ class ZdsInteractiveViewer extends StatefulWidget { final Clip clipBehavior; @override - // ignore: library_private_types_in_public_api - _ZdsInteractiveViewerState createState() => _ZdsInteractiveViewerState(); + State createState() => _ZdsInteractiveViewerState(); @override void debugFillProperties(DiagnosticPropertiesBuilder properties) { diff --git a/lib/src/components/organisms/quill_editor/color_button.dart b/lib/src/components/organisms/quill_editor/color_button.dart index ea9bc3d..079352e 100644 --- a/lib/src/components/organisms/quill_editor/color_button.dart +++ b/lib/src/components/organisms/quill_editor/color_button.dart @@ -1,4 +1,4 @@ -// ignore_for_file: strict_raw_type, +// ignore_for_file: strict_raw_type import 'dart:async'; diff --git a/pubspec.yaml b/pubspec.yaml index 43f4432..3a81774 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,60 +18,60 @@ environment: flutter: ">=3.16.0" dependencies: - any_link_preview: ^3.0.1 - cached_network_image: ^3.2.1 + any_link_preview: ^3.0.2 + cached_network_image: ^3.3.1 camerawesome: ^2.0.1 - chewie: ^1.7.1 - collection: ^1.17.2 - cross_file: ^0.3.3+4 + chewie: ^1.8.1 + collection: ^1.18.0 + cross_file: ^0.3.4+1 csslib: ^0.17.3 dart_emoji: ^0.2.0+2 - dropdown_button2: ^2.1.4 - expand_tap_area: ^1.1.0 + dropdown_button2: ^2.3.9 + expand_tap_area: ^1.1.1 extended_image: ^8.2.0 file_picker: ^8.0.3 flutter: sdk: flutter - flutter_colorpicker: ^1.0.3 + flutter_colorpicker: ^1.1.0 flutter_html: ^3.0.0-beta.2 flutter_html_audio: ^3.0.0-beta.2 flutter_html_svg: ^3.0.0-beta.2 flutter_html_table: ^3.0.0-beta.2 flutter_html_video: ^3.0.0-beta.2 - flutter_image_compress: ^2.0.4 + flutter_image_compress: ^2.3.0 flutter_inappwebview: ^6.0.0 - flutter_layout_grid: ^2.0.5 + flutter_layout_grid: ^2.0.7 flutter_localizations: sdk: flutter - flutter_quill: ^9.2.0 - flutter_slidable: ^3.0.0 - flutter_svg: ^2.0.7 - flutter_swipe_action_cell: ^3.0.2 - giphy_get: ^3.5.0 + flutter_quill: ^9.3.18 + flutter_slidable: ^3.1.0 + flutter_svg: ^2.0.10+1 + flutter_swipe_action_cell: ^3.1.3 + giphy_get: ^3.5.5 html: ^0.15.4 http_client_helper: ^3.0.0 - image_editor_plus: ^1.0.3 - image_picker: ^1.0.2 + image_editor_plus: ^1.0.6 + image_picker: ^1.1.1 intl: ^0.19.0 - just_audio: ^0.9.36 + just_audio: ^0.9.38 linked_scroll_controller: ^0.2.0 - mime: ^1.0.0 - modal_bottom_sheet: ^3.0.0-pre - open_filex: ^4.1.1 - path: ^1.8.0 - path_provider: ^2.0.2 - popover: ^0.3.0 - record: ^5.0.4 + mime: ^1.0.5 + modal_bottom_sheet: ^3.0.0 + open_filex: ^4.4.0 + path: ^1.9.0 + path_provider: ^2.1.3 + popover: ^0.3.0+1 + record: ^5.0.5 share_plus: ^9.0.0 - shared_preferences: ^2.2.2 + shared_preferences: ^2.2.3 shimmer: ^3.0.0 - table_calendar: ^3.0.3 + table_calendar: ^3.1.1 universal_platform: ^1.0.0+1 - url_launcher: ^6.0.10 + url_launcher: ^6.2.6 validators: ^3.0.0 - video_compress: ^3.1.0 - video_player: ^2.7.2 - vsc_quill_delta_to_html: ^1.0.3 + video_compress: ^3.1.2 + video_player: ^2.8.6 + vsc_quill_delta_to_html: ^1.0.4 zeta_flutter: ^0.9.1 dev_dependencies: