From 5ae3ec22e8a333df8a0e24622b480b56aa7418a1 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Fri, 29 Mar 2024 15:29:21 +0100 Subject: [PATCH] chore(release): Publish v0.1.14 (#116) --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0158d..f33768a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.14] + - Change the unselected chapter color + - Handle supported locales properties + - Make use of web instead of dart:html + - Handle space in the shared url + ## [0.1.13] - Add global showDialog method using non-root navigator so that dialogs only close themselves. diff --git a/pubspec.yaml b/pubspec.yaml index fcffef1..22eab7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dashbook description: A showcase/sandbox library to help you build isolated widgets in Flutter -version: 0.1.13 +version: 0.1.14 homepage: https://github.com/bluefireteam/dashbook environment: