Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed Dec 19, 2020
1 parent b7ef7e1 commit 723cde8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"type": "git",
"url": "git+https://github.com/jaredpalmer/after.js.git"
},
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.2"
"version": "3.1.3"
}
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.1.2",
"version": "3.1.3",
"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.1.2"
"babel-plugin-after": "^3.1.3"
}
}
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.1.2",
"version": "3.1.3",
"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.1.2",
"version": "3.1.3",
"description": "CLI tool to bootstrap After.js applications with no configuration",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 723cde8

Please sign in to comment.