Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jun 7, 2023
1 parent b6e0076 commit 397fb5b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/tb/ng2-nouislider/compare/v0.3.0...v2.0.0) (2023-06-07)


### ⚠ BREAKING CHANGES

* * Angular v14 or higher is now required to use this package
* nouislider v15 or higher is now required to use this package

### Bug Fixes

* 'set' event was fired twice ([be7e798](https://github.com/tb/ng2-nouislider/commit/be7e79860ec4ff9d2baf64882e4305abeffa8462))
* add support for angular 5 ([78d715a](https://github.com/tb/ng2-nouislider/commit/78d715a9b3935ef574ba8cb03a6177ae4f57453b))
* allow angular 6 peer dependency ([692f53c](https://github.com/tb/ng2-nouislider/commit/692f53c27b01720c456ddeca6381927ba1cd2030))
* allow nouislider 11 peer dependency ([5361c3e](https://github.com/tb/ng2-nouislider/commit/5361c3ed846677a465db926e6a9cbe9c401c1bc8))
* **aot:** fix aot build errors ([1a9699a](https://github.com/tb/ng2-nouislider/commit/1a9699a7a42b9ca38c1bd5d3f5acdda96704198a)), closes [#116](https://github.com/tb/ng2-nouislider/issues/116) [#119](https://github.com/tb/ng2-nouislider/issues/119) [#115](https://github.com/tb/ng2-nouislider/issues/115)
* include sources in dist files ([baa7726](https://github.com/tb/ng2-nouislider/commit/baa7726f03ed6a28c9089e3258b0ab5f06773ac0)), closes [#213](https://github.com/tb/ng2-nouislider/issues/213)
* include sources in dist files ([#214](https://github.com/tb/ng2-nouislider/issues/214)) ([861e397](https://github.com/tb/ng2-nouislider/commit/861e397a258954ff30f740687760c8d8945d52e8)), closes [#213](https://github.com/tb/ng2-nouislider/issues/213)
* ngModelChange doesn't need to be called explicitly ([107df10](https://github.com/tb/ng2-nouislider/commit/107df10933ded06114bfa4e92b39f8cdbefe7f65))


### build

* upgrade to angular 14 ([#241](https://github.com/tb/ng2-nouislider/issues/241)) ([23d3a1b](https://github.com/tb/ng2-nouislider/commit/23d3a1b7fb1c8b2ad93b839c66abb91b575c11b0))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-nouislider",
"version": "1.8.3",
"version": "2.0.0",
"description": "Angular2 noUiSlider component",
"keywords": [
"angular2",
Expand Down

0 comments on commit 397fb5b

Please sign in to comment.