Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent 64f8656 commit c3206b0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [5.0.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v5.0.0) (2023-07-21)


### Bug Fixes

* **chore:** added publish config to package.json file ([1afbdbc](https://github.com/valor-software/ng2-dragula/commit/1afbdbcc240797c406b87e51806cbf9dfd6c1db3))
* **chore:** changed npm files ([82c871d](https://github.com/valor-software/ng2-dragula/commit/82c871deac8b1330c054ad62fe076b7a691599b3))
* **chore:** fix release flow ([d0279ef](https://github.com/valor-software/ng2-dragula/commit/d0279efcfa74642128211d4c75b533eea4820cbb))
* **chore:** fixed angularCompilerOptions ([b963d52](https://github.com/valor-software/ng2-dragula/commit/b963d5217207eb51c40a659a2f9a39d0c03a2706))
* **chore:** fixed publish configuration ([b773c8c](https://github.com/valor-software/ng2-dragula/commit/b773c8cfa22d70999b0ee4e1b40ae14ebdeb16f4))
* **chore:** fixed release files ([f6798c9](https://github.com/valor-software/ng2-dragula/commit/f6798c90d34db1c2e7c13b35f5dd69e800651b23))
* **chore:** fixed yaml file ([2204e0b](https://github.com/valor-software/ng2-dragula/commit/2204e0b039895f03168a56c3d114beea40685e36))
* **chore:** fixies for version command ([6e71cef](https://github.com/valor-software/ng2-dragula/commit/6e71cefacf48d2e200fe733b869d57b016f6158f))
* **docs:** fixing typo '0' in ngFor directive ([#1087](https://github.com/valor-software/ng2-dragula/issues/1087)) ([a6835aa](https://github.com/valor-software/ng2-dragula/commit/a6835aa4f7e7d7fe510e85b2b12449f6cbae32e6))


### Features

* added angular 16 support ([#1094](https://github.com/valor-software/ng2-dragula/issues/1094)) ([dcde382](https://github.com/valor-software/ng2-dragula/commit/dcde382372c38923949738707bce0a00a4f7a784))
* Angular 10 Compatibility ([#1008](https://github.com/valor-software/ng2-dragula/issues/1008)) ([ad945e0](https://github.com/valor-software/ng2-dragula/commit/ad945e0d5e709216e2bb551927a1dd3713589bf3))
* **chore:** added set-version.ts file ([22fd062](https://github.com/valor-software/ng2-dragula/commit/22fd06202a09790d3763e58d378bf676caa772d5))
* **chore:** changeLog updates ([05df406](https://github.com/valor-software/ng2-dragula/commit/05df406e470743eb37266a5380e9b1273fd6a45d))
* **chore:** updated angular ([3fbefdd](https://github.com/valor-software/ng2-dragula/commit/3fbefdd72245f9ac41843af5fd7b0896d5b2bbe3))
* **dragula:** updated angular 14 ([#1065](https://github.com/valor-software/ng2-dragula/issues/1065)) ([2d2388d](https://github.com/valor-software/ng2-dragula/commit/2d2388dc6138e2ee0ca2093a58c8227c420104cc))


### Reverts

* Revert "3.0.0" ([e2cb7fa](https://github.com/valor-software/ng2-dragula/commit/e2cb7fa08ae16a810ee51745ea4ee14eab185fe2))



# [4.0.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v4.0.0) (2023-02-06)

* **dragula:** updated angular 15 ([#1083](https://github.com/valor-software/ng2-dragula/issues/1081)) ([3fbefdd](https://github.com/valor-software/ng2-dragula/commit/3fbefdd72245f9ac41843af5fd7b0896d5b2bbe3))
Expand Down
2 changes: 1 addition & 1 deletion libs/ng2-dragula/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-dragula",
"private": false,
"version": "4.0.0",
"version": "5.0.0",
"description": "Simple drag and drop with dragula",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "4.0.0",
"version": "5.0.0",
"private": true,
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit c3206b0

Please sign in to comment.