Skip to content

Commit

Permalink
Release v0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 29, 2024
1 parent 6a6392b commit de6d055
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
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- Template:
## NEW · 2023-xx-xx
## NEW · 2024-xx-xx
### ⚠️ BREAKING CHANGES
### 🎉 New Features
Expand All @@ -16,6 +16,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.2.12 · 2024-08-29

### 📦 Build & CI
* update `package_info_plus` to `>=3.0.0 <9.0.0` ([#22](https://github.com/JonasWanke/debug_overlay/pull/22)). Thanks to [@nikolashaag](https://github.com/nikolashaag)!
* update `device_info_plus` to `>=8.0.0 <11.0.0` ([`5d91238`](https://github.com/JonasWanke/debug_overlay/commit/5d91238628196187922beeeb8d9429d3e95cb7a7))

## 0.2.11 · 2023-12-04

### 📦 Build & CI
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.11"
version: "0.2.12"
device_info_plus:
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: debug_overlay
description: View debug infos and change settings via a central overlay for your app.
version: 0.2.11
version: 0.2.12
repository: https://github.com/JonasWanke/debug_overlay
screenshots:
- description: DeviceInfoDebugHelper
Expand Down

0 comments on commit de6d055

Please sign in to comment.