Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Mar 16, 2021
1 parent 6a214ab commit 27f4c91
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.8.3",
"version": "2.8.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-cli-utils",
"version": "2.0.0",
"version": "2.8.4",
"description": "Utility functions for BaseCMS CLI projects.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/dependency-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-dependency-tool",
"version": "2.5.0",
"version": "2.8.4",
"description": "Command line tool for managing BaseCMS project dependencies.",
"author": "Jacob Bare <[email protected]>",
"main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/base-cms-cli-utils": "^2.0.0",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"@parameter1/base-cms-object-path": "^2.5.0",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/export-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-export-cli",
"version": "2.0.0",
"version": "2.8.4",
"description": "Command line interface for BaseCMS+Marko exports.",
"author": "Josh Worden <[email protected]>",
"main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/base-cms-cli-utils": "^2.0.0",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/newsletter-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-newsletter-cli",
"version": "2.0.0",
"version": "2.8.4",
"description": "Command line interface for BaseCMS+Marko newsletters.",
"author": "Jacob Bare <[email protected]>",
"main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/base-cms-cli-utils": "^2.0.0",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/web-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-web-cli",
"version": "2.8.1",
"version": "2.8.4",
"description": "Command line interface for BaseCMS+Marko websites",
"author": "Jacob Bare <[email protected]>",
"main": "src/index.js",
Expand All @@ -19,7 +19,7 @@
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@babel/runtime-corejs2": "^7.12.5",
"@parameter1/base-cms-cli-utils": "^2.0.0",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"@parameter1/base-cms-express-apollo": "^2.3.0",
"@parameter1/base-cms-marko-web": "^2.8.1",
"autoprefixer": "^9.8.6",
Expand Down

0 comments on commit 27f4c91

Please sign in to comment.