Skip to content

Commit 1cc5876

Browse files
committed
Bump version to 1.9.0
1 parent 7ce5cef commit 1cc5876

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.9.0
4+
- Add support for Flutter 3.17.0 (removing [`physicalGeometry`](https://github.com/flutter/flutter/pull/138103)) [#324](https://github.com/wiredashio/wiredash-sdk/pull/324)
5+
- Add more `WiredashTheme` color overrides [#325](https://github.com/wiredashio/wiredash-sdk/pull/325)
6+
37
## 1.8.1
48

59
- Ignore empty strings when setting `buildNumber`, `buildVersion` or `buildCommit` via `--dart-define` [#323](https://github.com/wiredashio/wiredash-sdk/pull/323)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ free!_<br />Click on `Create new project` and enter your app's name.
2929
### 2. Add wiredash to your pubspec.yaml
3030

3131
```bash
32-
$ flutter pub add wiredash:^1.8.0
32+
$ flutter pub add wiredash:^1.9.0
3333
```
3434

3535
```yaml
3636
dependencies:
3737
flutter:
3838
sdk: flutter
3939
...
40-
wiredash: ^1.8.0
40+
wiredash: ^1.9.0
4141
```
4242
4343
### 3. Wrap your root widget with Wiredash

lib/src/core/version.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@
4040
/// 175 -> 1.7.5
4141
/// 180 -> 1.8.0
4242
/// 181 -> 1.8.1
43-
const wiredashSdkVersion = 181;
43+
/// 190 -> 1.9.0
44+
const wiredashSdkVersion = 190;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wiredash
22
description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
3-
version: 1.8.1
3+
version: 1.9.0
44
homepage: https://wiredash.io
55
repository: https://github.com/wiredashio/wiredash-sdk
66
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues

0 commit comments

Comments
 (0)