Skip to content

Commit 0db45d5

Browse files
authored
chore: v0.3.0 (#30)
1 parent c66a448 commit 0db45d5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ hooks/coverage
33
hooks/.dart_tool
44
hooks/pubspec.lock
55
.idea/
6+
.DS_STORE

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0
2+
3+
- refactor: stop using deprecated serviceWorkerVersion ([#29](https://github.com/VeryGoodOpenSource/flutter_web_preloader/pull/29))
4+
15
# 0.2.1
26

37
- docs: add brickhub badge ([#20](https://github.com/VeryGoodOpenSource/flutter_web_preloader/pull/20))

brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_web_preloader
22
description: A brick that creates a smart web entry point for Flutter that preloads its assets before starting the app.
33
repository: https://github.com/VeryGoodOpenSource/flutter_web_preloader
4-
version: 0.2.1
4+
version: 0.3.0
55

66
environment:
77
mason: ">=0.1.0-dev.50 <0.1.0"

0 commit comments

Comments
 (0)