Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.0](v5.0.1...v5.1.0) (2024-10-20)

### Features

* add color-copy event ([910f12c](910f12c))

  Add a new event `copy-color` that is fired once a copy operation succeeded. Its event data is the same as that of the `color-change` event.
  • Loading branch information
semantic-release-bot committed Oct 20, 2024
1 parent 7263640 commit 35342b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.1.0](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v5.0.1...v5.1.0) (2024-10-20)

### Features

* add color-copy event ([910f12c](https://github.com/kleinfreund/vue-accessible-color-picker/commit/910f12c5f48d9a8475a8dd73e46792248d2bf214))

Add a new event `copy-color` that is fired once a copy operation succeeded. Its event data is the same as that of the `color-change` event.

## [5.0.1](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v5.0.0...v5.0.1) (2023-11-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-accessible-color-picker",
"version": "5.0.1",
"version": "5.1.0",
"license": "MIT",
"description": "Color picker component for Vue.js",
"author": {
Expand Down

0 comments on commit 35342b7

Please sign in to comment.