@caweb/template 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v1.0.1
2
+ - Fixed issue with alerts component
3
+
1
4
  v1.0.0
2
5
  - Removed templating out of @caweb/html-webpack-plugin and into it's own individual package
3
6
  - Updated nav.header and utility.links references
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/template",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "author": "CAWebPublishing",
5
5
  "description": "CAWebPublishing Template",
6
6
  "license": "ISC",
@@ -6,7 +6,7 @@
6
6
  <!-- Site Alerts -->
7
7
  {{#if alerts }}
8
8
  {{#each alerts }}
9
- {{> alerts
9
+ {{> alert
10
10
  header=this.header
11
11
  msg=this.msg
12
12
  icon=this.icon