Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaa77 committed Nov 1, 2021
1 parent 556dd2b commit 1e18ab6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "3.1.3"
"version": "3.2.0"
}
6 changes: 3 additions & 3 deletions packages/after.js/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.3",
"version": "3.2.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -70,8 +70,8 @@
"eslint-plugin-react": "^7.19.0",
"express": "^4.17.1",
"husky": "^7.0.4",
"razzle-dev-utils": "^3.1.0",
"jest": "^25.4.0",
"razzle-dev-utils": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.0.0",
Expand All @@ -84,6 +84,6 @@
"typescript": "^4.4.4"
},
"dependencies": {
"babel-plugin-after": "^3.1.3"
"babel-plugin-after": "^3.2.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.1.3",
"version": "3.2.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.1.3",
"version": "3.2.0",
"description": "CLI tool to bootstrap After.js applications with no configuration",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 1e18ab6

Please sign in to comment.