Skip to content

Commit e831b89

Browse files
committed
Version value updating
1 parent db72539 commit e831b89

File tree

10 files changed

+74
-71
lines changed

10 files changed

+74
-71
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.30",
3-
"version": "1.12.1"
3+
"version": "1.12.2"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enact",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Monorepo for all Enact front end libraries.",
55
"private": true,
66
"scripts": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/core",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
55
"main": "index.js",
66
"scripts": {

packages/i18n/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@enact/i18n",
33
"main": "./src/index.js",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"description": "Internationalization support for Enact using iLib",
66
"scripts": {
77
"clean": "enact clean",
@@ -34,7 +34,7 @@
3434
"extends": "enact/strict"
3535
},
3636
"dependencies": {
37-
"@enact/core": "^1.12.1",
37+
"@enact/core": "^1.12.2",
3838
"prop-types": "~15.6.0",
3939
"ramda": "~0.24.1",
4040
"react": "~15.6.1",

packages/moonstone/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/moonstone",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
55
"main": "index.js",
66
"scripts": {
@@ -28,10 +28,10 @@
2828
"extends": "enact/strict"
2929
},
3030
"dependencies": {
31-
"@enact/core": "^1.12.1",
32-
"@enact/i18n": "^1.12.1",
33-
"@enact/spotlight": "^1.12.1",
34-
"@enact/ui": "^1.12.1",
31+
"@enact/core": "^1.12.2",
32+
"@enact/i18n": "^1.12.2",
33+
"@enact/spotlight": "^1.12.2",
34+
"@enact/ui": "^1.12.2",
3535
"classnames": "~2.2.5",
3636
"eases": "~1.0.8",
3737
"invariant": "~2.2.2",

packages/sampler/npm-shrinkwrap.json

+52-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sampler/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enact-sampler",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Component and QA samples for Enact",
55
"private": true,
66
"main": "index.js",
@@ -40,12 +40,12 @@
4040
"webpack": "1.14.0"
4141
},
4242
"dependencies": {
43-
"@enact/core": "^1.12.1",
44-
"@enact/i18n": "^1.12.1",
45-
"@enact/moonstone": "^1.12.1",
46-
"@enact/spotlight": "^1.12.1",
47-
"@enact/ui": "^1.12.1",
48-
"@enact/webos": "^1.12.1",
43+
"@enact/core": "^1.12.2",
44+
"@enact/i18n": "^1.12.2",
45+
"@enact/moonstone": "^1.12.2",
46+
"@enact/spotlight": "^1.12.2",
47+
"@enact/ui": "^1.12.2",
48+
"@enact/webos": "^1.12.2",
4949
"@kadira/react-storybook-addon-info": "~3.3.0",
5050
"@kadira/storybook": "~2.34.0",
5151
"@kadira/storybook-addon-knobs": "~1.7.1",

packages/spotlight/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/spotlight",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "A focus management library",
55
"main": "src/spotlight.js",
66
"scripts": {
@@ -21,7 +21,7 @@
2121
"extends": "enact/strict"
2222
},
2323
"dependencies": {
24-
"@enact/core": "^1.12.1",
24+
"@enact/core": "^1.12.2",
2525
"prop-types": "~15.6.0",
2626
"ramda": "~0.24.1",
2727
"react": "~15.6.1",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/ui",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "A collection of simplified unstyled cross-platform UI components for Enact",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
"extends": "enact/strict"
2929
},
3030
"dependencies": {
31-
"@enact/core": "^1.12.1",
31+
"@enact/core": "^1.12.2",
3232
"invariant": "~2.2.2",
3333
"prop-types": "~15.6.0",
3434
"ramda": "~0.24.1",

packages/webos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enact/webos",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "webOS support library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)