Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#131)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.3...4.1.0)
(2024-02-15)


### Features

* web based applications will now flush events before closing to ensure
events are sent
([#129](#129))
([c1e2828](c1e2828))


### Bug Fixes

* backgrounded and offline apps no longer attempt to send events
([#130](#130))
([f8244ab](f8244ab))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
LaunchDarklyReleaseBot authored Feb 15, 2024
1 parent c1e2828 commit f06fd6b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
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.0.0","packages/common_client":"1.0.2","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.3"}
{"packages/common":"1.0.0","packages/common_client":"1.0.2","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.1.0"}
12 changes: 12 additions & 0 deletions packages/flutter_client_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to the LaunchDarkly Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

## [4.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/4.0.3...4.1.0) (2024-02-15)


### Features

* web based applications will now flush events before closing to ensure events are sent ([#129](https://github.com/launchdarkly/flutter-client-sdk/issues/129)) ([c1e2828](https://github.com/launchdarkly/flutter-client-sdk/commit/c1e2828be64277957760bed08d10a8809dd9e275))


### Bug Fixes

* backgrounded and offline apps no longer attempt to send events ([#130](https://github.com/launchdarkly/flutter-client-sdk/issues/130)) ([f8244ab](https://github.com/launchdarkly/flutter-client-sdk/commit/f8244ab3edefd1951ff07f7c26838faced44fe9a))

## [4.0.3](https://github.com/launchdarkly/flutter-client-sdk/compare/4.0.2...4.0.3) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
# This defaults to a published package. Using `flutter pub get` will get the package from pub.dev
# If you run `melos bs` in the root of the repository, then it will be linked to the local version
# instead.
launchdarkly_flutter_client_sdk: 4.0.3 # x-release-please-version
launchdarkly_flutter_client_sdk: 4.1.0 # x-release-please-version

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/lib/src/ld_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface class LDClient {
context,
DiagnosticSdkData(
name: 'FlutterClientSdk',
version: '4.0.3')); // x-release-please-version
version: '4.1.0')); // x-release-please-version
_connectionManager = ConnectionManager(
logger: _client.logger,
config: ConnectionManagerConfig(
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_client_sdk/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_flutter_client_sdk
description: Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today!
version: 4.0.3
version: 4.1.0
homepage: https://github.com/launchdarkly/flutter-client-sdk
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk

Expand Down

0 comments on commit f06fd6b

Please sign in to comment.