Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moseskarunia committed Feb 24, 2021
1 parent 4bfb521 commit 24fbb39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## [1.1.1] - 24 February 2021
- Fix: Properly export `CornerstoneException`.

## [1.1.0] - 24 February 2021
- New: `CornerstoneException`, a common exception model to make repository layer even more decoupled.
- Update: Bump `json_serialization` dependency to `^3.1.1`
Expand Down
1 change: 1 addition & 0 deletions lib/src/core/barrel_export_core.dart
Expand Up @@ -2,3 +2,4 @@ export 'data_source.dart';
export 'failure.dart';
export 'repository.dart';
export 'use_case.dart';
export 'cornerstone_exception.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: cornerstone
description: A library written in pure dart to help devs set up dart projects with a proper architecture without having to write a lot of boilerplate code. Inspired by clean architecture.
version: 1.1.0
version: 1.1.1
repository: https://www.github.com/moseskarunia/cornerstone

environment:
Expand Down

0 comments on commit 24fbb39

Please sign in to comment.