Skip to content

Commit

Permalink
chore: release main (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 1, 2023
1 parent 568f2ab commit 388c287
Show file tree
Hide file tree
Showing 21 changed files with 126 additions and 31 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/shared/common": "2.0.0",
"packages/shared/sdk-server": "2.0.1",
"packages/sdk/server-node": "9.0.1",
"packages/sdk/cloudflare": "2.2.2",
"packages/shared/sdk-server-edge": "2.0.1",
"packages/sdk/vercel": "1.1.6",
"packages/sdk/akamai-base": "2.0.1",
"packages/sdk/akamai-edgekv": "1.0.9",
"packages/shared/akamai-edgeworker-sdk": "1.0.1",
"packages/store/node-server-sdk-dynamodb": "6.0.1",
"packages/store/node-server-sdk-redis": "4.0.1"
"packages/shared/sdk-server": "2.0.2",
"packages/sdk/server-node": "9.0.2",
"packages/sdk/cloudflare": "2.2.3",
"packages/shared/sdk-server-edge": "2.0.2",
"packages/sdk/vercel": "1.1.7",
"packages/sdk/akamai-base": "2.0.2",
"packages/sdk/akamai-edgekv": "1.0.10",
"packages/shared/akamai-edgeworker-sdk": "1.0.2",
"packages/store/node-server-sdk-dynamodb": "6.0.2",
"packages/store/node-server-sdk-redis": "4.0.2"
}
13 changes: 13 additions & 0 deletions packages/sdk/akamai-base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to the LaunchDarkly SDK for Akamai Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

## [2.0.2](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.1...akamai-server-base-sdk-v2.0.2) (2023-11-01)

### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.1 to ^1.0.2
* @launchdarkly/js-server-sdk-common bumped from ^2.0.1 to ^2.0.2

## [2.0.1](https://github.com/launchdarkly/js-core/compare/akamai-server-base-sdk-v2.0.0...akamai-server-base-sdk-v2.0.1) (2023-10-16)

### Bug Fixes
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": "2.0.1",
"version": "2.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 @@ -72,7 +72,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.1",
"@launchdarkly/js-server-sdk-common": "^2.0.1"
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.2",
"@launchdarkly/js-server-sdk-common": "^2.0.2"
}
}
14 changes: 14 additions & 0 deletions packages/sdk/akamai-edgekv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to the LaunchDarkly SDK for Akamai Workers will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).


## [1.0.10](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.9...akamai-server-edgekv-sdk-v1.0.10) (2023-11-01)

### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/akamai-edgeworker-sdk-common bumped from ^1.0.1 to ^1.0.2
* @launchdarkly/js-server-sdk-common bumped from ^2.0.1 to ^2.0.2

## [1.0.9](https://github.com/launchdarkly/js-core/compare/akamai-server-edgekv-sdk-v1.0.8...akamai-server-edgekv-sdk-v1.09)

### Bug Fixes
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.9",
"version": "1.0.10",
"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 @@ -72,7 +72,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.1",
"@launchdarkly/js-server-sdk-common": "^2.0.1"
"@launchdarkly/akamai-edgeworker-sdk-common": "^1.0.2",
"@launchdarkly/js-server-sdk-common": "^2.0.2"
}
}
13 changes: 13 additions & 0 deletions packages/sdk/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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


## [2.2.3](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.2...cloudflare-server-sdk-v2.2.3) (2023-11-01)

### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/js-server-sdk-common-edge bumped from 2.0.1 to 2.0.2

## [2.2.2](https://github.com/launchdarkly/js-core/compare/cloudflare-server-sdk-v2.2.1...cloudflare-server-sdk-v2.2.2) (2023-10-16)

