diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3fe06a4..42ef598 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.5.0","packages/common_client":"1.5.0","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.10.0"} +{"packages/common":"1.5.0","packages/common_client":"1.6.0","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.10.0"} diff --git a/packages/common_client/CHANGELOG.md b/packages/common_client/CHANGELOG.md index 5ff2d3c..2180790 100644 --- a/packages/common_client/CHANGELOG.md +++ b/packages/common_client/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.6.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.5.0...launchdarkly_common_client-v1.6.0) (2025-04-21) + + +### Features + +* Add support for WASM ([#191](https://github.com/launchdarkly/flutter-client-sdk/issues/191)) ([33431eb](https://github.com/launchdarkly/flutter-client-sdk/commit/33431eb34e1d69e8b0c10f522b40c8a339fe1b5c)) +* **deps:** Update depdendency versions for launchdarkly_common_client ([#196](https://github.com/launchdarkly/flutter-client-sdk/issues/196)) ([0646c2a](https://github.com/launchdarkly/flutter-client-sdk/commit/0646c2aaaffb8fd17c61646bed815cc7898fa428)) + ## [1.5.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.4.1...launchdarkly_common_client-v1.5.0) (2025-04-18) diff --git a/packages/common_client/pubspec.yaml b/packages/common_client/pubspec.yaml index 6a493a7..42c5f19 100644 --- a/packages/common_client/pubspec.yaml +++ b/packages/common_client/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_common_client description: Client-side SDK code for dart. This is an internal package not designed for general use. -version: 1.5.0 +version: 1.6.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client