Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCanuck committed Aug 10, 2018
2 parents ffdd398 + 2c8d6b0 commit 1675a1e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.1.1 (August 10, 2018)

### create

* Updated default included moonstone template for Enact 2.x.

### pack

* Fixed locale classes failing to be applied on a multi-locale prerender when deep-linking is used.
* Fixed font style prerendering, with added support for font overrides.

## 1.1.0 (July 16, 2018)

### pack
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@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.1.1",
"@enact/template-moonstone": "1.0.0",
"@enact/dev-utils": "1.1.2",
"@enact/template-moonstone": "2.0.0",
"autoprefixer": "8.1.0",
"babel-eslint": "8.2.2",
"babel-loader": "8.0.0-beta.2",
Expand Down

0 comments on commit 1675a1e

Please sign in to comment.