Skip to content

Commit

Permalink
v2.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Dec 7, 2018
1 parent 96a3e0b commit 17d2304
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.9.0-alpha.2"
"version": "2.9.0-beta.1"
}
6 changes: 3 additions & 3 deletions packages/ldclient-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-electron",
"version": "2.9.0-alpha.2",
"version": "2.9.0-beta.1",
"description": "LaunchDarkly SDK for Electron",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -64,8 +64,8 @@
"dependencies": {
"electron-json-storage": "4.1.4",
"launchdarkly-eventsource": "1.0.7-rc.2",
"ldclient-js": "^2.9.0-alpha.2",
"ldclient-js-common": "^2.9.0-alpha.2",
"ldclient-js": "^2.9.0-beta.1",
"ldclient-js-common": "^2.9.0-beta.1",
"original": "^1.0.0",
"winston": "2.4.1",
"xmlhttprequest": "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ldclient-js-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-js-common",
"version": "2.9.0-alpha.2",
"version": "2.9.0-beta.1",
"description": "LaunchDarkly SDK for JavaScript - common code",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ldclient-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-js",
"version": "2.9.0-alpha.2",
"version": "2.9.0-beta.1",
"description": "LaunchDarkly SDK for JavaScript",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"dependencies": {
"escape-string-regexp": "1.0.5",
"ldclient-js-common": "^2.9.0-alpha.2"
"ldclient-js-common": "^2.9.0-beta.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 17d2304

Please sign in to comment.