diff --git a/lerna.json b/lerna.json index f35a82cac..c4f11353c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.0", + "version": "2.3.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/marko-web/package.json b/packages/marko-web/package.json index 17250c985..f90c757d5 100644 --- a/packages/marko-web/package.json +++ b/packages/marko-web/package.json @@ -1,6 +1,6 @@ { "name": "@parameter1/base-cms-marko-web", - "version": "2.3.0", + "version": "2.3.1", "description": "Core Marko+Express components for BaseCMS websites", "author": "Jacob Bare ", "main": "index.js", diff --git a/packages/web-cli/package.json b/packages/web-cli/package.json index 60f7825d4..1e4033bf2 100644 --- a/packages/web-cli/package.json +++ b/packages/web-cli/package.json @@ -1,6 +1,6 @@ { "name": "@parameter1/base-cms-web-cli", - "version": "2.3.0", + "version": "2.3.1", "description": "Command line interface for BaseCMS+Marko websites", "author": "Jacob Bare ", "main": "src/index.js", @@ -21,7 +21,7 @@ "@babel/runtime-corejs2": "^7.12.5", "@parameter1/base-cms-cli-utils": "^2.0.0", "@parameter1/base-cms-express-apollo": "^2.3.0", - "@parameter1/base-cms-marko-web": "^2.3.0", + "@parameter1/base-cms-marko-web": "^2.3.1", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2",