Skip to content

Commit

Permalink
Merge pull request #39 from peiffer-innovations/dart_update_171262905…
Browse files Browse the repository at this point in the history
…7676

Automated Merge
  • Loading branch information
jpeiffer authored Apr 9, 2024
2 parents ea652ac + 9a2ba42 commit a39fe03
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.2+8] - April 9, 2024

* Automated dependency updates


## [2.0.2+7] - April 2, 2024

* Automated dependency updates
Expand Down Expand Up @@ -158,5 +163,6 @@






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+12'
version: '1.0.0+13'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.1.0+6'
json_dynamic_widget: '^7.1.0+7'
json_dynamic_widget_plugin_js:
path: '../'
logging: '^1.2.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+7'
version: '2.0.2+8'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -18,11 +18,11 @@ dependencies:
flutter_js: '^0.8.0'
js: '^0.7.1'
json_class: '^3.0.0+13'
json_dynamic_widget: '^7.1.0+6'
json_theme: '^6.4.1+1'
json_dynamic_widget: '^7.1.0+7'
json_theme: '^6.4.1+2'
logging: '^1.2.0'
meta: '^1.9.1'
uuid: '^4.3.3'
uuid: '^4.4.0'

false_secrets:
- 'example/web/index.html'
Expand All @@ -32,7 +32,7 @@ dev_dependencies:
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.5+7'
json_dynamic_widget_codegen: '^1.0.5+8'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit a39fe03

Please sign in to comment.