Skip to content

Commit

Permalink
feat(package): v1.3.0 upgrade to ng v2.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 17, 2017
1 parent 8667689 commit b8ce361
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.3.0"></a>
# [1.3.0](https://github.com/valor-software/ng2-dragula/compare/v1.2.2...v1.3.0) (2017-01-17)


### Bug Fixes

* **demo:** make AoT compatible ([8667689](https://github.com/valor-software/ng2-dragula/commit/8667689))



<a name="1.2.2-0"></a>
## [1.2.2-0](https://github.com/valor-software/ng2-dragula/compare/v1.2.1...v1.2.2-0) (2016-10-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-dragula-base",
"private": true,
"version": "1.2.2",
"version": "1.3.0",
"main": "index.js",
"typings": "index.d.ts",
"description": "Simple drag and drop with dragula",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-dragula",
"version": "1.2.2",
"version": "1.3.0",
"dependencies": {
"dragula": "*"
},
Expand Down

0 comments on commit b8ce361

Please sign in to comment.