diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1391bb9..3fe06a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"packages/common":"1.4.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.5.0","packages/event_source_client":"1.2.0","packages/flutter_client_sdk":"4.10.0"} diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b710dea..b74f60d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Dart Common will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org). +## [1.5.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.4.0...launchdarkly_dart_common-v1.5.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)) + ## [1.4.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.3.0...launchdarkly_dart_common-v1.4.0) (2025-04-18) diff --git a/packages/common/pubspec.yaml b/packages/common/pubspec.yaml index 42e7ff8..5f6d301 100644 --- a/packages/common/pubspec.yaml +++ b/packages/common/pubspec.yaml @@ -1,6 +1,6 @@ name: launchdarkly_dart_common description: Common dart libraries used by LaunchDarkly SDKs. This is an internal package not designed for general use. -version: 1.4.0 +version: 1.5.0 homepage: https://github.com/launchdarkly/flutter-client-sdk repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common