Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Felipe committed Jan 23, 2020
1 parent 4f86d32 commit 71ad427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.1.2

* Assert that `MagicEye` parameters are not `null`, except for `key`
* Export default layers
* Constrained example orientation with `SystemChrome.setPreferredOrientations`

## 0.1.1

* Now the default allowed directions is not `portrait`, but all of them, as it's more intuitive
* Little improvement on in-code documentation
* **Possibly Breaking Change:** Change DeviceDirection enum to represent more intuitively the directions. Now, `landscape` is `landscapeLeft`, and `landscapeReversed` is `landscapeRight`.
* **Possibly Breaking Change:** Change DeviceDirection enum to represent more intuitively the directions. Now, `landscape` is `landscapeLeft`, and `landscapeReversed` is `landscapeRight`

## 0.1.0+3

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: magiceye
description: An abstraction on top of flutter camera, that allows you to have a default camera screen or build your own with the layer builders.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/mateusfccp/magiceye
repository: https://github.com/mateusfccp/magiceye

Expand Down

0 comments on commit 71ad427

Please sign in to comment.