Skip to content

Commit 5339e40

Browse files
author
Konstantin Epishev
committed
v2.10.5
1 parent a85b29e commit 5339e40

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/sharec-schema",
99
"packages/sharec-nanomatch"
1010
],
11-
"version": "2.10.4"
11+
"version": "2.10.5"
1212
}

packages/sharec-demo-config/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-demo-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-demo-config",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "Sharec example config for core functionality demonstration",
55
"scripts": {
66
"postinstall": "sharec"
@@ -14,7 +14,7 @@
1414
"keywords": [],
1515
"license": "MIT",
1616
"dependencies": {
17-
"sharec": "^2.10.4"
17+
"sharec": "^2.10.5"
1818
},
1919
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
2020
}

packages/sharec-essential-config/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-essential-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-essential-config",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "",
55
"author": "Konstantin Epishev <lamartire@gmail.com>",
66
"keywords": [],
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/lamartire/sharec"
1515
},
1616
"dependencies": {
17-
"sharec": "^2.10.4"
17+
"sharec": "^2.10.5"
1818
},
1919
"scripts": {
2020
"postinstall": "sharec"

packages/sharec-schema/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-schema",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "Utilities for configuration files merge",
55
"keywords": [
66
"configuration",
@@ -63,6 +63,6 @@
6363
"js-yaml": "^4.0.0",
6464
"json8": "^1.0.3",
6565
"lodash": "^4.17.21",
66-
"sharec-utils": "^2.10.4"
66+
"sharec-utils": "^2.10.5"
6767
}
6868
}

packages/sharec-utils/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sharec-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-utils",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "Common utilities",
55
"keywords": [
66
"configuration",

packages/sharec/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)