Skip to content

Commit

Permalink
v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Epishev committed Oct 12, 2021
1 parent a85b29e commit 5339e40
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/sharec-schema",
"packages/sharec-nanomatch"
],
"version": "2.10.4"
"version": "2.10.5"
}
2 changes: 1 addition & 1 deletion packages/sharec-demo-config/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-demo-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-demo-config",
"version": "2.10.4",
"version": "2.10.5",
"description": "Sharec example config for core functionality demonstration",
"scripts": {
"postinstall": "sharec"
Expand All @@ -14,7 +14,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"sharec": "^2.10.4"
"sharec": "^2.10.5"
},
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
}
2 changes: 1 addition & 1 deletion packages/sharec-essential-config/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-essential-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-essential-config",
"version": "2.10.4",
"version": "2.10.5",
"description": "",
"author": "Konstantin Epishev <[email protected]>",
"keywords": [],
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/lamartire/sharec"
},
"dependencies": {
"sharec": "^2.10.4"
"sharec": "^2.10.5"
},
"scripts": {
"postinstall": "sharec"
Expand Down
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": "2.10.4",
"version": "2.10.5",
"description": "Utilities for configuration files merge",
"keywords": [
"configuration",
Expand Down Expand Up @@ -63,6 +63,6 @@
"js-yaml": "^4.0.0",
"json8": "^1.0.3",
"lodash": "^4.17.21",
"sharec-utils": "^2.10.4"
"sharec-utils": "^2.10.5"
}
}
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": "2.10.4",
"version": "2.10.5",
"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.

6 changes: 3 additions & 3 deletions packages/sharec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec",
"version": "2.10.4",
"version": "2.10.5",
"description": "Smart configuration manager for your projects",
"keywords": [
"configuration",
Expand Down Expand Up @@ -71,8 +71,8 @@
"minimist": "^1.2.0",
"nanocolors": "^0.2.8",
"sharec-nanomatch": "^2.10.2",
"sharec-schema": "^2.10.4",
"sharec-utils": "^2.10.4",
"sharec-schema": "^2.10.5",
"sharec-utils": "^2.10.5",
"shelljs": "^0.8.3",
"slash": "^3.0.0"
},
Expand Down

0 comments on commit 5339e40

Please sign in to comment.