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

Commit

Permalink
v2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jun 10, 2021
1 parent 3bddafc commit d55c1d4
Show file tree
Hide file tree
Showing 5 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
@@ -1,5 +1,5 @@
{
"version": "2.24.0",
"version": "2.25.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web",
"version": "2.22.2",
"version": "2.25.0",
"description": "Core Marko+Express components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
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.22.2",
"version": "2.25.0",
"description": "Command line interface for BaseCMS+Marko websites",
"author": "Jacob Bare <[email protected]>",
"main": "src/index.js",
Expand All @@ -20,7 +20,7 @@
"@babel/runtime": "^7.13.17",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"@parameter1/base-cms-express-apollo": "^2.3.0",
"@parameter1/base-cms-marko-web": "^2.22.2",
"@parameter1/base-cms-marko-web": "^2.25.0",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion services/graphql-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-graphql-server",
"version": "2.24.0",
"version": "2.25.0",
"description": "The BaseCMS GraphQL server using Apollo and Express.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/sitemaps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-sitemaps",
"version": "2.24.0",
"version": "2.25.0",
"description": "The BaseCMS Sitemaps service",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand Down

0 comments on commit d55c1d4

Please sign in to comment.