Skip to content

Commit

Permalink
Merge pull request #44 from alsterverse/codegen-update
Browse files Browse the repository at this point in the history
Gen v1.1.2
  • Loading branch information
PhiFry authored Sep 2, 2024
2 parents b205298 + 81229bd commit b99aa8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions code_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.2

Increased minimum flutter_storyblok version after critical bug fix.

# v1.1.1

Added a rate limit option and updated README.
Expand Down
9 changes: 5 additions & 4 deletions code_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_storyblok_code_generator
description: Code generator for flutter_storyblok, generating statically typed Dart code from your Storyblok blocks.
version: 1.1.1
version: 1.1.2
homepage: https://www.alster.se/
repository: https://github.com/alsterverse/flutter_storyblok/tree/main/code_generator
issue_tracker: https://github.com/alsterverse/flutter_storyblok/issues
Expand All @@ -25,19 +25,20 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_storyblok: ^1.0.3
flutter_storyblok: ^1.1.0
dart_style: ^2.3.6
code_builder: ^4.10.0
dart_casing: ^3.0.1
http: ^1.2.1
http: ^1.2.2
collection: ^1.18.0
characters: ^1.3.0
args: ^2.5.0

dev_dependencies:
lints: ^4.0.0
test: ^1.25.0
test: ^1.25.8

# IMPORTANT !!! Comment out when publishing
dependency_overrides:
flutter_storyblok:
path: ../

0 comments on commit b99aa8e

Please sign in to comment.