Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/common":"1.4.0","packages/common_client":"1.5.0","packages/event_source_client":"1.1.0","packages/flutter_client_sdk":"4.10.0"}
{"packages/common":"1.5.0","packages/common_client":"1.5.0","packages/event_source_client":"1.1.0","packages/flutter_client_sdk":"4.10.0"}
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down