Skip to content

Commit

Permalink
Version value updating
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Dec 10, 2018
1 parent c6f2449 commit 85d4e2e
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 181 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.8.0",
"version": "2.2.7",
"version": "2.2.8",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enact",
"version": "2.2.7",
"version": "2.2.8",
"description": "Monorepo for all Enact front end libraries.",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/core",
"version": "2.2.7",
"version": "2.2.8",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enact/i18n",
"main": "./src/index.js",
"version": "2.2.7",
"version": "2.2.8",
"description": "Internationalization support for Enact using iLib",
"scripts": {
"clean": "enact clean",
Expand Down Expand Up @@ -34,7 +34,7 @@
"extends": "enact/strict"
},
"dependencies": {
"@enact/core": "^2.2.7",
"@enact/core": "^2.2.8",
"prop-types": "^15.6.0",
"ramda": "^0.24.1",
"react": "^16.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/moonstone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/moonstone",
"version": "2.2.7",
"version": "2.2.8",
"description": "Large-screen/TV support library for Enact, containing a variety of UI components.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,10 @@
"extends": "enact/strict"
},
"dependencies": {
"@enact/core": "^2.2.7",
"@enact/i18n": "^2.2.7",
"@enact/spotlight": "^2.2.7",
"@enact/ui": "^2.2.7",
"@enact/core": "^2.2.8",
"@enact/i18n": "^2.2.8",
"@enact/spotlight": "^2.2.8",
"@enact/ui": "^2.2.8",
"classnames": "^2.2.5",
"eases": "^1.0.8",
"invariant": "^2.2.2",
Expand Down
Loading

0 comments on commit 85d4e2e

Please sign in to comment.