Skip to content

Commit 45ee6e2

Browse files
Micky BrunettiMicky Brunetti
authored andcommitted
* Updated events to 1.1.0
1 parent b31156a commit 45ee6e2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history
22

3+
## v0.7.1
4+
### NPM Dependencies update
5+
Updated `events` to 1.1.0
6+
7+
38
## v0.7.0
49

510
### Let's meet the world

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WuiDom",
33
"repo": "wizui/wuidom",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"description": "Core Class for WizUI",
66
"dependencies": {
77
"Wizcorp/util": "0.1.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"repository": "wizui/wuidom",
1414
"homepage": "http://wizui.github.io/",
15-
"version": "0.7.0",
15+
"version": "0.7.1",
1616
"format": "cjs",
1717
"registry": "npm",
1818
"dependencies": {
1919
"util": "0.10.3",
20-
"events": "1.0.2",
20+
"events": "1.1.0",
2121
"dom-shims": "0.1.4"
2222
},
2323
"devDependencies": {

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ WuiDom.prototype.appendChild = function (newChild) {
232232
return newChild;
233233
};
234234

235-
236235
/**
237236
* Creates an instance of WuiDom and assigns a newly built HTML element to it,
238237
* following the logic of the private createHtmlElement function. It is then appended to

0 commit comments

Comments
 (0)