Skip to content

Commit 53aac7c

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

File tree

7 files changed

+34
-9
lines changed

7 files changed

+34
-9
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": "3.0.3",
2+
"libs/client-sdk": "3.0.4",
33
"libs/server-sent-events": "0.1.1",
4-
"libs/common": "0.3.2",
5-
"libs/internal": "0.1.5"
4+
"libs/common": "0.3.3",
5+
"libs/internal": "0.1.6"
66
}

libs/client-sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [3.0.4](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.0.3...launchdarkly-cpp-client-v3.0.4) (2023-08-16)
6+
7+
### Bug Fixes
8+
Fixes required to run with msvc 14.1 (vs2017) (https://github.com/launchdarkly/cpp-sdks/issues/195) ([d16b2ea](https://github.com/launchdarkly/cpp-sdks/commit/d16b2ea1131b2a99efcec99b96c90b9384c33dc7))
9+
10+
### Dependencies
11+
12+
* The following workspace dependencies were updated
13+
* dependencies
14+
* launchdarkly-cpp-internal bumped from 0.1.5 to 0.1.6
15+
* launchdarkly-cpp-common bumped from 0.3.2 to 0.3.3
16+
517
## [3.0.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.0.2...launchdarkly-cpp-client-v3.0.3) (2023-07-14)
618

719

libs/client-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "launchdarkly-cpp-client",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.1.5",
8-
"launchdarkly-cpp-common": "0.3.2"
7+
"launchdarkly-cpp-internal": "0.1.6",
8+
"launchdarkly-cpp-common": "0.3.3"
99
}
1010
}

libs/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
* dependencies
77
* launchdarkly-cpp-sse-client bumped from 0.1.0 to 0.1.1
88

9+
## [0.3.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.3.2...launchdarkly-cpp-common-v0.3.3) (2023-08-16)
10+
11+
12+
### Bug Fixes
13+
14+
* Fixes required to run with msvc 14.1 (vs2017) ([#195](https://github.com/launchdarkly/cpp-sdks/issues/195)) ([d16b2ea](https://github.com/launchdarkly/cpp-sdks/commit/d16b2ea1131b2a99efcec99b96c90b9384c33dc7))
15+
916
## [0.3.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.3.0...launchdarkly-cpp-common-v0.3.1) (2023-06-08)
1017

1118

libs/common/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-common",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"private": true,
66
"dependencies": {
77
"launchdarkly-cpp-sse-client": "0.1.1"

libs/internal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
* dependencies
2323
* launchdarkly-cpp-common bumped from 0.3.0 to 0.3.1
2424

25+
### Dependencies
26+
27+
* The following workspace dependencies were updated
28+
* dependencies
29+
* launchdarkly-cpp-common bumped from 0.3.2 to 0.3.3
30+
2531
## [0.1.5](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.1.4...launchdarkly-cpp-internal-v0.1.5) (2023-06-30)
2632

2733

libs/internal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "launchdarkly-cpp-internal",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-common": "0.3.2"
7+
"launchdarkly-cpp-common": "0.3.3"
88
}
99
}

0 commit comments

Comments
 (0)