Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Nov 5, 2024
1 parent ad33044 commit 7a12fac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.0+15] - November 5, 2024

* Automated dependency updates


## [4.0.0+14] - October 29, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+10'
version: '1.0.0+11'

environment:
sdk: '>=2.19.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.3.1+5'
json_dynamic_widget: '^7.3.1+6'
json_dynamic_widget_plugin_rive:
path: '../'
logging: '^1.3.0'
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_rive'
description: 'A plugin to the JSON Dynamic Widget to provide Rive support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_rive'
version: '4.0.0+14'
version: '4.0.0+15'

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -15,8 +15,8 @@ dependencies:
flutter:
sdk: 'flutter'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.3.1+5'
json_theme: '^6.5.3+4'
json_dynamic_widget: '^7.3.1+6'
json_theme: '^6.5.3+5'
logging: '^1.3.0'
meta: '^1.12.0'
rive: '^0.13.15'
Expand All @@ -30,7 +30,7 @@ dev_dependencies:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+12'
json_dynamic_widget_codegen: '^1.0.6+13'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 7a12fac

Please sign in to comment.