### Bug Fixes
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.2.2",
"version": "2.2.3",
"description": "Cloudflare LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/cloudflare",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"crypto-js": "^4.1.1"
},
"devDependencies": {
"@launchdarkly/js-server-sdk-common-edge": "2.0.1",
"@launchdarkly/js-server-sdk-common-edge": "2.0.2",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [9.0.2](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.1...node-server-sdk-v9.0.2) (2023-11-01)

### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

### Dependencies

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

## [9.0.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.0...node-server-sdk-v9.0.1) (2023-10-16)

### 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": "9.0.1",
"version": "9.0.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 @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@launchdarkly/js-server-sdk-common": "2.0.1",
"@launchdarkly/js-server-sdk-common": "2.0.2",
"https-proxy-agent": "^5.0.1",
"launchdarkly-eventsource": "2.0.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/sdk/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [1.1.7](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.1.6...vercel-server-sdk-v1.1.7) (2023-11-01)

### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

### Dependencies

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

## [1.1.6](https://github.com/launchdarkly/js-core/compare/vercel-server-sdk-v1.1.5...vercel-server-sdk-v1.1.6) (2023-10-16)

### Bug Fixes
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.1.6",
"version": "1.1.7",
"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 @@ -36,7 +36,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common-edge": "2.0.1",
"@launchdarkly/js-server-sdk-common-edge": "2.0.2",
"@vercel/edge-config": "^0.1.8",
"crypto-js": "^4.1.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/akamai-edgeworker-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ All notable changes to the LaunchDarkly SDK for Akamai Workers will be documente
* dependencies
* @launchdarkly/js-server-sdk-common bumped from ^2.0.0 to ^2.0.1

### Dependencies

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

## [1.0.0](https://github.com/launchdarkly/js-core/compare/akamai-edgeworker-sdk-common-v0.3.4...akamai-edgeworker-sdk-common-v1.0.0) (2023-10-16)


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": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/akamai-edge-sdk",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common": "^2.0.1",
"@launchdarkly/js-server-sdk-common": "^2.0.2",
"crypto-js": "^4.1.1"
}
}
6 changes: 6 additions & 0 deletions packages/shared/sdk-server-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
* dependencies
* @launchdarkly/js-server-sdk-common bumped from 2.0.0 to 2.0.1

### Dependencies

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

## [2.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-edge-v1.0.13...js-server-sdk-common-edge-v2.0.0) (2023-10-16)


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": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server-edge",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc"
},
"dependencies": {
"@launchdarkly/js-server-sdk-common": "2.0.1",
"@launchdarkly/js-server-sdk-common": "2.0.2",
"crypto-js": "^4.1.1"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/sdk-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [2.0.2](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.0.1...js-server-sdk-common-v2.0.2) (2023-11-01)


### Bug Fixes

* Correct comparison for typeof check. ([#308](https://github.com/launchdarkly/js-core/issues/308)) ([568f2ab](https://github.com/launchdarkly/js-core/commit/568f2ab04d308da53b8a53bb6157a9ccd80c0b08))

## [2.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v2.0.0...js-server-sdk-common-v2.0.1) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.1",
"version": "2.0.2",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/store/node-server-sdk-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
* devDependencies
* @launchdarkly/node-server-sdk bumped from 9.0.0 to 9.0.1

### Dependencies

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

## [6.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-dynamodb-v5.0.11...node-server-sdk-dynamodb-v6.0.0) (2023-10-16)


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": "6.0.1",
"version": "6.0.2",
"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 @@ -35,7 +35,7 @@
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.348.0",
"@launchdarkly/node-server-sdk": "9.0.1",
"@launchdarkly/node-server-sdk": "9.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/store/node-server-sdk-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
* devDependencies
* @launchdarkly/node-server-sdk bumped from 9.0.0 to 9.0.1

### Dependencies

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

## [4.0.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-redis-v3.0.11...node-server-sdk-redis-v4.0.0) (2023-10-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/store/node-server-sdk-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/node-server-sdk-redis",
"version": "4.0.1",
"version": "4.0.2",
"description": "Redis-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-redis",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@launchdarkly/node-server-sdk": "8.x"
},
"devDependencies": {
"@launchdarkly/node-server-sdk": "9.0.1",
"@launchdarkly/node-server-sdk": "9.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
Expand Down

0 comments on commit 388c287

Please sign in to comment.