Skip to content

Commit

Permalink
0.8.1 release prep.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed May 31, 2017
1 parent c8f9c36 commit 67be890
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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-dev",
"version": "0.8.0",
"version": "0.8.1",
"description": "Full-featured build environment for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down
12 changes: 6 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67be890

Please sign in to comment.