From 894c4c1df60f9de5ba7225bbae52807eb232126a Mon Sep 17 00:00:00 2001 From: Jacob Bare Date: Thu, 28 Jan 2021 21:13:42 -0600 Subject: [PATCH] v2.3.2 --- lerna.json | 2 +- packages/marko-web/package.json | 2 +- packages/web-cli/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index c4f11353c..fbda394c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.3.1", + "version": "2.3.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/marko-web/package.json b/packages/marko-web/package.json index f90c757d5..cafc7aa75 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.1", + "version": "2.3.2", "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 1e4033bf2..22dc98d22 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.1", + "version": "2.3.2", "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.1", + "@parameter1/base-cms-marko-web": "^2.3.2", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2",