-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-cpp-client: 3.0.8</summary> ## [3.0.8](launchdarkly-cpp-client-v3.0.7...launchdarkly-cpp-client-v3.0.8) (2023-09-13) ### Bug Fixes * stream connections longer than 5 minutes are dropped ([#244](#244)) ([e12664f](e12664f)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.1.8 to 0.1.9 * launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6 * launchdarkly-cpp-sse-client bumped from 0.1.2 to 0.1.3 </details> <details><summary>launchdarkly-cpp-common: 0.3.6</summary> ## [0.3.6](launchdarkly-cpp-common-v0.3.5...launchdarkly-cpp-common-v0.3.6) (2023-09-13) ### Bug Fixes * stream connections longer than 5 minutes are dropped ([#244](#244)) ([e12664f](e12664f)) </details> <details><summary>launchdarkly-cpp-internal: 0.1.9</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6 </details> <details><summary>launchdarkly-cpp-sse-client: 0.1.3</summary> ## [0.1.3](launchdarkly-cpp-sse-client-v0.1.2...launchdarkly-cpp-sse-client-v0.1.3) (2023-09-13) ### Bug Fixes * stream connections longer than 5 minutes are dropped ([#244](#244)) ([e12664f](e12664f)) </details> --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
faa37a0
commit 16f9588
Showing
13 changed files
with
52 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"libs/client-sdk": "3.0.7", | ||
"libs/server-sent-events": "0.1.2", | ||
"libs/common": "0.3.5", | ||
"libs/internal": "0.1.8" | ||
"libs/client-sdk": "3.0.8", | ||
"libs/server-sent-events": "0.1.3", | ||
"libs/common": "0.3.6", | ||
"libs/internal": "0.1.9" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "launchdarkly-cpp-client", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-internal": "0.1.8", | ||
"launchdarkly-cpp-common": "0.3.5", | ||
"launchdarkly-cpp-sse-client": "0.1.2" | ||
"launchdarkly-cpp-internal": "0.1.9", | ||
"launchdarkly-cpp-common": "0.3.6", | ||
"launchdarkly-cpp-sse-client": "0.1.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "launchdarkly-cpp-common", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "launchdarkly-cpp-internal", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-common": "0.3.5" | ||
"launchdarkly-cpp-common": "0.3.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters