Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed May 1, 2019
1 parent 5d8cbbe commit 2bd8811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.8"
"version": "0.1.9"
}
4 changes: 2 additions & 2 deletions packages/estdlib-rxjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/estdlib-rxjs",
"version": "0.1.8",
"version": "0.1.9",
"description": "engineering stdlib for typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"rxjs": "6.3.3"
},
"devDependencies": {
"@marcj/estdlib": "^0.1.8",
"@marcj/estdlib": "^0.1.9",
"rxjs": "6.3.3"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/estdlib/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/estdlib",
"version": "0.1.8",
"version": "0.1.9",
"description": "engineering stdlib for typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2bd8811

Please sign in to comment.