Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Dec 31, 2023
1 parent 7ce5cef commit 1cc5876
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.0
- 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)
- Add more `WiredashTheme` color overrides [#325](https://github.com/wiredashio/wiredash-sdk/pull/325)

## 1.8.1

- Ignore empty strings when setting `buildNumber`, `buildVersion` or `buildCommit` via `--dart-define` [#323](https://github.com/wiredashio/wiredash-sdk/pull/323)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ free!_<br />Click on `Create new project` and enter your app's name.
### 2. Add wiredash to your pubspec.yaml

```bash
$ flutter pub add wiredash:^1.8.0
$ flutter pub add wiredash:^1.9.0
```

```yaml
dependencies:
flutter:
sdk: flutter
...
wiredash: ^1.8.0
wiredash: ^1.9.0
```
### 3. Wrap your root widget with Wiredash
Expand Down
3 changes: 2 additions & 1 deletion lib/src/core/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
/// 175 -> 1.7.5
/// 180 -> 1.8.0
/// 181 -> 1.8.1
const wiredashSdkVersion = 181;
/// 190 -> 1.9.0
const wiredashSdkVersion = 190;
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wiredash
description: Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
version: 1.8.1
version: 1.9.0
homepage: https://wiredash.io
repository: https://github.com/wiredashio/wiredash-sdk
issue_tracker: https://github.com/wiredashio/wiredash-sdk/issues
Expand Down

0 comments on commit 1cc5876

Please sign in to comment.