Skip to content

Commit

Permalink
chore(main): release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
1 parent cec61c4 commit 098f9e4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.6"}
{".":"0.0.7"}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [0.0.7](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.6...0.0.7) (2025-01-13)


### 🐛 Bug Fixes

* **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))
* **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))
* **ci:** Fix pub warnings ([#15](https://github.com/spotify/confidence-sdk-flutter/issues/15)) ([3d9194c](https://github.com/spotify/confidence-sdk-flutter/commit/3d9194c4d9f059d9803ad4f690b8bf6653600d40))
* 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))
* **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))


### ✨ New Features

* Add flush method ([#19](https://github.com/spotify/confidence-sdk-flutter/issues/19)) ([0299534](https://github.com/spotify/confidence-sdk-flutter/commit/02995341c06e0d5e2343857da6394511d6c26b88))
* 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))
* add putAllContext method ([#26](https://github.com/spotify/confidence-sdk-flutter/issues/26)) ([7540810](https://github.com/spotify/confidence-sdk-flutter/commit/7540810ee5bfeb5284544e6f3313f87eccd52393))


### 🧹 Chore

* **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))
* **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))
* **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))
* **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))
* **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))
* **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))


### 📚 Documentation

* 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))
* minor corrections ([#18](https://github.com/spotify/confidence-sdk-flutter/issues/18)) ([e02c6d7](https://github.com/spotify/confidence-sdk-flutter/commit/e02c6d720d7c5bf6ece0bfcf39b7f5965aa7acde))

## [0.0.6](https://github.com/spotify/confidence-sdk-flutter/compare/0.0.5...0.0.6) (2024-09-30)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: confidence_flutter_sdk
description: "Flutter implementation of the Confidence SDK."
#x-release-please-start-version
version: 0.0.6
version: 0.0.7
#x-release-please-end
homepage: https://confidence.spotify.com

Expand Down

0 comments on commit 098f9e4

Please sign in to comment.