Skip to content

Commit

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


##
[1.0.0](launchdarkly_dart_common-v0.0.2...launchdarkly_dart_common-v1.0.0)
(2024-01-30)


### Features

* Implement support for REPORT for streaming.
([#96](#96))
([1de6079](1de6079))


### Bug Fixes

* Collect attributes once.
([#98](#98))
([45dcab1](45dcab1))
* making context builder easier to use
([#106](#106))
([28f0370](28f0370))

---
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: Ryan Lamb <[email protected]>
  • Loading branch information
LaunchDarklyReleaseBot and kinyoklion authored Jan 30, 2024
1 parent 0ddfd30 commit da4c9c7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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":"1.0.0","packages/flutter_client_sdk":"4.0.0-alpha.1"}
{"packages/common":"1.0.0","packages/common_client":"0.1.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.0.0-alpha.1"}
13 changes: 13 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [1.0.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v0.0.2...launchdarkly_dart_common-v1.0.0) (2024-01-30)


### Features

* Implement support for REPORT for streaming. ([#96](https://github.com/launchdarkly/flutter-client-sdk/issues/96)) ([1de6079](https://github.com/launchdarkly/flutter-client-sdk/commit/1de60797e2edaac2fdf38f829ee4e3f15260f963))


### Bug Fixes

* Collect attributes once. ([#98](https://github.com/launchdarkly/flutter-client-sdk/issues/98)) ([45dcab1](https://github.com/launchdarkly/flutter-client-sdk/commit/45dcab15cf8e069277d15c05064e17dda0e51d4e))
* making context builder easier to use ([#106](https://github.com/launchdarkly/flutter-client-sdk/issues/106)) ([28f0370](https://github.com/launchdarkly/flutter-client-sdk/commit/28f0370eb0a1b86af51d207948b2f4169a937eef))

## [0.0.2](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v0.0.1...launchdarkly_dart_common-v0.0.2) (2024-01-24)


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: 0.0.2
version: 1.0.0
homepage: https://github.com/launchdarkly/flutter-client-sdk
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/common

Expand Down

0 comments on commit da4c9c7

Please sign in to comment.