Skip to content

Commit 958fe29

Browse files
chore(main): release 0.0.8 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 401004f commit 958fe29

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.7"}
1+
{".":"0.0.8"}

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.7...0.0.8) (2025-01-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **ci:** Add copy removal of sub module ([#12](https://github.com/spotify/confidence-sdk-flutter/issues/12)) ([a756da2](https://github.com/spotify/confidence-sdk-flutter/commit/a756da2c5da4a85deb3f26d3813d50e7bda7a020))
9+
* **ci:** Fix pub warnings ([#15](https://github.com/spotify/confidence-sdk-flutter/issues/15)) ([3d9194c](https://github.com/spotify/confidence-sdk-flutter/commit/3d9194c4d9f059d9803ad4f690b8bf6653600d40))
10+
* Current version is 0.0.3 in pub.dev ([#10](https://github.com/spotify/confidence-sdk-flutter/issues/10)) ([963f707](https://github.com/spotify/confidence-sdk-flutter/commit/963f7077ef825284359f03bcea63c849de214083))
11+
* **doc:** add readme text for putContext and putAllContext ([#28](https://github.com/spotify/confidence-sdk-flutter/issues/28)) ([cec61c4](https://github.com/spotify/confidence-sdk-flutter/commit/cec61c4a396e6c15a3494c0166735ebd5f13ae4f))
12+
* fix the reflect version at 1.9.0 ([#30](https://github.com/spotify/confidence-sdk-flutter/issues/30)) ([401004f](https://github.com/spotify/confidence-sdk-flutter/commit/401004f0beaa4e1d09e3e57be6dd0f045bd0975a))
13+
14+
15+
### ✨ New Features
16+
17+
* Add flush method ([#19](https://github.com/spotify/confidence-sdk-flutter/issues/19)) ([0299534](https://github.com/spotify/confidence-sdk-flutter/commit/02995341c06e0d5e2343857da6394511d6c26b88))
18+
* Add non blocking way of getting values ([#24](https://github.com/spotify/confidence-sdk-flutter/issues/24)) ([8b1a163](https://github.com/spotify/confidence-sdk-flutter/commit/8b1a1639c4a66ed2dd33854ff61638f693484df5))
19+
* add putAllContext method ([#26](https://github.com/spotify/confidence-sdk-flutter/issues/26)) ([7540810](https://github.com/spotify/confidence-sdk-flutter/commit/7540810ee5bfeb5284544e6f3313f87eccd52393))
20+
21+
22+
### 🧹 Chore
23+
24+
* **main:** release 0.0.4 ([#11](https://github.com/spotify/confidence-sdk-flutter/issues/11)) ([04a7e32](https://github.com/spotify/confidence-sdk-flutter/commit/04a7e328101165ffd4cee04ffe20853d3db4865a))
25+
* **main:** release 0.0.4 ([#13](https://github.com/spotify/confidence-sdk-flutter/issues/13)) ([7b23d2e](https://github.com/spotify/confidence-sdk-flutter/commit/7b23d2e8f1008322e3e3ba4b54118ed063aaf37d))
26+
* **main:** release 0.0.4 ([#16](https://github.com/spotify/confidence-sdk-flutter/issues/16)) ([43b4423](https://github.com/spotify/confidence-sdk-flutter/commit/43b4423e88aeb7869c50b2ef3e6155958475004c))
27+
* **main:** release 0.0.5 ([#17](https://github.com/spotify/confidence-sdk-flutter/issues/17)) ([ad7e91f](https://github.com/spotify/confidence-sdk-flutter/commit/ad7e91f4bbbd55666caca8d0870828ebe6aca986))
28+
* **main:** release 0.0.6 ([#23](https://github.com/spotify/confidence-sdk-flutter/issues/23)) ([61ac22d](https://github.com/spotify/confidence-sdk-flutter/commit/61ac22deee5fcb27b5a445d04dd81bab1147025d))
29+
* **main:** release 0.0.7 ([#25](https://github.com/spotify/confidence-sdk-flutter/issues/25)) ([885f46c](https://github.com/spotify/confidence-sdk-flutter/commit/885f46ccf7238da0ab764a63eb76126e680a6f15))
30+
31+
32+
### 📚 Documentation
33+
34+
* Add running example app in xcode in readme ([#20](https://github.com/spotify/confidence-sdk-flutter/issues/20)) ([4d0142b](https://github.com/spotify/confidence-sdk-flutter/commit/4d0142b45e58a1f5bb5ae9771a1a40615916ab66))
35+
* minor corrections ([#18](https://github.com/spotify/confidence-sdk-flutter/issues/18)) ([e02c6d7](https://github.com/spotify/confidence-sdk-flutter/commit/e02c6d720d7c5bf6ece0bfcf39b7f5965aa7acde))
36+
337
## [0.0.7](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.6...0.0.7) (2025-01-13)
438

539

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: confidence_flutter_sdk
22
description: "Flutter implementation of the Confidence SDK."
33
#x-release-please-start-version
4-
version: 0.0.7
4+
version: 0.0.8
55
#x-release-please-end
66
homepage: https://confidence.spotify.com
77

0 commit comments

Comments
 (0)