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

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Mar 2, 2021
1 parent 2b8c5f0 commit 875582e
Show file tree
Hide file tree
Showing 34 changed files with 77 additions and 77 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.4.6",
"version": "2.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/base4-rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-base4-rest-api",
"version": "2.4.2",
"version": "2.5.0",
"description": "A Base4 REST API client.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@parameter1/base-cms-inflector": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"http-errors": "^1.8.0",
"node-fetch": "^2.6.1"
Expand Down
6 changes: 3 additions & 3 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": "2.4.2",
"version": "2.5.0",
"description": "Canonical path library for BaseCMS projects.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand All @@ -11,9 +11,9 @@
"test": "yarn run lint && ../../node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"@parameter1/base-cms-db": "^2.4.2",
"@parameter1/base-cms-db": "^2.5.0",
"@parameter1/base-cms-inflector": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-db",
"version": "2.4.2",
"version": "2.5.0",
"description": "The BaseCMS database driver. Requires direct MongoDB access.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@parameter1/base-cms-async": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"base64-url": "^2.3.3",
"deepmerge": "^3.3.0",
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.4.2",
"version": "2.5.0",
"description": "Command line tool for managing BaseCMS project dependencies.",
"author": "Jacob Bare <[email protected]>",
"main": "src/index.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@parameter1/base-cms-cli-utils": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"chalk": "^2.4.2",
"fancy-log": "^1.3.3",
"yargs": "^14.2.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/export-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-export-framework",
"version": "2.4.2",
"version": "2.5.0",
"description": "Core framework for BaseCMS Exports.",
"author": "Josh Worden <[email protected]>",
"main": "src/index.js",
Expand All @@ -14,10 +14,10 @@
"@godaddy/terminus": "^4.5.0",
"@parameter1/base-cms-express-apollo": "^2.3.0",
"@parameter1/base-cms-image": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-tenant-context": "^2.0.0",
"@parameter1/base-cms-utils": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.5.0",
"express": "^4.17.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/github-release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-github-release-notes",
"version": "2.0.0",
"version": "2.5.0",
"author": "Jacob Bare <[email protected]>",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/github-release-notes",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/leaders-program/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-leaders-program",
"version": "2.4.4",
"version": "2.5.0",
"description": "Leaders Program Vue components",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/leaders-program",
"author": "Jacob Bare <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/marko-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-core",
"version": "2.4.3",
"version": "2.5.0",
"description": "Core BaseCMS Marko components.",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
Expand All @@ -12,9 +12,9 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.5.0",
"marko": "~4.20.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32"
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-newsletters-email-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-newsletters-email-x",
"version": "2.4.2",
"version": "2.5.0",
"description": "EmailX Marko components for BaseCMS newsletters.",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"moment": "^2.29.1",
"node-fetch": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-newsletters-gam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-newsletters-gam",
"version": "2.4.2",
"version": "2.5.0",
"description": "GAM/DFP Marko components for BaseCMS newsletters.",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"moment": "^2.29.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/marko-newsletters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-newsletters",
"version": "2.4.2",
"version": "2.5.0",
"description": "Core Marko+Express components for BaseCMS newsletter templates",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
Expand All @@ -15,10 +15,10 @@
"@godaddy/terminus": "^4.5.0",
"@parameter1/base-cms-express-apollo": "^2.3.0",
"@parameter1/base-cms-image": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-tenant-context": "^2.0.0",
"@parameter1/base-cms-utils": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.4.2",
"@parameter1/base-cms-web-common": "^2.5.0",
"express": "^4.17.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-gam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-gam",
"version": "2.4.2",
"version": "2.5.0",
"description": "Google Ad Manager (GAM) Marko components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"test": "yarn compile && yarn lint && mocha --reporter spec"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"scrollmagic": "^2.0.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-gcse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-gcse",
"version": "2.4.2",
"version": "2.5.0",
"description": "Google Custom Search (GCSE) Marko/Vue components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-gtm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-gtm",
"version": "2.4.2",
"version": "2.5.0",
"description": "Google Tag Manager (GAM) Marko components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@parameter1/base-cms-inflector": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-identity-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-identity-x",
"version": "2.4.2",
"version": "2.5.0",
"description": "Marko Wrapper for IdentityX",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-identity-x",
"author": "Josh Worden <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-inquiry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-inquiry",
"version": "2.4.2",
"version": "2.5.0",
"author": "Jacob Bare <[email protected]>",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/inquiry",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@parameter1/base-cms-env": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"@sendgrid/mail": "^6.4.0",
"body-parser": "^1.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/marko-web-leaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-leaders",
"version": "2.4.4",
"version": "2.5.0",
"description": "Marko Wrapper for the Leaders Program",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-leaders",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -13,9 +13,9 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-leaders-program": "^2.4.4",
"@parameter1/base-cms-leaders-program": "^2.5.0",
"@parameter1/base-cms-marko-web-icons": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"object-path": "^0.11.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-native-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-native-x",
"version": "2.4.2",
"version": "2.5.0",
"description": "NativeX Marko components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"node-fetch": "^2.6.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-p1-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-p1-events",
"version": "2.4.2",
"version": "2.5.0",
"description": "Parameter1 user event tracking components for BaseCMS/Marko websites.",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2"
"@parameter1/base-cms-object-path": "^2.5.0"
},
"peerDependencies": {
"@parameter1/base-cms-marko-core": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-photoswipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-photoswipe",
"version": "2.4.2",
"version": "2.5.0",
"author": "Jacob Bare <[email protected]>",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-photoswipe",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@parameter1/base-cms-image": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"photoswipe": "^4.1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-reveal-ad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-reveal-ad",
"version": "2.4.2",
"version": "2.5.0",
"description": "Custom Reveal Ad Marko/Vue components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/marko-web-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-theme-default",
"version": "2.4.2",
"version": "2.5.0",
"description": "Default theme for Marko BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@parameter1/base-cms-marko-web-icons": "^2.0.0",
"@parameter1/base-cms-object-path": "^2.4.2",
"@parameter1/base-cms-object-path": "^2.5.0",
"@parameter1/base-cms-utils": "^2.4.2",
"bootstrap": "4.3.1",
"graphql": "^14.7.0",
Expand Down
Loading

0 comments on commit 875582e

Please sign in to comment.