-
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.2.2</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.3.0 to 0.4.0 * launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0 </details> <details><summary>launchdarkly-cpp-common: 1.0.0</summary> ## [1.0.0](launchdarkly-cpp-common-v0.5.0...launchdarkly-cpp-common-v1.0.0) (2023-11-29) ### ⚠ BREAKING CHANGES * move server side config into lib/server ([#283](#283)) ### Code Refactoring * move server side config into lib/server ([#283](#283)) ([c58de8f](c58de8f)) </details> <details><summary>launchdarkly-cpp-internal: 0.4.0</summary> ## [0.4.0](launchdarkly-cpp-internal-v0.3.0...launchdarkly-cpp-internal-v0.4.0) (2023-11-29) ### Features * omit empty items from data model JSON serialization ([#309](#309)) ([9141732](9141732)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0 </details> <details><summary>launchdarkly-cpp-server: 0.2.0</summary> ## [0.2.0](launchdarkly-cpp-server-v0.1.0...launchdarkly-cpp-server-v0.2.0) (2023-11-29) ### ⚠ BREAKING CHANGES * move server side config into lib/server ([#283](#283)) ### Code Refactoring * move server side config into lib/server ([#283](#283)) ([c58de8f](c58de8f)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.3.0 to 0.4.0 * launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0 </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> Co-authored-by: Casey Waldren <[email protected]>
- Loading branch information
1 parent
bf73632
commit b0ffc67
Showing
17 changed files
with
72 additions
and
21 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,7 +1,7 @@ | ||
{ | ||
"libs/client-sdk": "3.2.1", | ||
"libs/client-sdk": "3.2.2", | ||
"libs/server-sent-events": "0.2.0", | ||
"libs/common": "0.5.0", | ||
"libs/internal": "0.3.0", | ||
"libs/server-sdk": "0.1.0" | ||
"libs/common": "1.0.0", | ||
"libs/internal": "0.4.0", | ||
"libs/server-sdk": "0.2.0" | ||
} |
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.2.1", | ||
"version": "3.2.2", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-internal": "0.3.0", | ||
"launchdarkly-cpp-common": "0.5.0", | ||
"launchdarkly-cpp-internal": "0.4.0", | ||
"launchdarkly-cpp-common": "1.0.0", | ||
"launchdarkly-cpp-sse-client": "0.2.0" | ||
} | ||
} |
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.5.0", | ||
"version": "1.0.0", | ||
"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.3.0", | ||
"version": "0.4.0", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-common": "0.5.0" | ||
"launchdarkly-cpp-common": "1.0.0" | ||
} | ||
} |
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-server", | ||
"description": "This package.json exists for modeling dependencies for the release process.", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"private": true, | ||
"dependencies": { | ||
"launchdarkly-cpp-internal": "0.3.0", | ||
"launchdarkly-cpp-common": "0.5.0", | ||
"launchdarkly-cpp-internal": "0.4.0", | ||
"launchdarkly-cpp-common": "1.0.0", | ||
"launchdarkly-cpp-sse-client": "0.2.0" | ||
} | ||
} |
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