Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Dec 11, 2022
1 parent a103307 commit 11dedca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [8.0.0](https://github.com/mattlewis92/angular-draggable-droppable/compare/v7.0.0...v8.0.0) (2022-12-11)


### ⚠ BREAKING CHANGES

* angular 15 or higher is now required to use this package

### build

* upgrade to angular 15 ([87c556b](https://github.com/mattlewis92/angular-draggable-droppable/commit/87c556b6de06a7777e17f3cd05750640f5fc9e2d))

## [7.0.0](https://github.com/mattlewis92/angular-draggable-droppable/compare/v6.1.0...v7.0.0) (2022-08-02)


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": "angular-draggable-droppable",
"version": "7.0.0",
"version": "8.0.0",
"description": "Drag and drop for angular 15.0+",
"scripts": {
"start": "concurrently --raw \"ng serve --open\" \"pnpm test:watch\"",
Expand Down

0 comments on commit 11dedca

Please sign in to comment.