Skip to content

Commit

Permalink
version 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Feb 2, 2019
1 parent e3fe9f0 commit 75710b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-beta.1"
"version": "2.9.0"
}
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-beta.1",
"version": "2.9.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/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-beta.1",
"version": "2.9.0",
"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-beta.1"
"ldclient-js-common": "^2.9.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/ldclient-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-react",
"version": "2.9.0-alpha.1",
"version": "2.9.0",
"description": "LaunchDarkly SDK for React",
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 75710b2

Please sign in to comment.