From 4cb481e2b66ac8f2880d15213752e5f2e3433d05 Mon Sep 17 00:00:00 2001 From: SvetlanaMuravlova Date: Thu, 8 Dec 2022 12:17:58 +0200 Subject: [PATCH] 3.2.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ libs/ng2-dragula/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c1241f..14158db6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [3.2.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v3.2.0) (2022-12-08) + + +### 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)) + + +### Features + +* 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)) +* **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)) + + + # [3.1.0](https://github.com/valor-software/ng2-dragula/compare/v2.1.1...v3.1.0) (2022-12-07) diff --git a/libs/ng2-dragula/package.json b/libs/ng2-dragula/package.json index 2842c4b2..1ba7034e 100644 --- a/libs/ng2-dragula/package.json +++ b/libs/ng2-dragula/package.json @@ -1,7 +1,7 @@ { "name": "ng2-dragula", "private": false, - "version": "3.1.0", + "version": "3.2.0", "description": "Simple drag and drop with dragula", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 663cbd2c..ad093d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c0262073..be79f439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "3.1.0", + "version": "3.2.0", "private": true, "scripts": { "ng": "nx",