Skip to content

Commit 5f0437a

Browse files
chore: release main (#106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 762571f commit 5f0437a

File tree

13 files changed

+100
-12
lines changed

13 files changed

+100
-12
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.0","packages/shared/sdk-server":"1.0.0","packages/sdk/server-node":"0.4.0","packages/sdk/cloudflare":"2.0.0","packages/shared/sdk-server-edge":"1.0.0","packages/sdk/vercel":"0.2.0"}
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"}

packages/sdk/cloudflare/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ 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.1](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.0...cloudflare-server-sdk-v2.0.1) (2023-04-27)
12+
13+
14+
### Bug Fixes
15+
16+
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
17+
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
18+
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
19+
20+
21+
### Dependencies
22+
23+
* The following workspace dependencies were updated
24+
* dependencies
25+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.0 to 1.0.1
26+
1127
## [2.0.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.4...cloudflare-server-sdk-v2.0.0) (2023-04-26)
1228

1329

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.0",
3+
"version": "2.0.1",
44
"description": "Cloudflare LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
66
"repository": {
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@cloudflare/workers-types": "^4.20230321.0",
41-
"@launchdarkly/js-server-sdk-common-edge": "1.0.0",
41+
"@launchdarkly/js-server-sdk-common-edge": "1.0.1",
4242
"crypto-js": "^4.1.1"
4343
},
4444
"devDependencies": {

packages/sdk/server-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ 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+
## [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)
18+
19+
20+
### Bug Fixes
21+
22+
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
23+
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
24+
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
25+
26+
27+
### Dependencies
28+
29+
* The following workspace dependencies were updated
30+
* dependencies
31+
* @launchdarkly/js-server-sdk-common bumped from 1.0.0 to 1.0.1
32+
1733
## [0.4.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.3.2...node-server-sdk-v0.4.0) (2023-04-26)
1834

1935

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.0",
3+
"version": "0.4.1",
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.0",
31+
"@launchdarkly/js-server-sdk-common": "1.0.1",
3232
"https-proxy-agent": "^5.0.1",
3333
"launchdarkly-eventsource": "^1.4.4"
3434
},

packages/sdk/vercel/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.1](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.2.0...vercel-server-sdk-v0.2.1) (2023-04-27)
6+
7+
8+
### Bug Fixes
9+
10+
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
11+
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.0 to 1.0.1
19+
520
## [0.2.0](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.1.1...vercel-server-sdk-v0.2.0) (2023-04-26)
621

722

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.0",
3+
"version": "0.2.1",
44
"description": "LaunchDarkly Server-Side SDK for Vercel Edge",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/vercel",
66
"repository": {
@@ -34,7 +34,7 @@
3434
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
3535
},
3636
"dependencies": {
37-
"@launchdarkly/js-server-sdk-common-edge": "1.0.0",
37+
"@launchdarkly/js-server-sdk-common-edge": "1.0.1",
3838
"crypto-js": "^4.1.1"
3939
},
4040
"devDependencies": {

packages/shared/common/CHANGELOG.md

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

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

5+
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.0...js-sdk-common-v1.0.1) (2023-04-27)
6+
7+
8+
### Bug Fixes
9+
10+
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
11+
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
12+
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
13+
514
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.3.0...js-sdk-common-v1.0.0) (2023-04-26)
615

716

packages/shared/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/js-sdk-common",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

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

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

9+
## [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)
10+
11+
12+
### Bug Fixes
13+
14+
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
15+
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d))
16+
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @launchdarkly/js-server-sdk-common bumped from 1.0.0 to 1.0.1
24+
925
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v0.0.3...js-server-sdk-common-edge-v1.0.0) (2023-04-26)
1026

1127

0 commit comments

Comments
 (0)