Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @motorcycle/[email protected]
 - @motorcycle/[email protected]
 - @motorcycle/[email protected]
  • Loading branch information
TylorS committed Jul 20, 2017
1 parent c6fc267 commit fca29d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@motorcycle/run",
"version": "2.1.0",
"version": "3.0.0",
"description": "A statically-typed, functional and reactive framework for modern browsers",
"main": "lib/index.js",
"module": "lib.es2015/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/motorcyclets/motorcycle#readme",
"dependencies": {
"@motorcycle/types": "1.0.0",
"@motorcycle/stream": "1.0.0"
"@motorcycle/stream": "1.1.0",
"@motorcycle/types": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@motorcycle/stream",
"version": "1.0.0",
"version": "1.1.0",
"description": "Functional and reactive event streams for Motorcycle.ts",
"main": "lib/index.js",
"module": "lib.es2015/index.js",
Expand Down Expand Up @@ -38,6 +38,6 @@
"@most/core": "0.11.2",
"@most/disposable": "0.11.0",
"@most/scheduler": "0.11.0",
"@motorcycle/types": "1.0.0"
"@motorcycle/types": "1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@motorcycle/types",
"version": "1.0.0",
"version": "1.1.0",
"description": "A shared-kernel of types for Motorcycle",
"main": "lib/index.js",
"module": "lib.es2015/index.js",
Expand Down

0 comments on commit fca29d6

Please sign in to comment.