Skip to content

Commit

Permalink
Updated versions v1.3.0 & gen-v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiFry committed Oct 4, 2024
1 parent f7d875a commit 3f003c1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.0

Added support for regions outside of EU

# 1.2.1

Bugfix for `StoryblokClient.getDataSourceEntries()`.
Expand Down
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.2.0

Added support for regions outside of EU

# v1.1.3

Fixed bug external datasource enum not being generated.
Expand Down
17 changes: 9 additions & 8 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.3
version: 1.2.0
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 @@ -16,6 +16,12 @@ platforms:
web:
windows:

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

executables:
flutter_storyblok_code_generator: flutter_storyblok_code_generator

Expand All @@ -25,8 +31,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_storyblok: ^1.1.0
dart_style: ^2.3.6
flutter_storyblok: ^1.3.0
dart_style: ^2.3.7
code_builder: ^4.10.0
dart_casing: ^3.0.1
http: ^1.2.2
Expand All @@ -37,8 +43,3 @@ dependencies:
dev_dependencies:
lints: ^4.0.0
test: ^1.25.8

# IMPORTANT !!! Comment out when publishing
dependency_overrides:
flutter_storyblok:
path: ../
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_storyblok
description: Integrate Storyblok with your Flutter app using this SDK and code generator.
version: 1.2.1
version: 1.3.0
homepage: https://www.alster.se/
repository: https://github.com/alsterverse/flutter_storyblok
issue_tracker: https://github.com/alsterverse/flutter_storyblok/issues
Expand All @@ -20,4 +20,4 @@ dependencies:
dev_dependencies:
lints: ^4.0.0
test: ^1.25.8
build_runner: ^2.4.12
build_runner: ^2.4.13

0 comments on commit 3f003c1

Please sign in to comment.