Skip to content

Commit 4ddb52a

Browse files
chore: release main (#102)
* chore: release main * chore: add release notes for 2.0 * chore: correct major release notes * fix: remove inaccurate legacy repo desc --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yusinto Ngadiman <yusinto@gmail.com>
1 parent 9883675 commit 4ddb52a

File tree

9 files changed

+46
-3
lines changed

9 files changed

+46
-3
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":"0.3.0","packages/shared/sdk-server":"0.3.1","packages/sdk/server-node":"0.3.2","packages/sdk/cloudflare":"0.0.4","packages/shared/sdk-server-edge":"0.0.3","packages/sdk/vercel":"0.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"}

packages/sdk/cloudflare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ 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.0](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.4...cloudflare-server-sdk-v2.0.0) (2023-04-26)
12+
13+
14+
### Features
15+
16+
* The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts." For detailed information about this version, please refer to the list below. For information on how to upgrade from the previous version, please read the [migration guide](https://docs.launchdarkly.com/sdk/server-side/cloudflare/migration-1-to-2).
17+
* The latest version of this SDK replaces [launchdarkly-cloudflare-edge-sdk](https://github.com/launchdarkly/cloudflare-edge-sdk). Please consider updating your application to use this package instead.
18+
1119
## [0.0.4](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v0.0.3...cloudflare-server-sdk-v0.0.4) (2023-04-26)
1220

1321

packages/sdk/server-node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ 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.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.3.2...node-server-sdk-v0.4.0) (2023-04-26)
18+
19+
20+
### Features
21+
22+
* Updates common package dep to 1.0.0 ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce))
23+
1724
## [0.3.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.2.0...node-server-sdk-v0.3.0) (2023-03-16)
1825

1926

packages/sdk/server-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/node-server-sdk",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"type": "commonjs",
66
"main": "./dist/src/index.js",

packages/sdk/vercel/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 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.0](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.1.1...vercel-server-sdk-v0.2.0) (2023-04-26)
6+
7+
8+
### Features
9+
10+
* initial major release ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce))
11+
512
## [0.1.1](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.1.0...vercel-server-sdk-v0.1.1) (2023-04-26)
613

714

packages/sdk/vercel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/vercel-server-sdk",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "LaunchDarkly Server-Side SDK for Vercel Edge",
55
"packageManager": "yarn@3.4.1",
66
"keywords": [

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

5+
## [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)
6+
7+
8+
### Features
9+
10+
* initial major release ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce))
11+
512
## [0.3.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.2.0...js-sdk-common-v0.3.0) (2023-04-19)
613

714

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

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

9+
## [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)
10+
11+
12+
### Features
13+
14+
* initial major release ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce))
15+
916
## [0.0.3](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v0.0.2...js-server-sdk-common-edge-v0.0.3) (2023-04-25)
1017

1118

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.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.3.1...js-server-sdk-common-v1.0.0) (2023-04-26)
6+
7+
8+
### Features
9+
10+
* initial major release ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce))
11+
512
## [0.3.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.3.0...js-server-sdk-common-v0.3.1) (2023-04-20)
613

714

0 commit comments

Comments
 (0)