Skip to content

Commit d81cb46

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

File tree

23 files changed

+173
-34
lines changed

23 files changed

+173
-34
lines changed

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"packages/shared/common": "1.0.3",
3-
"packages/shared/sdk-server": "1.0.8",
4-
"packages/sdk/server-node": "8.1.2",
5-
"packages/sdk/cloudflare": "2.0.9",
6-
"packages/shared/sdk-server-edge": "1.0.8",
7-
"packages/sdk/vercel": "1.0.2",
8-
"packages/sdk/akamai-base": "1.0.2",
9-
"packages/sdk/akamai-edgekv": "1.0.2",
10-
"packages/shared/akamai-edgeworker-sdk": "0.2.7",
11-
"packages/store/node-server-sdk-dynamodb": "5.0.6",
12-
"packages/store/node-server-sdk-redis": "3.0.6"
2+
"packages/shared/common": "1.1.0",
3+
"packages/shared/sdk-server": "1.1.0",
4+
"packages/sdk/server-node": "8.2.0",
5+
"packages/sdk/cloudflare": "2.1.0",
6+
"packages/shared/sdk-server-edge": "1.0.9",
7+
"packages/sdk/vercel": "1.1.0",
8+
"packages/sdk/akamai-base": "1.0.3",
9+
"packages/sdk/akamai-edgekv": "1.0.3",
10+
"packages/shared/akamai-edgeworker-sdk": "0.3.0",
11+
"packages/store/node-server-sdk-dynamodb": "5.0.7",
12+
"packages/store/node-server-sdk-redis": "3.0.7"
1313
}

packages/sdk/akamai-base/CHANGELOG.md

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

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

5+
## [1.0.3](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.2...akamai-server-base-sdk-v1.0.3) (2023-08-14)
6+
7+
### Bug Fixes
8+
9+
* Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
10+
511
### Dependencies
612

713
* The following workspace dependencies were updated
@@ -30,6 +36,13 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
3036
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.5 to ^0.2.6
3137
* @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7
3238

39+
### Dependencies
40+
41+
* The following workspace dependencies were updated
42+
* dependencies
43+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.7 to ^0.3.0
44+
* @launchdarkly/js-server-sdk-common bumped from ^1.0.8 to ^1.1.0
45+
3346
## [1.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.1...akamai-server-base-sdk-v1.0.2) (2023-08-10)
3447

3548

packages/sdk/akamai-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/akamai-server-base-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Akamai LaunchDarkly EdgeWorker SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-base",
66
"repository": {
@@ -73,7 +73,7 @@
7373
"typescript": "^5.1.6"
7474
},
7575
"dependencies": {
76-
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.7",
77-
"@launchdarkly/js-server-sdk-common": "^1.0.8"
76+
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.3.0",
77+
"@launchdarkly/js-server-sdk-common": "^1.1.0"
7878
}
7979
}

packages/sdk/akamai-edgekv/CHANGELOG.md

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

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

5+
## [1.0.3](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.2...akamai-server-edgekv-sdk-v1.0.3) (2023-08-14)
6+
7+
### Bug Fixes
8+
9+
* Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
10+
511
### Dependencies
612

713
* The following workspace dependencies were updated
@@ -30,6 +36,13 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
3036
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.5 to ^0.2.6
3137
* @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7
3238

39+
### Dependencies
40+
41+
* The following workspace dependencies were updated
42+
* dependencies
43+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.7 to ^0.3.0
44+
* @launchdarkly/js-server-sdk-common bumped from ^1.0.8 to ^1.1.0
45+
3346
## [1.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.1...akamai-server-edgekv-sdk-v1.0.2) (2023-08-10)
3447

3548

packages/sdk/akamai-edgekv/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/akamai-server-edgekv-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Akamai LaunchDarkly EdgeWorker SDK for EdgeKV feature store",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-edgekv",
66
"repository": {
@@ -73,7 +73,7 @@
7373
"typescript": "^5.1.6"
7474
},
7575
"dependencies": {
76-
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.7",
77-
"@launchdarkly/js-server-sdk-common": "^1.0.8"
76+
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.3.0",
77+
"@launchdarkly/js-server-sdk-common": "^1.1.0"
7878
}
7979
}

packages/sdk/cloudflare/CHANGELOG.md

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

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

5+
## [2.1.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.9...cloudflare-server-sdk-v2.1.0) (2023-08-14)
6+
7+
8+
### Features
9+
10+
* Allow specifying the user agent per-sdk implementation. ([#226](https://github.com/launchdarkly/js-core/issues/226)) ([e57716f](https://github.com/launchdarkly/js-core/commit/e57716f3f6f0ba8568e32b0937903ca46e5470ad))
11+
12+
### Bug Fixes
13+
14+
* Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.8 to 1.0.9
21+
522
### Dependencies
623

724
* The following workspace dependencies were updated

packages/sdk/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/cloudflare-server-sdk",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Cloudflare LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
66
"repository": {
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@cloudflare/workers-types": "^4.20230321.0",
42-
"@launchdarkly/js-server-sdk-common-edge": "1.0.8",
42+
"@launchdarkly/js-server-sdk-common-edge": "1.0.9",
4343
"crypto-js": "^4.1.1"
4444
},
4545
"devDependencies": {

packages/sdk/server-node/CHANGELOG.md

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

33
All notable changes to `@launchdarkly/node-server-sdk` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.2.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.1.2...node-server-sdk-v8.2.0) (2023-08-14)
6+
7+
8+
### Features
9+
10+
* Allow specifying the user agent per-sdk implementation. ([#226](https://github.com/launchdarkly/js-core/issues/226)) ([e57716f](https://github.com/launchdarkly/js-core/commit/e57716f3f6f0ba8568e32b0937903ca46e5470ad))
11+
12+
### Bug Fixes
13+
14+
* Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @launchdarkly/js-server-sdk-common bumped from 1.0.8 to 1.1.0
22+
523
## [8.1.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.1.1...node-server-sdk-v8.1.2) (2023-08-10)
624

725

packages/sdk/server-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/node-server-sdk",
3-
"version": "8.1.2",
3+
"version": "8.2.0",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
66
"repository": {
@@ -46,7 +46,7 @@
4646
},
4747
"license": "Apache-2.0",
4848
"dependencies": {
49-
"@launchdarkly/js-server-sdk-common": "1.0.8",
49+
"@launchdarkly/js-server-sdk-common": "1.1.0",
5050
"https-proxy-agent": "^5.0.1",
5151
"launchdarkly-eventsource": "2.0.0"
5252
},

packages/sdk/vercel/CHANGELOG.md

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

33
All notable changes to the LaunchDarkly SDK for Vercel Edge Config will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [1.1.0](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.0.2...vercel-server-sdk-v1.1.0) (2023-08-14)
6+
7+
8+
### Features
9+
10+
* Allow specifying the user agent per-sdk implementation. ([#226](https://github.com/launchdarkly/js-core/issues/226)) ([e57716f](https://github.com/launchdarkly/js-core/commit/e57716f3f6f0ba8568e32b0937903ca46e5470ad))
11+
12+
13+
### Bug Fixes
14+
15+
* Allow for negation of segment match clauses. ([#237](https://github.com/launchdarkly/js-core/issues/237)) ([d8e469a](https://github.com/launchdarkly/js-core/commit/d8e469a5e58b90c791fbbee80f7c0fc447c4e42f))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.8 to 1.0.9
23+
24+
525
### Dependencies
626

727
* The following workspace dependencies were updated

0 commit comments

Comments
 (0)