Skip to content

Commit

Permalink
v3.0.3-canary.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed May 24, 2020
1 parent 47285c1 commit 2334178
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 @@ -11,5 +11,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.0.2"
"version": "3.0.3-canary.0"
}
4 changes: 2 additions & 2 deletions packages/after.js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jaredpalmer/after",
"private": false,
"version": "3.0.2",
"version": "3.0.3-canary.0",
"description": "Build isomorphic Javascript applications with ease.",
"repository": "jaredpalmer/after.js",
"author": "Jared Palmer <[email protected]>",
Expand Down Expand Up @@ -88,6 +88,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"babel-plugin-after": "^3.0.2"
"babel-plugin-after": "^3.0.3-canary.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-after/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-after",
"private": false,
"version": "3.0.2",
"version": "3.0.3-canary.0",
"description": "Babel plugin for After.js",
"main": "lib/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-after-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-after-app",
"version": "3.0.2",
"version": "3.0.3-canary.0",
"description": "CLI tool to bootstrap After.js applications with no configuration",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 2334178

Please sign in to comment.