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

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Feb 23, 2023
1 parent 4ac0e53 commit 1812ced
Show file tree
Hide file tree
Showing 8 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.1.0",
"version": "4.1.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.1.0",
"version": "4.1.1",
"description": "Core BaseCMS Marko components.",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web-contact-us/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-contact-us",
"version": "4.1.0",
"version": "4.1.1",
"author": "Brian Miller <[email protected]>",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-contact-us",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web-theme-monorail-magazine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-theme-monorail-magazine",
"version": "4.1.0",
"version": "4.1.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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/marko-web-theme-monorail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parameter1/base-cms-marko-web-theme-monorail",
"version": "4.1.0",
"version": "4.1.1",
"author": "Brian Miller <[email protected]>",
"repository": "https://github.com/parameter1/base-cms/tree/master/packages/marko-web-theme-monorail",
"license": "MIT",
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": "4.1.0",
"version": "4.1.1",
"description": "Core Marko+Express components for BaseCMS websites",
"author": "Jacob Bare <[email protected]>",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.1.0",
"version": "4.1.1",
"description": "A Marko CLI for managing websites.",
"author": "Jacob Bare <[email protected]>",
"homepage": "https://github.com/parameter1/base-cms/tree/main/packages/marko-web-modern/cli#readme",
Expand Down
12 changes: 6 additions & 6 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": "4.1.0",
"version": "4.1.1",
"description": "Example BaseCMS website.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -20,10 +20,10 @@
"test": "yarn lint && yarn compile --no-clean"
},
"dependencies": {
"@parameter1/base-cms-marko-core": "^4.1.0",
"@parameter1/base-cms-marko-web": "^4.1.0",
"@parameter1/base-cms-marko-core": "^4.1.1",
"@parameter1/base-cms-marko-web": "^4.1.1",
"@parameter1/base-cms-marko-web-auth0-identity-x": "^4.1.0",
"@parameter1/base-cms-marko-web-contact-us": "^4.1.0",
"@parameter1/base-cms-marko-web-contact-us": "^4.1.1",
"@parameter1/base-cms-marko-web-deferred-script-loader": "^4.1.0",
"@parameter1/base-cms-marko-web-gam": "^4.1.0",
"@parameter1/base-cms-marko-web-gtm": "^4.1.0",
Expand All @@ -35,10 +35,10 @@
"@parameter1/base-cms-marko-web-omeda-identity-x": "^4.1.0",
"@parameter1/base-cms-marko-web-p1-events": "^4.1.0",
"@parameter1/base-cms-marko-web-social-sharing": "^4.1.0",
"@parameter1/base-cms-marko-web-theme-monorail": "^4.1.0",
"@parameter1/base-cms-marko-web-theme-monorail": "^4.1.1",
"@parameter1/base-cms-object-path": "^4.0.2",
"@parameter1/base-cms-utils": "^4.0.2",
"@parameter1/base-cms-web-cli": "^4.1.0",
"@parameter1/base-cms-web-cli": "^4.1.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.12.6"
}
Expand Down

0 comments on commit 1812ced

Please sign in to comment.