Skip to content

Commit

Permalink
chore: v0.1.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoheiKanagu authored Jun 21, 2024
1 parent ec78272 commit 82e6302
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0

- feat: Implement copyWith for PreviewDevice
- feat: Add landscape orientation support for PreviewDevice

## 0.0.2

- refactor: example app
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.1.0"
meta:
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: media_query_preview
description: "This package enables UI preview across various devices and conditions, supporting custom devices, brightness, and text scales. Ideal for development, not production."
version: 0.0.2
version: 0.1.0
homepage: https://github.com/kingu-dev/media_query_preview

environment:
Expand Down

0 comments on commit 82e6302

Please sign in to comment.