Skip to content

Commit

Permalink
Updates for 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Mar 30, 2018
1 parent 7c8abcc commit 05844b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.2 (March 30m 2018)

Updated [`resolution-independence`](https://github.com/enactjs/less-plugin-resolution-independence) plugin dependency with fixed support Less 3.x.
Updated [`@enact/dev-utils`](https://github.com/enactjs/dev-utils) dependency with fixes for resolution-independence configuration autodetection and React16-based framework builds.

## 1.0.1 (March 26, 2018)

## pack
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand All @@ -12,6 +12,9 @@
"engines": {
"node": ">=6.4.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix"
Expand All @@ -33,7 +36,7 @@
"@babel/preset-env": "7.0.0-beta.41",
"@babel/preset-react": "7.0.0-beta.41",
"@babel/preset-stage-0": "7.0.0-beta.41",
"@enact/dev-utils": "1.0.1",
"@enact/dev-utils": "1.0.2",
"autoprefixer": "8.1.0",
"babel-eslint": "8.2.2",
"babel-loader": "8.0.0-beta.2",
Expand Down Expand Up @@ -85,7 +88,7 @@
"react-dev-utils": "5.0.0",
"react-dom": "16.2.0",
"react-test-renderer": "16.2.0",
"resolution-independence": "0.0.3",
"resolution-independence": "1.0.0",
"semver": "5.5.0",
"sinon": "4.4.6",
"strip-ansi": "4.0.0",
Expand Down

0 comments on commit 05844b9

Please sign in to comment.