Skip to content

Commit

Permalink
chore: release main (#80)
Browse files Browse the repository at this point in the history
* chore: release main

* chore: release main

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yusinto Ngadiman <[email protected]>
  • Loading branch information
github-actions[bot] and yusinto authored Apr 19, 2023
1 parent 0b36b52 commit 656ad73
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/shared/common":"0.2.0","packages/shared/sdk-server":"0.2.0","packages/sdk/server-node":"0.3.0"}
{"packages/shared/common":"0.3.0","packages/shared/sdk-server":"0.3.0","packages/sdk/server-node":"0.3.1","packages/sdk/cloudflare":"0.0.1","packages/shared/sdk-server-edge":"0.0.1"}
10 changes: 10 additions & 0 deletions packages/sdk/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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).

## 0.0.1 (2023-04-19)


### Features

* cloudflare sdk base ([#74](https://github.com/launchdarkly/js-core/issues/74)) ([add0c63](https://github.com/launchdarkly/js-core/commit/add0c6312c253752d2766cfd499b5134e87a17fb))
* create sdk-server-edge package ([#83](https://github.com/launchdarkly/js-core/issues/83)) ([0578190](https://github.com/launchdarkly/js-core/commit/0578190123e2712b50774ca3087c7577ef2b9eb2))
* fix typedoc and export common types ([#81](https://github.com/launchdarkly/js-core/issues/81)) ([daefb60](https://github.com/launchdarkly/js-core/commit/daefb60fb63ac9d2ebd4fea0fadaa0263b0b84ae))
* support cjs and esm for cloudflare and edge common ([#87](https://github.com/launchdarkly/js-core/issues/87)) ([bab593c](https://github.com/launchdarkly/js-core/commit/bab593cdd9ff8e8881259a21f24c35088e7092bc))

## [1.0.0] - 2022-10-13

Bump `launchdarkly-node-server-sdk` and move SDK out of beta.
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 0.2.0 to 0.3.0

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/server-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/node-server-sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"type": "commonjs",
"main": "./dist/src/index.js",
Expand All @@ -22,7 +22,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-server-sdk-common": "0.2.0",
"@launchdarkly/js-server-sdk-common": "0.3.0",
"https-proxy-agent": "^5.0.1",
"launchdarkly-eventsource": "^1.4.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [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)


### Features

* create sdk-server-edge package ([#83](https://github.com/launchdarkly/js-core/issues/83)) ([0578190](https://github.com/launchdarkly/js-core/commit/0578190123e2712b50774ca3087c7577ef2b9eb2))

## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v0.1.0...js-sdk-common-v0.2.0) (2023-03-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-sdk-common",
"version": "0.2.0",
"version": "0.3.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/shared/sdk-server-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changelog

## 0.0.1 (2023-04-19)


### Features

* create sdk-server-edge package ([#83](https://github.com/launchdarkly/js-core/issues/83)) ([0578190](https://github.com/launchdarkly/js-core/commit/0578190123e2712b50774ca3087c7577ef2b9eb2))
* support cjs and esm for cloudflare and edge common ([#87](https://github.com/launchdarkly/js-core/issues/87)) ([bab593c](https://github.com/launchdarkly/js-core/commit/bab593cdd9ff8e8881259a21f24c35088e7092bc))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 0.2.0 to 0.3.0

## Changelog

All notable changes to `@launchdarkly/js-server-sdk-common-edge` will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
2 changes: 1 addition & 1 deletion packages/shared/sdk-server-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common": "0.2.0",
"@launchdarkly/js-server-sdk-common": "0.3.0",
"crypto-js": "^4.1.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/shared/sdk-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.3.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.2.0...js-server-sdk-common-v0.3.0) (2023-04-19)


### Features

* cloudflare sdk base ([#74](https://github.com/launchdarkly/js-core/issues/74)) ([add0c63](https://github.com/launchdarkly/js-core/commit/add0c6312c253752d2766cfd499b5134e87a17fb))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-sdk-common bumped from 0.2.0 to 0.3.0

## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.1.0...js-server-sdk-common-v0.2.0) (2023-03-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/shared/sdk-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-server-sdk-common",
"version": "0.2.0",
"version": "0.3.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-sdk-common": "0.2.0",
"@launchdarkly/js-sdk-common": "0.3.0",
"semver": "^7.3.8"
},
"devDependencies": {
Expand Down

0 comments on commit 656ad73

Please sign in to comment.