Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed Apr 25, 2020
1 parent 02c1412 commit 10fca28
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 @@ -9,5 +9,5 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
"version": "3.0.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": "2.0.0-canary.5",
"version": "3.0.0",
"description": "Build isomorphic Javascript applications with ease.",
"repository": "jaredpalmer/after.js",
"author": "Jared Palmer <[email protected]>",
Expand Down Expand Up @@ -85,6 +85,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"babel-plugin-after": "^0.0.2-canary.4"
"babel-plugin-after": "^3.0.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": "0.0.2-canary.4",
"version": "3.0.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": "0.0.2-canary.4",
"version": "3.0.0",
"description": "CLI tool to bootstrap After.js applications with no configuration",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 10fca28

Please sign in to comment.