Skip to content

Commit

Permalink
Preparing for release of version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jun 7, 2019
1 parent a0bc379 commit 6ab9e14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.10.4"
"version": "2.11.0"
}
4 changes: 2 additions & 2 deletions packages/launchdarkly-js-client-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-js-client-sdk",
"version": "2.10.4",
"version": "2.11.0",
"description": "LaunchDarkly SDK for JavaScript",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"dependencies": {
"escape-string-regexp": "1.0.5",
"launchdarkly-js-sdk-common": "^2.10.4"
"launchdarkly-js-sdk-common": "^2.11.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/launchdarkly-js-sdk-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-js-sdk-common",
"version": "2.10.4",
"version": "2.11.0",
"description": "LaunchDarkly SDK for JavaScript - common code",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/launchdarkly-react-client-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-react-client-sdk",
"version": "2.10.4",
"version": "2.11.0",
"description": "LaunchDarkly SDK for React",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"launchdarkly-js-client-sdk": "^2.10.4",
"launchdarkly-js-client-sdk": "^2.11.0",
"lodash.camelcase": "^4.3.0",
"uuid": "^3.3.2"
},
Expand Down

0 comments on commit 6ab9e14

Please sign in to comment.