Skip to content

Commit b671b88

Browse files
Preparing for release of version 2.10.4
1 parent 2f563d8 commit b671b88

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.10.3"
5+
"version": "2.10.4"
66
}

packages/launchdarkly-js-client-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"escape-string-regexp": "1.0.5",
70-
"launchdarkly-js-sdk-common": "^2.10.3"
70+
"launchdarkly-js-sdk-common": "^2.10.4"
7171
},
7272
"repository": {
7373
"type": "git",

packages/launchdarkly-js-sdk-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": "2.10.3",
3+
"version": "2.10.4",
44
"description": "LaunchDarkly SDK for JavaScript - common code",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

packages/launchdarkly-react-client-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-client-sdk",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",
@@ -53,7 +53,7 @@
5353
"typescript": "^3.3.3333"
5454
},
5555
"dependencies": {
56-
"launchdarkly-js-client-sdk": "^2.10.3",
56+
"launchdarkly-js-client-sdk": "^2.10.4",
5757
"lodash.camelcase": "^4.3.0",
5858
"uuid": "^3.3.2"
5959
},

0 commit comments

Comments
 (0)