Skip to content

Commit

Permalink
4.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MikyungKim committed Aug 27, 2021
2 parents a27b130 + b87dc29 commit 4b14d9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.1 (August 27, 2021)

* No significant changes.

## 4.1.0 (August 18, 2021)

### test
Expand Down
4 changes: 2 additions & 2 deletions config/custom-skin-template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<title><%= htmlWebpackPlugin.options.title %></title>
<script src="custom_skin.js"></script>
<script src="customizations/custom_skin.js"></script>
<script>
window.addEventListener('DOMContentLoaded', () => {
document.querySelector('.sandstone-theme').classList.add(window && window.CUSTOM_SKIN || 'neutral');
});
</script>
<link rel="stylesheet" href="custom_skin.css">
<link rel="stylesheet" href="customizations/custom_skin.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enact/cli",
"version": "4.1.0",
"version": "4.1.1",
"description": "Full-featured build environment tool for Enact applications.",
"main": "index.js",
"author": "Jason Robitaille <[email protected]>",
Expand Down

0 comments on commit 4b14d9b

Please sign in to comment.