diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f609c..bafc9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.1.0 + +Separated StoryblokClient to its own client.dart export file and all the model +exports into models.dart to fix dart:ui being imported when using the code +generator. + # 1.0.4 Added remaining properties on Story. diff --git a/pubspec.yaml b/pubspec.yaml index 39bb450..b2ba111 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_storyblok description: Integrate Storyblok with your Flutter app using this SDK and code generator. -version: 1.0.4 +version: 1.1.0 homepage: https://www.alster.se/ repository: https://github.com/alsterverse/flutter_storyblok issue_tracker: https://github.com/alsterverse/flutter_storyblok/issues