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

Commit

Permalink
v4.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Sep 28, 2024
1 parent 1940d1e commit f215b36
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.66.2",
"version": "4.67.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/canonical-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-canonical-path",
"version": "4.40.3",
"version": "4.67.0",
"description": "Canonical path library for BaseCMS projects.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand All @@ -12,7 +12,7 @@
"test": "yarn run lint && ../../node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"@parameter1/base-cms-db": "^4.40.3",
"@parameter1/base-cms-db": "^4.67.0",
"@parameter1/base-cms-inflector": "^4.5.12",
"@parameter1/base-cms-object-path": "^4.40.3",
"@parameter1/base-cms-utils": "^4.40.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-db",
"version": "4.40.3",
"version": "4.67.0",
"description": "The BaseCMS database driver. Requires direct MongoDB access.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/section-query-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-section-query-generator",
"version": "4.40.3",
"version": "4.67.0",
"description": "Utility function for generating section query data for base-cms content",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand All @@ -12,7 +12,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/base-cms-db": "^4.40.3"
"@parameter1/base-cms-db": "^4.67.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions services/google-data-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-google-data-api",
"version": "4.40.3",
"version": "4.67.0",
"description": "The BaseCMS Google Data API service using micro.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"test": "yarn lint"
},
"dependencies": {
"@parameter1/base-cms-db": "^4.40.3",
"@parameter1/base-cms-db": "^4.67.0",
"@parameter1/base-cms-env": "^4.5.12",
"@parameter1/base-cms-micro": "^4.40.3",
"micro": "^9.4.1",
Expand Down
6 changes: 3 additions & 3 deletions 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": "4.65.3",
"version": "4.67.0",
"description": "The BaseCMS GraphQL server using Apollo and Express.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"@godaddy/terminus": "^4.11.2",
"@parameter1/base-cms-async": "^4.5.12",
"@parameter1/base-cms-base4-rest-api": "^4.40.3",
"@parameter1/base-cms-canonical-path": "^4.40.3",
"@parameter1/base-cms-db": "^4.40.3",
"@parameter1/base-cms-canonical-path": "^4.67.0",
"@parameter1/base-cms-db": "^4.67.0",
"@parameter1/base-cms-embedded-media": "^4.47.1",
"@parameter1/base-cms-html": "^4.5.12",
"@parameter1/base-cms-image": "^4.47.1",
Expand Down
4 changes: 2 additions & 2 deletions services/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-hooks",
"version": "4.40.3",
"version": "4.67.0",
"description": "The BaseCMS hooks server using Express.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@godaddy/terminus": "^4.11.2",
"@parameter1/base-cms-async": "^4.5.12",
"@parameter1/base-cms-db": "^4.40.3",
"@parameter1/base-cms-db": "^4.67.0",
"@parameter1/base-cms-object-path": "^4.40.3",
"@parameter1/base-cms-tooling": "^4.5.12",
"@parameter1/base-cms-utils": "^4.40.3",
Expand Down

0 comments on commit f215b36

Please sign in to comment.