Skip to content

Commit

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


##
[1.2.0](launchdarkly_dart_common-v1.1.0...launchdarkly_dart_common-v1.2.0)
(2024-03-14)


### Features

* Always inline contexts for feature events
([#76](#76))
([b2ebcbf](b2ebcbf))
* Redact anonymous attributes within feature events
([#77](#77))
([4387375](4387375))

---
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 committed Mar 18, 2024
1 parent 4387375 commit 7ce6d8a
Show file tree
Hide file tree
Showing 3 changed files with 10 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":"1.1.0","packages/common_client":"1.1.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.2.0"}
{"packages/common":"1.2.0","packages/common_client":"1.1.0","packages/event_source_client":"1.0.0","packages/flutter_client_sdk":"4.2.0"}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.2.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.1.0...launchdarkly_dart_common-v1.2.0) (2024-03-14)


### Features

* Always inline contexts for feature events ([#76](https://github.com/launchdarkly/flutter-client-sdk/issues/76)) ([b2ebcbf](https://github.com/launchdarkly/flutter-client-sdk/commit/b2ebcbfd8c3c817595821f91ffb7ac02687bb41f))
* Redact anonymous attributes within feature events ([#77](https://github.com/launchdarkly/flutter-client-sdk/issues/77)) ([4387375](https://github.com/launchdarkly/flutter-client-sdk/commit/4387375f65c544f92cb65ce9882bb436ae95631b))

## [1.1.0](https://github.com/launchdarkly/flutter-client-sdk/compare/launchdarkly_dart_common-v1.0.0...launchdarkly_dart_common-v1.1.0) (2024-03-05)


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.1.0
version: 1.2.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 7ce6d8a

Please sign in to comment.