Skip to content

Commit 12077b6

Browse files
authored
chore(release): bump to 5.13.0 (#277)
## 💡 Motivation and Context release posthog-flutter 5.13.0 <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> ## 💚 How did you test it? ## 📝 Checklist <!--- Put an `x` in the boxes that apply --> - [ ] I reviewed the submitted code. - [ ] I added tests to verify the changes. - [ ] I updated the docs if needed. - [ ] No breaking change or entry added to the changelog.
1 parent 16031dd commit 12077b6

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Next
22

3+
# 5.13.0
4+
35
- chore: add support for thumbs up/down surveys ([#257](https://github.com/PostHog/posthog-flutter/pull/257))
46

57
- perf: Optimize Screenshot diff check ([#271](https://github.com/PostHog/posthog-flutter/pull/271))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package com.posthog.flutter
22

3-
internal val postHogVersion = "5.12.0"
3+
internal val postHogVersion = "5.13.0"

ios/Classes/PostHogFlutterVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
import Foundation
99

1010
// This property is internal only
11-
let postHogFlutterVersion = "5.12.0"
11+
let postHogFlutterVersion = "5.13.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: posthog_flutter
22
description: Flutter implementation of PostHog client for iOS, Android and Web
3-
version: 5.12.0
3+
version: 5.13.0
44
homepage: https://www.posthog.com
55
repository: https://github.com/posthog/posthog-flutter
66
issue_tracker: https://github.com/posthog/posthog-flutter/issues

0 commit comments

Comments
 (0)