Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamartire committed May 26, 2020
1 parent f8436c7 commit c7dc41e
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.1.2"
"version": "2.2.0"
}
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.1.2",
"version": "2.2.0",
"description": "Sharec example config for core functionality demonstration",
"scripts": {
"postinstall": "sharec"
Expand All @@ -14,7 +14,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"sharec": "^2.1.2"
"sharec": "^2.2.0"
},
"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.1.2",
"version": "2.2.0",
"description": "",
"author": "Konstantin Epishev <[email protected]>",
"keywords": [],
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/lamartire/sharec"
},
"dependencies": {
"sharec": "^2.1.2"
"sharec": "^2.2.0"
},
"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.1.2",
"version": "2.2.0",
"description": "The secret weapon against bloat configuration",
"keywords": [
"configuration",
Expand Down

0 comments on commit c7dc41e

Please sign in to comment.