Skip to content

Commit 388c287

Browse files
chore: release main (#309)
1 parent 568f2ab commit 388c287

File tree

21 files changed

+126
-31
lines changed

21 files changed

+126
-31
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"packages/shared/common": "2.0.0",
3-
"packages/shared/sdk-server": "2.0.1",
4-
"packages/sdk/server-node": "9.0.1",
5-
"packages/sdk/cloudflare": "2.2.2",
6-
"packages/shared/sdk-server-edge": "2.0.1",
7-
"packages/sdk/vercel": "1.1.6",
8-
"packages/sdk/akamai-base": "2.0.1",
9-
"packages/sdk/akamai-edgekv": "1.0.9",
10-
"packages/shared/akamai-edgeworker-sdk": "1.0.1",
11-
"packages/store/node-server-sdk-dynamodb": "6.0.1",
12-
"packages/store/node-server-sdk-redis": "4.0.1"
3+
"packages/shared/sdk-server": "2.0.2",
4+
"packages/sdk/server-node": "9.0.2",
5+
"packages/sdk/cloudflare": "2.2.3",
6+
"packages/shared/sdk-server-edge": "2.0.2",
7+
"packages/sdk/vercel": "1.1.7",
8+
"packages/sdk/akamai-base": "2.0.2",
9+
"packages/sdk/akamai-edgekv": "1.0.10",
10+
"packages/shared/akamai-edgeworker-sdk": "1.0.2",
11+
"packages/store/node-server-sdk-dynamodb": "6.0.2",
12+
"packages/store/node-server-sdk-redis": "4.0.2"
1313
}

packages/sdk/akamai-base/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [2.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.1...akamai-server-base-sdk-v2.0.2) (2023-11-01)
6+
7+
### Bug Fixes
8+
9+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.1 to ^1.0.2
16+
* @launchdarkly/js-server-sdk-common bumped from ^2.0.1 to ^2.0.2
17+
518
## [2.0.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.0...akamai-server-base-sdk-v2.0.1) (2023-10-16)
619

720
### Bug Fixes

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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Akamai LaunchDarkly EdgeWorker SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-base",
66
"repository": {
@@ -72,7 +72,7 @@
7272
"typescript": "5.1.6"
7373
},
7474
"dependencies": {
75-
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.1",
76-
"@launchdarkly/js-server-sdk-common": "^2.0.1"
75+
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.2",
76+
"@launchdarkly/js-server-sdk-common": "^2.0.2"
7777
}
7878
}

packages/sdk/akamai-edgekv/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
6+
## [1.0.10](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.9...akamai-server-edgekv-sdk-v1.0.10) (2023-11-01)
7+
8+
### Bug Fixes
9+
10+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.1 to ^1.0.2
17+
* @launchdarkly/js-server-sdk-common bumped from ^2.0.1 to ^2.0.2
18+
519
## [1.0.9](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.8...akamai-server-edgekv-sdk-v1.09)
620

721
### Bug Fixes

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.9",
3+
"version": "1.0.10",
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": {
@@ -72,7 +72,7 @@
7272
"typescript": "5.1.6"
7373
},
7474
"dependencies": {
75-
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.1",
76-
"@launchdarkly/js-server-sdk-common": "^2.0.1"
75+
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.2",
76+
"@launchdarkly/js-server-sdk-common": "^2.0.2"
7777
}
7878
}

packages/sdk/cloudflare/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
6+
## [2.2.3](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.2...cloudflare-server-sdk-v2.2.3) (2023-11-01)
7+
8+
### Bug Fixes
9+
10+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* devDependencies
16+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.1 to 2.0.2
17+
518
## [2.2.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.1...cloudflare-server-sdk-v2.2.2) (2023-10-16)
619

720
### Bug Fixes

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.2.2",
3+
"version": "2.2.3",
44
"description": "Cloudflare LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"crypto-js": "^4.1.1"
4545
},
4646
"devDependencies": {
47-
"@launchdarkly/js-server-sdk-common-edge": "2.0.1",
47+
"@launchdarkly/js-server-sdk-common-edge": "2.0.2",
4848
"@rollup/plugin-commonjs": "^25.0.4",
4949
"@rollup/plugin-json": "^6.0.0",
5050
"@rollup/plugin-node-resolve": "^15.2.1",

packages/sdk/server-node/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 `@launchdarkly/node-server-sdk` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [9.0.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.1...node-server-sdk-v9.0.2) (2023-11-01)
6+
7+
### Bug Fixes
8+
9+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @launchdarkly/js-server-sdk-common bumped from 2.0.1 to 2.0.2
16+
517
## [9.0.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.0...node-server-sdk-v9.0.1) (2023-10-16)
618

719
### Bug Fixes

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": "9.0.1",
3+
"version": "9.0.2",
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": {
@@ -45,7 +45,7 @@
4545
},
4646
"license": "Apache-2.0",
4747
"dependencies": {
48-
"@launchdarkly/js-server-sdk-common": "2.0.1",
48+
"@launchdarkly/js-server-sdk-common": "2.0.2",
4949
"https-proxy-agent": "^5.0.1",
5050
"launchdarkly-eventsource": "2.0.1"
5151
},

packages/sdk/vercel/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 SDK for Vercel Edge Config will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [1.1.7](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.1.6...vercel-server-sdk-v1.1.7) (2023-11-01)
6+
7+
### Bug Fixes
8+
9+
* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.1 to 2.0.2
16+
517
## [1.1.6](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.1.5...vercel-server-sdk-v1.1.6) (2023-10-16)
618

719
### Bug Fixes

0 commit comments

Comments
 (0)