This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db0d2be
commit 3f2a0e4
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.104.0", | ||
"version": "2.104.1", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"command": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web-omeda-identity-x", | ||
"version": "2.103.2", | ||
"version": "2.104.1", | ||
"description": "Marko Omeda+IdentityX integration tools", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-omeda-identity-x", | ||
"author": "Josh Worden <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web-theme-monorail-magazine", | ||
"version": "2.102.0", | ||
"version": "2.104.1", | ||
"description": "Magazine components, routes, and styling for the Monorail theme", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-theme-monorail-magazine", | ||
"author": "Brandon Krigbaum <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-marko-web-theme-monorail", | ||
"version": "2.104.0", | ||
"version": "2.104.1", | ||
"author": "Brian Miller <[email protected]>", | ||
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-theme-monorail", | ||
"license": "MIT", | ||
|
@@ -22,7 +22,7 @@ | |
"@parameter1/base-cms-marko-web-inquiry": "^2.92.0", | ||
"@parameter1/base-cms-marko-web-native-x": "^2.102.1", | ||
"@parameter1/base-cms-marko-web-omeda": "^2.103.0", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.103.2", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.104.1", | ||
"@parameter1/base-cms-marko-web-p1-events": "^2.77.0", | ||
"@parameter1/base-cms-marko-web-recaptcha": "^2.92.0", | ||
"@parameter1/base-cms-marko-web-search": "^2.80.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/base-cms-example-website", | ||
"version": "2.104.0", | ||
"version": "2.104.1", | ||
"description": "Example BaseCMS website.", | ||
"main": "src/index.js", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -27,10 +27,10 @@ | |
"@parameter1/base-cms-marko-web-leaders": "^2.97.0", | ||
"@parameter1/base-cms-marko-web-native-x": "^2.102.1", | ||
"@parameter1/base-cms-marko-web-omeda": "^2.103.0", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.103.2", | ||
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.104.1", | ||
"@parameter1/base-cms-marko-web-social-sharing": "^2.92.0", | ||
"@parameter1/base-cms-marko-web-theme-default": "^2.96.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^2.104.0", | ||
"@parameter1/base-cms-marko-web-theme-monorail": "^2.104.1", | ||
"@parameter1/base-cms-object-path": "^2.75.1", | ||
"@parameter1/base-cms-utils": "^2.75.1", | ||
"@parameter1/base-cms-web-cli": "^2.98.0", | ||
|