Skip to content

Commit 61ac22d

Browse files
chore(main): release 0.0.6 (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b1a163 commit 61ac22d

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.5"}
1+
{".":"0.0.6"}

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.0.6](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.5...0.0.6) (2024-09-30)
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:** Create and update the directory of the credentials [WIP] ([#8](https://github.com/spotify/confidence-sdk-flutter/issues/8)) ([3404b4e](https://github.com/spotify/confidence-sdk-flutter/commit/3404b4e8658ba3d6726ca2b6e1cea9389723dbea))
10+
* **ci:** Fix pub warnings ([#15](https://github.com/spotify/confidence-sdk-flutter/issues/15)) ([3d9194c](https://github.com/spotify/confidence-sdk-flutter/commit/3d9194c4d9f059d9803ad4f690b8bf6653600d40))
11+
* **ci:** Fix typo in pub login script ([#6](https://github.com/spotify/confidence-sdk-flutter/issues/6)) ([bdce2da](https://github.com/spotify/confidence-sdk-flutter/commit/bdce2da75b7bb2c21a68a09e012d43184709416f))
12+
* 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))
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+
20+
21+
### 🧹 Chore
22+
23+
* **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))
24+
* **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))
25+
* **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))
26+
* **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))
27+
* **main:** release 0.0.6 ([#7](https://github.com/spotify/confidence-sdk-flutter/issues/7)) ([1abe531](https://github.com/spotify/confidence-sdk-flutter/commit/1abe53137d7d0f12951d657f7263b53e1ce54801))
28+
* **main:** release 0.0.7 ([#9](https://github.com/spotify/confidence-sdk-flutter/issues/9)) ([54fb940](https://github.com/spotify/confidence-sdk-flutter/commit/54fb9406e0f418b70a876f8b4df5e6217fbc499b))
29+
30+
31+
### 📚 Documentation
32+
33+
* 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))
34+
* minor corrections ([#18](https://github.com/spotify/confidence-sdk-flutter/issues/18)) ([e02c6d7](https://github.com/spotify/confidence-sdk-flutter/commit/e02c6d720d7c5bf6ece0bfcf39b7f5965aa7acde))
35+
336
## [0.0.5](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.4...0.0.5) (2024-07-05)
437

538

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.5
4+
version: 0.0.6
55
#x-release-please-end
66
homepage: https://confidence.spotify.com
77

0 commit comments

Comments
 (0)