Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Apr 16, 2022
1 parent 198a763 commit 344bea4
Show file tree
Hide file tree
Showing 9 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
Expand Up @@ -6,5 +6,5 @@
"packages/sharec-schema",
"packages/sharec-core"
],
"version": "3.0.0"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion packages/sharec-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/sharec-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-core",
"version": "3.0.0",
"version": "3.1.0",
"keywords": [
"configuration",
"sharec",
Expand Down Expand Up @@ -54,8 +54,8 @@
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.omit": "^4.5.0",
"sharec-schema": "^3.0.0",
"sharec-utils": "^3.0.0"
"sharec-schema": "^3.1.0",
"sharec-utils": "^3.1.0"
},
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
}
2 changes: 1 addition & 1 deletion packages/sharec-schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/sharec-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-schema",
"version": "3.0.0",
"version": "3.1.0",
"description": "Utilities for configuration files merge",
"keywords": [
"configuration",
Expand Down Expand Up @@ -65,6 +65,6 @@
"lodash.trim": "^4.5.1",
"lodash.uniqwith": "^4.5.0",
"lodash.without": "^4.4.0",
"sharec-utils": "^3.0.0"
"sharec-utils": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/sharec-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sharec-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-utils",
"version": "3.0.0",
"version": "3.1.0",
"description": "Common utilities",
"keywords": [
"configuration",
Expand Down
2 changes: 1 addition & 1 deletion packages/sharec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/sharec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec",
"version": "3.0.0",
"version": "3.1.0",
"description": "Smart configuration manager for your projects",
"keywords": [
"configuration",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"minimist": "^1.2.0",
"nanospinner": "^0.3.1",
"sharec-core": "^3.0.0"
"sharec-core": "^3.1.0"
},
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
}

0 comments on commit 344bea4

Please sign in to comment.