diff --git a/lerna.json b/lerna.json index 122301e64..88373522f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.48.1", + "version": "2.49.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/marko-web-inquiry/package.json b/packages/marko-web-inquiry/package.json index c4abab781..f16eb78ac 100644 --- a/packages/marko-web-inquiry/package.json +++ b/packages/marko-web-inquiry/package.json @@ -1,6 +1,6 @@ { "name": "@parameter1/base-cms-marko-web-inquiry", - "version": "2.45.0", + "version": "2.49.0", "author": "Jacob Bare ", "repository": "https://github.com/parameter1/base-cms/tree/master/packages/inquiry", "license": "MIT", diff --git a/services/graphql-server/package.json b/services/graphql-server/package.json index b65fae5d2..ad572c03d 100644 --- a/services/graphql-server/package.json +++ b/services/graphql-server/package.json @@ -1,6 +1,6 @@ { "name": "@parameter1/base-cms-graphql-server", - "version": "2.48.1", + "version": "2.49.0", "description": "The BaseCMS GraphQL server using Apollo and Express.", "main": "src/index.js", "author": "Jacob Bare ",