Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lamartire committed Aug 9, 2020
1 parent 9fd7a19 commit 958ebba
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/sharec-demo-config",
"packages/sharec-essential-config"
],
"version": "2.5.0"
"version": "2.5.1"
}
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.5.0",
"version": "2.5.1",
"description": "Sharec example config for core functionality demonstration",
"scripts": {
"postinstall": "sharec"
Expand All @@ -14,7 +14,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"sharec": "^2.5.0"
"sharec": "^2.5.1"
},
"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.5.0",
"version": "2.5.1",
"description": "",
"author": "Konstantin Epishev <[email protected]>",
"keywords": [],
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/lamartire/sharec"
},
"dependencies": {
"sharec": "^2.5.0"
"sharec": "^2.5.1"
},
"scripts": {
"postinstall": "sharec"
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.

2 changes: 1 addition & 1 deletion packages/sharec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec",
"version": "2.5.0",
"version": "2.5.1",
"description": "The secret weapon against bloat configuration",
"keywords": [
"configuration",
Expand Down

0 comments on commit 958ebba

Please sign in to comment.