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

Commit

Permalink
v2.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Feb 17, 2022
1 parent 5f4e86b commit 6a4b5c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.75.3",
"version": "2.76.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion 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.75.1",
"version": "2.76.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 Down
4 changes: 2 additions & 2 deletions packages/marko-web-omeda-identity-x/package.json
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.75.3",
"version": "2.76.0",
"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]>",
Expand All @@ -11,7 +11,7 @@
"test": "yarn compile && yarn lint"
},
"dependencies": {
"@parameter1/base-cms-marko-web-identity-x": "^2.75.1",
"@parameter1/base-cms-marko-web-identity-x": "^2.76.0",
"@parameter1/base-cms-marko-web-omeda": "^2.75.1",
"@parameter1/base-cms-object-path": "^2.75.1",
"@parameter1/base-cms-utils": "^2.75.1",
Expand Down
6 changes: 3 additions & 3 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": "2.75.3",
"version": "2.76.0",
"description": "Example BaseCMS website.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@parameter1/base-cms-marko-core": "^2.75.1",
"@parameter1/base-cms-marko-web": "^2.75.1",
"@parameter1/base-cms-marko-web-identity-x": "^2.75.1",
"@parameter1/base-cms-marko-web-identity-x": "^2.76.0",
"@parameter1/base-cms-marko-web-omeda": "^2.75.1",
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.75.3",
"@parameter1/base-cms-marko-web-omeda-identity-x": "^2.76.0",
"@parameter1/base-cms-marko-web-theme-default": "^2.75.1",
"@parameter1/base-cms-object-path": "^2.75.1",
"@parameter1/base-cms-utils": "^2.75.1",
Expand Down

0 comments on commit 6a4b5c6

Please sign in to comment.