Skip to content

Commit e7edb33

Browse files
committed
version 2.10.0
1 parent a00682c commit e7edb33

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.9.7"
5+
"version": "2.10.0"
66
}

packages/ldclient-js-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-js-common",
3-
"version": "2.9.7",
3+
"version": "2.10.0",
44
"description": "LaunchDarkly SDK for JavaScript - common code",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

packages/ldclient-js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ldclient-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-js",
3-
"version": "2.9.7",
3+
"version": "2.10.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"escape-string-regexp": "1.0.5",
69-
"ldclient-js-common": "^2.9.7"
69+
"ldclient-js-common": "^2.10.0"
7070
},
7171
"repository": {
7272
"type": "git",

packages/ldclient-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-react",
3-
"version": "2.9.7",
3+
"version": "2.10.0",
44
"description": "LaunchDarkly SDK for React",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

scripts/release-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ make
2929

3030
cd $DOCS_CHECKOUT_DIR
3131

32-
git rm -r *
32+
git rm -r * || true
3333
touch .nojekyll # this turns off unneeded preprocessing by GH Pages which can break our docs
3434
git add .nojekyll
3535
cp -r $PROJECT_DIR/docs/build/html/* .

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ for package in ldclient-js-common ldclient-js ldclient-react; do
4141
npm publish
4242
done
4343

44-
$(PROJECT_DIR)/scripts/release-docs.sh $VERSION
44+
$PROJECT_DIR/scripts/release-docs.sh $VERSION
4545

4646
echo "Done with js-client release"

0 commit comments

Comments
 (0)