Skip to content

Commit e17aa2f

Browse files
committed
Bump version 0.17.0.
1 parent 0fb7981 commit e17aa2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.17.0
2+
Add "Adapter" pattern: adapt a non-reactive classic type application for Flutter.
3+
4+
## 0.16.5
5+
Add deploy_flutter_demos script.
6+
17
## 0.16.0
28
- Add complex example of an Observer pattern, connected to a Flutter application.
39
- Add new branch "web-demos" for online examples.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: design_patterns_dart
22
description: Dart examples for all classic GoF design patterns.
3-
version: 0.16.0
3+
version: 0.17.0
44
homepage: https://refactoring.guru/design-patterns
55
repository: https://github.com/RefactoringGuru/design-patterns-dart
66
issue_tracker: https://github.com/RefactoringGuru/design-patterns-dart/issue

0 commit comments

Comments
 (0)