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

Commit

Permalink
v2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Nov 2, 2021
1 parent f54e003 commit f28efe1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.49.0",
"version": "2.50.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.46.1",
"version": "2.50.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.47.0",
"version": "2.50.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.15.4",
"@parameter1/base-cms-cli-utils": "^2.8.4",
"@parameter1/base-cms-express-apollo": "^2.45.0",
"@parameter1/base-cms-marko-web": "^2.46.1",
"@parameter1/base-cms-marko-web": "^2.50.0",
"autoprefixer": "^10.3.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions services/example-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-example-website",
"version": "2.47.0",
"version": "2.50.0",
"description": "Example BaseCMS website.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -18,11 +18,11 @@
},
"dependencies": {
"@parameter1/base-cms-marko-core": "^2.46.0",
"@parameter1/base-cms-marko-web": "^2.46.1",
"@parameter1/base-cms-marko-web": "^2.50.0",
"@parameter1/base-cms-marko-web-theme-default": "^2.45.0",
"@parameter1/base-cms-object-path": "^2.45.0",
"@parameter1/base-cms-utils": "^2.22.2",
"@parameter1/base-cms-web-cli": "^2.47.0",
"@parameter1/base-cms-web-cli": "^2.50.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.12.5"
}
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.49.0",
"version": "2.50.0",
"description": "The BaseCMS GraphQL server using Apollo and Express.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down

0 comments on commit f28efe1

Please sign in to comment.