diff --git a/CHANGELOG.md b/CHANGELOG.md index d38255eb..465cf662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 0.8.1 (May 31, 2017) + +### create + +* Template updated for Enact 1.2.2 + +### pack + +* Fixed prerendering of apps that use lazy loaded chunks. +* Support for moonstone internal localization. + +### serve + +* Disable host checks to allow IP serving. + +### test + +* Added Array.from to the list of polyfills used with Phantomjs in tests. + +### license + +* Added license checker command to detect all licenses used by content within an app. + ## 0.8.0 (April 21, 2017) With the exception of webpack2-related packages, all dependencies have been updated to their current releases. diff --git a/package.json b/package.json index 16d5d9a0..755bd2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enact-dev", - "version": "0.8.0", + "version": "0.8.1", "description": "Full-featured build environment for Enact applications.", "main": "index.js", "author": "Jason Robitaille ", diff --git a/template/package.json b/template/package.json index a8e75a00..2d81e4f7 100644 --- a/template/package.json +++ b/template/package.json @@ -29,12 +29,12 @@ "extends": "enact" }, "dependencies": { - "@enact/core": "^1.1.0", - "@enact/ui": "^1.1.0", - "@enact/moonstone": "^1.1.0", - "@enact/spotlight": "^1.1.0", - "@enact/i18n": "^1.1.0", - "@enact/webos": "^1.1.0", + "@enact/core": "^1.2.2", + "@enact/ui": "^1.2.2", + "@enact/moonstone": "^1.2.2", + "@enact/spotlight": "^1.2.2", + "@enact/i18n": "^1.2.2", + "@enact/webos": "^1.2.2", "prop-types": "^15.5.8", "react": "^15.5.4", "react-dom": "^15.5.4"