Skip to content

Commit

Permalink
v2.9.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lamartire committed Aug 8, 2019
1 parent 7bae6cf commit 91525c7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/sharec-extractor",
"packages/sharec-tester/"
],
"version": "2.8.0-beta"
"version": "2.9.0-beta"
}
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.8.0-beta",
"version": "2.9.0-beta",
"description": "Sharec example config for core functionality demonstration",
"scripts": {
"postinstall": "sharec install",
Expand All @@ -15,7 +15,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"sharec": "^2.8.0-beta"
"sharec": "^2.9.0-beta"
},
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
}
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.8.0-beta",
"version": "2.9.0-beta",
"description": "",
"author": "Konstantin Epishev <[email protected]>",
"keywords": [],
Expand All @@ -14,7 +14,7 @@
"url": "git+https://github.com/lamartire/sharec"
},
"dependencies": {
"sharec": "^2.8.0-beta"
"sharec": "^2.9.0-beta"
},
"scripts": {
"postinstall": "sharec install",
Expand Down
2 changes: 1 addition & 1 deletion packages/sharec-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-extractor",
"version": "2.8.0-beta",
"version": "2.9.0-beta",
"description": "Tool for sharec-based configuration extraction (needed for tests)",
"keywords": [
"configuration",
Expand Down
2 changes: 1 addition & 1 deletion packages/sharec-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-tester",
"version": "2.8.0-beta",
"version": "2.9.0-beta",
"description": "Tool for sharec-based configuration testing",
"keywords": [
"configuration",
Expand Down
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.8.0-beta",
"version": "2.9.0-beta",
"description": "The secret weapon against bloat configuration",
"keywords": [
"configuration",
Expand Down

0 comments on commit 91525c7

Please sign in to comment.