Skip to content

Commit

Permalink
chore: release main (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 10, 2023
1 parent a83e4e6 commit 01f48e9
Show file tree
Hide file tree
Showing 23 changed files with 183 additions and 34 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/shared/common": "1.0.2",
"packages/shared/sdk-server": "1.0.7",
"packages/sdk/server-node": "8.1.1",
"packages/sdk/cloudflare": "2.0.8",
"packages/shared/sdk-server-edge": "1.0.7",
"packages/sdk/vercel": "1.0.2",
"packages/sdk/akamai-base": "1.0.1",
"packages/sdk/akamai-edgekv": "1.0.1",
"packages/shared/akamai-edgeworker-sdk": "0.2.6",
"packages/store/node-server-sdk-dynamodb": "5.0.5",
"packages/store/node-server-sdk-redis": "3.0.5"
"packages/shared/common": "1.0.3",
"packages/shared/sdk-server": "1.0.8",
"packages/sdk/server-node": "8.1.2",
"packages/sdk/cloudflare": "2.0.9",
"packages/shared/sdk-server-edge": "1.0.8",
"packages/sdk/vercel": "1.0.0",
"packages/sdk/akamai-base": "1.0.2",
"packages/sdk/akamai-edgekv": "1.0.2",
"packages/shared/akamai-edgeworker-sdk": "0.2.7",
"packages/store/node-server-sdk-dynamodb": "5.0.6",
"packages/store/node-server-sdk-redis": "3.0.6"
}
15 changes: 15 additions & 0 deletions packages/sdk/akamai-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.5 to ^0.2.6
* @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7

## [1.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v1.0.1...akamai-server-base-sdk-v1.0.2) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.6 to ^0.2.7
* @launchdarkly/js-server-sdk-common bumped from ^1.0.7 to ^1.0.8

## [1.0.0](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v0.4.4...akamai-server-base-sdk-v1.0.0) (2023-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/akamai-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/akamai-server-base-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Akamai LaunchDarkly EdgeWorker SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-base",
"repository": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.6",
"@launchdarkly/js-server-sdk-common": "^1.0.7"
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.7",
"@launchdarkly/js-server-sdk-common": "^1.0.8"
}
}
15 changes: 15 additions & 0 deletions packages/sdk/akamai-edgekv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.5 to ^0.2.6
* @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7

## [1.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.1...akamai-server-edgekv-sdk-v1.0.2) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^0.2.6 to ^0.2.7
* @launchdarkly/js-server-sdk-common bumped from ^1.0.7 to ^1.0.8

## [1.0.0](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v0.4.4...akamai-server-edgekv-sdk-v1.0.0) (2023-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/akamai-edgekv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/akamai-server-edgekv-sdk",
"version": "1.0.1",
"version": "1.0.2",
"description": "Akamai LaunchDarkly EdgeWorker SDK for EdgeKV feature store",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/akamai-edgekv",
"repository": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.6",
"@launchdarkly/js-server-sdk-common": "^1.0.7"
"@launchdarkly/akamai-edgeworker-sdk-common": "^0.2.7",
"@launchdarkly/js-server-sdk-common": "^1.0.8"
}
}
14 changes: 14 additions & 0 deletions packages/sdk/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ All notable changes to the LaunchDarkly SDK for Cloudflare Workers will be docum
* dependencies
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.6 to 1.0.7

## [2.0.9](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.8...cloudflare-server-sdk-v2.0.9) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.7 to 1.0.8

## [2.0.3](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.0.2...cloudflare-server-sdk-v2.0.3) (2023-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/cloudflare-server-sdk",
"version": "2.0.8",
"version": "2.0.9",
"description": "Cloudflare LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"@launchdarkly/js-server-sdk-common-edge": "1.0.7",
"@launchdarkly/js-server-sdk-common-edge": "1.0.8",
"crypto-js": "^4.1.1"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [8.1.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.1.1...node-server-sdk-v8.1.2) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

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

## [8.1.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v8.1.0...node-server-sdk-v8.1.1) (2023-08-03)

