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 Dec 3, 2024
1 parent 5967e66 commit 00e6b4a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.2+24] - December 3, 2024

* Automated dependency updates


## [2.0.2+23] - November 26, 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+22'
version: '1.0.0+23'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.3.1+10'
json_dynamic_widget: '^7.3.1+12'
json_dynamic_widget_plugin_js:
path: '../'
logging: '^1.3.0'
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_js'
description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js'
version: '2.0.2+23'
version: '2.0.2+24'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -17,9 +17,9 @@ dependencies:
sdk: 'flutter'
flutter_js: '^0.8.1'
js: '^0.7.1'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.3.1+10'
json_theme: '^6.5.3+6'
json_class: '^3.0.1'
json_dynamic_widget: '^7.3.1+12'
json_theme: '^6.5.4'
logging: '^1.3.0'
meta: '^1.12.0'
uuid: '^4.5.1'
Expand All @@ -32,7 +32,7 @@ dev_dependencies:
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+15'
json_dynamic_widget_codegen: '^1.0.6+17'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 00e6b4a

Please sign in to comment.