Skip to content

Commit 1fca281

Browse files
chore: release main
1 parent c58de8f commit 1fca281

File tree

9 files changed

+54
-11
lines changed

9 files changed

+54
-11
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"libs/client-sdk": "3.2.1",
2+
"libs/client-sdk": "3.2.2",
33
"libs/server-sent-events": "0.2.0",
4-
"libs/common": "0.5.0",
5-
"libs/internal": "0.3.0",
4+
"libs/common": "1.0.0",
5+
"libs/internal": "0.3.1",
66
"libs/server-sdk": "0.1.0"
77
}

libs/client-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be docume
88
* dependencies
99
* launchdarkly-cpp-internal bumped from 0.1.9 to 0.1.10
1010

11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* launchdarkly-cpp-internal bumped from 0.3.0 to 0.3.1
16+
* launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0
17+
1118
## [3.2.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.2.0...launchdarkly-cpp-client-v3.2.1) (2023-10-23)
1219

1320

libs/client-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "launchdarkly-cpp-client",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.3.0",
8-
"launchdarkly-cpp-common": "0.5.0",
7+
"launchdarkly-cpp-internal": "0.3.1",
8+
"launchdarkly-cpp-common": "1.0.0",
99
"launchdarkly-cpp-sse-client": "0.2.0"
1010
}
1111
}

libs/common/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@
1212
* dependencies
1313
* launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2
1414

15+
## [1.0.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.5.0...launchdarkly-cpp-common-v1.0.0) (2023-11-16)
16+
17+
18+
### ⚠ BREAKING CHANGES
19+
20+
* move server side config into lib/server ([#283](https://github.com/launchdarkly/cpp-sdks/issues/283))
21+
22+
### Code Refactoring
23+
24+
* move server side config into lib/server ([#283](https://github.com/launchdarkly/cpp-sdks/issues/283)) ([c58de8f](https://github.com/launchdarkly/cpp-sdks/commit/c58de8f3914bf83fa8662cccf5b284de3179852d))
25+
1526
## [0.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v0.4.0...launchdarkly-cpp-common-v0.5.0) (2023-10-23)
1627

1728

libs/common/package.json

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

libs/internal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
* dependencies
4747
* launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6
4848

49+
### Dependencies
50+
51+
* The following workspace dependencies were updated
52+
* dependencies
53+
* launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0
54+
4955
## [0.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.2.0...launchdarkly-cpp-internal-v0.3.0) (2023-10-23)
5056

5157

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.3.0",
4+
"version": "0.3.1",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-common": "0.5.0"
7+
"launchdarkly-cpp-common": "1.0.0"
88
}
99
}

libs/server-sdk/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v0.1.0...launchdarkly-cpp-server-v0.1.0) (2023-11-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move server side config into lib/server ([#283](https://github.com/launchdarkly/cpp-sdks/issues/283))
9+
10+
### Code Refactoring
11+
12+
* move server side config into lib/server ([#283](https://github.com/launchdarkly/cpp-sdks/issues/283)) ([c58de8f](https://github.com/launchdarkly/cpp-sdks/commit/c58de8f3914bf83fa8662cccf5b284de3179852d))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* launchdarkly-cpp-internal bumped from 0.3.0 to 0.3.1
20+
* launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0
21+
322
## 0.1.0 (2023-10-25)
423

524

libs/server-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
7-
"launchdarkly-cpp-internal": "0.3.0",
8-
"launchdarkly-cpp-common": "0.5.0",
7+
"launchdarkly-cpp-internal": "0.3.1",
8+
"launchdarkly-cpp-common": "1.0.0",
99
"launchdarkly-cpp-sse-client": "0.2.0"
1010
}
1111
}

0 commit comments

Comments
 (0)