Skip to content

Commit 606d634

Browse files
chore: release main (#112)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6705996 commit 606d634

File tree

11 files changed

+65
-10
lines changed

11 files changed

+65
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/shared/common":"1.0.1","packages/shared/sdk-server":"1.0.1","packages/sdk/server-node":"0.4.1","packages/sdk/cloudflare":"2.0.1","packages/shared/sdk-server-edge":"1.0.1","packages/sdk/vercel":"0.2.1"}
1+
{"packages/shared/common":"1.0.1","packages/shared/sdk-server":"1.0.2","packages/sdk/server-node":"0.4.2","packages/sdk/cloudflare":"2.0.2","packages/shared/sdk-server-edge":"1.0.2","packages/sdk/vercel":"0.2.2"}

packages/sdk/cloudflare/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
88
* dependencies
99
* @launchdarkly/js-server-sdk-common-edge bumped from 0.0.2 to 0.0.3
1010

11+
## [2.0.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.1...cloudflare-server-sdk-v2.0.2) (2023-04-28)
12+
13+
14+
### Bug Fixes
15+
16+
* fixed bug where the feature store does not deserialize KV values… ([#107](https://github.com/launchdarkly/js-core/issues/107)) ([68113b7](https://github.com/launchdarkly/js-core/commit/68113b7ac39f70a92b291eb2c0eda3b7d78145fc))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.1 to 1.0.2
24+
1125
## [2.0.1](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.0...cloudflare-server-sdk-v2.0.1) (2023-04-27)
1226

1327

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.1",
3+
"version": "2.0.2",
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.1",
42+
"@launchdarkly/js-server-sdk-common-edge": "1.0.2",
4343
"crypto-js": "^4.1.1"
4444
},
4545
"devDependencies": {

packages/sdk/server-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ All notable changes to `@launchdarkly/node-server-sdk` will be documented in thi
1414
* dependencies
1515
* @launchdarkly/js-server-sdk-common bumped from 0.3.0 to 0.3.1
1616

17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @launchdarkly/js-server-sdk-common bumped from 1.0.1 to 1.0.2
22+
1723
## [0.4.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.4.0...node-server-sdk-v0.4.1) (2023-04-27)
1824

1925

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": "0.4.1",
3+
"version": "0.4.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": {
@@ -28,7 +28,7 @@
2828
},
2929
"license": "Apache-2.0",
3030
"dependencies": {
31-
"@launchdarkly/js-server-sdk-common": "1.0.1",
31+
"@launchdarkly/js-server-sdk-common": "1.0.2",
3232
"https-proxy-agent": "^5.0.1",
3333
"launchdarkly-eventsource": "^1.4.4"
3434
},

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

5+
## [0.2.2](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.2.1...vercel-server-sdk-v0.2.2) (2023-04-28)
6+
7+
8+
### Bug Fixes
9+
10+
* make vercel use EdgeProvider ([#114](https://github.com/launchdarkly/js-core/issues/114)) ([6705996](https://github.com/launchdarkly/js-core/commit/6705996929471ff8f72f97d58a665f75d4e5fecd))
11+
12+
13+
### Dependencies
14+
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.1 to 1.0.2
18+
519
## [0.2.1](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.2.0...vercel-server-sdk-v0.2.1) (2023-04-27)
620

721

packages/sdk/vercel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/vercel-server-sdk",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "LaunchDarkly Server-Side SDK for Vercel Edge",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/vercel",
66
"repository": {
@@ -37,7 +37,7 @@
3737
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
3838
},
3939
"dependencies": {
40-
"@launchdarkly/js-server-sdk-common-edge": "1.0.1",
40+
"@launchdarkly/js-server-sdk-common-edge": "1.0.2",
4141
"@vercel/edge-config": "^0.1.8",
4242
"crypto-js": "^4.1.1"
4343
},

packages/shared/sdk-server-edge/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
* dependencies
77
* @launchdarkly/js-server-sdk-common bumped from 0.3.0 to 0.3.1
88

9+
## [1.0.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.1...js-server-sdk-common-edge-v1.0.2) (2023-04-28)
10+
11+
12+
### Bug Fixes
13+
14+
* make vercel use EdgeProvider ([#114](https://github.com/launchdarkly/js-core/issues/114)) ([6705996](https://github.com/launchdarkly/js-core/commit/6705996929471ff8f72f97d58a665f75d4e5fecd))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @launchdarkly/js-server-sdk-common bumped from 1.0.1 to 1.0.2
22+
923
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.0...js-server-sdk-common-edge-v1.0.1) (2023-04-27)
1024

1125

packages/shared/sdk-server-edge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/js-server-sdk-common-edge",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server-edge",
55
"repository": {
66
"type": "git",
@@ -37,7 +37,7 @@
3737
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
3838
},
3939
"dependencies": {
40-
"@launchdarkly/js-server-sdk-common": "1.0.1",
40+
"@launchdarkly/js-server-sdk-common": "1.0.2",
4141
"crypto-js": "^4.1.1"
4242
},
4343
"devDependencies": {

packages/shared/sdk-server/CHANGELOG.md

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

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

5+
## [1.0.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.1...js-server-sdk-common-v1.0.2) (2023-04-28)
6+
7+
8+
### Bug Fixes
9+
10+
* fixed bug where the feature store does not deserialize KV values… ([#107](https://github.com/launchdarkly/js-core/issues/107)) ([68113b7](https://github.com/launchdarkly/js-core/commit/68113b7ac39f70a92b291eb2c0eda3b7d78145fc))
11+
512
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.0...js-server-sdk-common-v1.0.1) (2023-04-27)
613

714

0 commit comments

Comments
 (0)