Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: release please add sections #20

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 59 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!--x-release-please-start-version-->

```yaml
zds-flutter: ^1.2.4
```

<!-- x-release-please-end -->

## Getting started

### Template
Expand Down Expand Up @@ -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.
Expand All @@ -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?
3 changes: 1 addition & 2 deletions lib/src/components/atoms/interactive_viewer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ class ZdsInteractiveViewer extends StatefulWidget {
final Clip clipBehavior;

@override
// ignore: library_private_types_in_public_api
_ZdsInteractiveViewerState createState() => _ZdsInteractiveViewerState();
State<ZdsInteractiveViewer> createState() => _ZdsInteractiveViewerState();

@override
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ignore_for_file: strict_raw_type,
// ignore_for_file: strict_raw_type

import 'dart:async';

Expand Down
62 changes: 31 additions & 31 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading