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.2.1","packages/common_client":"1.3.1","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.1"}
{"packages/common":"1.2.1","packages/common_client":"1.4.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.7.1"}
7 changes: 7 additions & 0 deletions packages/common_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the LaunchDarkly Common Client will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

## [1.4.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.3.1...launchdarkly_common_client-v1.4.0) (2024-10-31)


### Features

* Adds support for client-side prerequisite events ([#172](https://github.com/launchdarkly/flutter-client-sdk/issues/172)) ([7a042c2](https://github.com/launchdarkly/flutter-client-sdk/commit/7a042c2047798831b62ea29243313d7e411d22e1))

## [1.3.1](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_common_client-v1.3.0...launchdarkly_common_client-v1.3.1) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/common_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.3.1
version: 1.4.0
homepage: https://github.com/launchdarkly/flutter-client-sdk
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common_client

Expand Down
Loading