Skip to content

Commit 084cfd6

Browse files
chore: release main (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ryan Lamb <[email protected]>
1 parent a2271bf commit 084cfd6

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"libs/client-sdk": "0.1.0",
2+
"libs/client-sdk": "0.2.0",
33
"libs/server-sent-events": "0.1.0",
4-
"libs/common": "0.1.0",
5-
"libs/internal": "0.1.0"
4+
"libs/common": "0.2.0",
5+
"libs/internal": "0.1.2"
66
}

libs/client-sdk/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be docume
1717

1818
* The following workspace dependencies were updated
1919
* dependencies
20-
* launchdarkly-cpp-internal bumped from 0.1.0 to 0.1.1
21-
* launchdarkly-cpp-common bumped from 0.1.0 to 0.2.0
20+
* launchdarkly-cpp-internal bumped from 0.1.1 to 0.1.2
2221

2322
## 0.1.0 (2023-05-24)
2423

libs/client-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.2.0",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.1.1",
7+
"launchdarkly-cpp-internal": "0.1.2",
88
"launchdarkly-cpp-common": "0.2.0"
99
}
1010
}

libs/internal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* dependencies
77
* launchdarkly-cpp-common bumped from 0.1.0 to 0.2.0
88

9+
### Dependencies
10+
11+
12+
913
## 0.1.0 (2023-05-24)
1014

1115

libs/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launchdarkly-cpp-internal",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"dependencies": {
77
"launchdarkly-cpp-common": "0.2.0"

0 commit comments

Comments
 (0)