### Bug Fixes
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": "8.1.1",
"version": "8.1.2",
"description": "LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-server-sdk-common": "1.0.7",
"@launchdarkly/js-server-sdk-common": "1.0.8",
"https-proxy-agent": "^5.0.1",
"launchdarkly-eventsource": "2.0.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ All notable changes to the LaunchDarkly SDK for Vercel Edge Config will be docum
* dependencies
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.6 to 1.0.7

## [1.0.0](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.0.2...vercel-server-sdk-v1.0.0) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common-edge bumped from 1.0.7 to 1.0.8

## [1.0.0](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v0.4.4...vercel-server-sdk-v1.0.0) (2023-06-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/vercel-server-sdk",
"version": "1.0.2",
"version": "1.0.0",
"description": "LaunchDarkly Server-Side SDK for Vercel Edge",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/vercel",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common-edge": "1.0.7",
"@launchdarkly/js-server-sdk-common-edge": "1.0.8",
"@vercel/edge-config": "^0.1.8",
"crypto-js": "^4.1.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/shared/akamai-edgeworker-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
* dependencies
* @launchdarkly/js-server-sdk-common bumped from ^1.0.6 to ^1.0.7

## [0.2.7](https://github.com/launchdarkly/js-core/compare/akamai-edgeworker-sdk-common-v0.2.6...akamai-edgeworker-sdk-common-v0.2.7) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-server-sdk-common bumped from ^1.0.7 to ^1.0.8

## [0.2.3](https://github.com/launchdarkly/js-core/compare/akamai-edgeworker-sdk-common-v0.2.2...akamai-edgeworker-sdk-common-v0.2.3) (2023-06-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/shared/akamai-edgeworker-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/akamai-edgeworker-sdk-common",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/akamai-edge-sdk",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common": "^1.0.7",
"@launchdarkly/js-server-sdk-common": "^1.0.8",
"crypto-js": "^4.1.1"
}
}
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).

## [1.0.3](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.2...js-sdk-common-v1.0.3) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))

## [1.0.2](https://github.com/launchdarkly/js-core/compare/js-sdk-common-v1.0.1...js-sdk-common-v1.0.2) (2023-06-13)


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": "1.0.2",
"version": "1.0.3",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/shared/sdk-server-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 1.0.6 to 1.0.7

## [1.0.8](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.7...js-server-sdk-common-edge-v1.0.8) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

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

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


Expand Down
4 changes: 2 additions & 2 deletions packages/shared/sdk-server-edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-server-sdk-common-edge",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server-edge",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common": "1.0.7",
"@launchdarkly/js-server-sdk-common": "1.0.8",
"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).

## [1.0.8](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.7...js-server-sdk-common-v1.0.8) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

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

## [1.0.7](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.6...js-server-sdk-common-v1.0.7) (2023-08-03)


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": "1.0.7",
"version": "1.0.8",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-sdk-common": "1.0.2",
"@launchdarkly/js-sdk-common": "1.0.3",
"semver": "7.5.4"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/store/node-server-sdk-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@
* devDependencies
* @launchdarkly/node-server-sdk bumped from 8.1.0 to 8.1.1

## [5.0.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v5.0.5...node-server-sdk-dynamodb-v5.0.6) (2023-08-10)


### Bug Fixes

* Switch to es2017 target to ensure native async/await. ([a83e4e6](https://github.com/launchdarkly/js-core/commit/a83e4e62d04c66105a1b0e8893640a7ca2d641e4))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/node-server-sdk bumped from 8.1.1 to 8.1.2

## [5.0.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v5.0.1...node-server-sdk-dynamodb-v5.0.2) (2023-06-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/store/node-server-sdk-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/node-server-sdk-dynamodb",
"version": "5.0.5",
"version": "5.0.6",
"description": "DynamoDB-backed feature store for the LaunchDarkly Server-Side SDK for Node.js",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/store/node-server-sdk-dynamodb",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.348.0",
"@launchdarkly/node-server-sdk": "8.1.1",
"@launchdarkly/node-server-sdk": "8.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
Expand Down
Loading

0 comments on commit 01f48e9

Please sign in to comment.