Skip to content

Commit

Permalink
chore(main): release 4.0.0-alpha.1 (#78)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.0.0-alpha.1](v4.0.0-alpha.0...4.0.0-alpha.1)
(2024-01-24)


### Features

* Update common client dependenct to 0.1.0
([#89](#89))
([7dcb687](7dcb687))
* Update common/client/event source dependencies.
([#87](#87))
([9acbab3](9acbab3))


### Bug Fixes

* Fix sink not closed lint.
([#66](#66))
([051fd9c](051fd9c))
* Remove flutter dependency from event source.
([#65](#65))
([d557692](d557692))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: LaunchDarklyReleaseBot <86431345+LaunchDarklyReleaseBot@users.noreply.github.com>
  • Loading branch information
1 parent 7dcb687 commit 4089f41
Show file tree
Hide file tree
Showing 4 changed files with 18 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":"0.0.2","packages/common_client":"0.1.0","packages/event_source_client":"0.0.3","packages/flutter_client_sdk":"4.0.0-alpha.0"}
{"packages/common":"0.0.2","packages/common_client":"0.1.0","packages/event_source_client":"0.0.3","packages/flutter_client_sdk":"4.0.0-alpha.1"}
16 changes: 15 additions & 1 deletion packages/flutter_client_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0.0-alpha.1](https://github.com/launchdarkly/flutter-client-sdk/compare/v4.0.0-alpha.0...4.0.0-alpha.1) (2024-01-24)


### Features

* Update common client dependenct to 0.1.0 ([#89](https://github.com/launchdarkly/flutter-client-sdk/issues/89)) ([7dcb687](https://github.com/launchdarkly/flutter-client-sdk/commit/7dcb6876f42c76a6f27df606e281de164d306745))
* Update common/client/event source dependencies. ([#87](https://github.com/launchdarkly/flutter-client-sdk/issues/87)) ([9acbab3](https://github.com/launchdarkly/flutter-client-sdk/commit/9acbab3bbe3ca9a1c63923ea4c95f0eb0dd1177b))


### Bug Fixes

* Fix sink not closed lint. ([#66](https://github.com/launchdarkly/flutter-client-sdk/issues/66)) ([051fd9c](https://github.com/launchdarkly/flutter-client-sdk/commit/051fd9cfc405f23e0bac64da90b9277ccdf5e188))
* Remove flutter dependency from event source. ([#65](https://github.com/launchdarkly/flutter-client-sdk/issues/65)) ([d557692](https://github.com/launchdarkly/flutter-client-sdk/commit/d557692ef7d146a5c691d3b8f64f10726f12add3))

## [4.0.0-alpha.0] - 2024-01-22

Initial 4.0.0 alpha release. 4.0.0 is a re-write of the SDK using Dart instead of native plugins.
Expand Down Expand Up @@ -125,4 +139,4 @@ This is the first public release of the LaunchDarkly Flutter client-side SDK. Th
- Flag evaluation with and without details.
- Retrieving all flag values for the current user.
- Switching users with `identify`.
- Flag change listeners and flags received listeners.
- Flag change listeners and flags received listeners.
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 @@ -68,7 +68,7 @@ interface class LDClient {
context,
DiagnosticSdkData(
name: 'FlutterClientSide',
version: '4.0.0-alpha.0')); // x-release-please-version
version: '4.0.0-alpha.1')); // 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.0-alpha.0
version: 4.0.0-alpha.1+-alpha.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 4089f41

Please sign in to comment.