Skip to content

Commit eb97212

Browse files
committed
2.3.3 release
1 parent 2736ffe commit eb97212

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.3 (Dec 26, 2018)
4+
5+
* Reverted adding vue as external, which caused problems loading umd.
6+
37
## 2.3.2 (Dec 13, 2018)
48

59
* Added vue as externals webpack config to fix startup problems (thanks [Micene9](https://github.com/Micene09))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-grid-layout",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "A draggable and resizable grid layout, as a Vue component.",
55
"keywords": [
66
"grid",

0 commit comments

Comments
 (0)