Skip to content

Commit f94df4c

Browse files
committed
v3.0.0
1 parent 35d3ca8 commit f94df4c

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"packages/sharec-schema",
77
"packages/sharec-core"
88
],
9-
"version": "3.0.0-alpha.0"
9+
"version": "3.0.0"
1010
}

packages/sharec-core/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-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec-core",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0",
44
"keywords": [
55
"configuration",
66
"sharec",
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"lodash.get": "^4.4.2",
5656
"lodash.omit": "^4.5.0",
57-
"sharec-schema": "^3.0.0-alpha.0",
58-
"sharec-utils": "^3.0.0-alpha.0"
57+
"sharec-schema": "^3.0.0",
58+
"sharec-utils": "^3.0.0"
5959
},
6060
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
6161
}

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": "3.0.0-alpha.0",
3+
"version": "3.0.0",
44
"description": "Utilities for configuration files merge",
55
"keywords": [
66
"configuration",
@@ -65,6 +65,6 @@
6565
"lodash.trim": "^4.5.1",
6666
"lodash.uniqwith": "^4.5.0",
6767
"lodash.without": "^4.4.0",
68-
"sharec-utils": "^3.0.0-alpha.0"
68+
"sharec-utils": "^3.0.0"
6969
}
7070
}

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": "3.0.0-alpha.0",
3+
"version": "3.0.0",
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.

packages/sharec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sharec",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0",
44
"description": "Smart configuration manager for your projects",
55
"keywords": [
66
"configuration",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"minimist": "^1.2.0",
2727
"nanospinner": "^0.3.1",
28-
"sharec-core": "^3.0.0-alpha.0"
28+
"sharec-core": "^3.0.0"
2929
},
3030
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
3131
}

0 commit comments

Comments
 (0)