Skip to content

Commit

Permalink
Release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeppelin committed Oct 3, 2024
1 parent c163597 commit 03d0b78
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@




## v6.1.1 (2024-10-03)

#### :bug: Bug Fix
* [#266](https://github.com/zeppelin/ember-click-outside/pull/266) fix: when exceptSelector is defined and e.target is empty an error is thrown from closest function ([@Scra3](https://github.com/Scra3))

#### Committers: 2
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
- scra ([@Scra3](https://github.com/Scra3))

## v6.1.0 (2023-10-06)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-click-outside/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-click-outside",
"version": "6.1.0",
"version": "6.1.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
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": "ember-click-outside",
"version": "6.1.0",
"version": "6.1.1",
"private": true,
"repository": "https://github.com/zeppelin/ember-click-outside",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "6.1.0",
"version": "6.1.1",
"private": true,
"description": "Test app for ember-click-outside addon",
"repository": "https://github.com/zeppelin/ember-click-outside",
Expand Down Expand Up @@ -41,7 +41,7 @@
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-click-outside": "^6.1.0",
"ember-click-outside": "^6.1.1",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
Expand Down

0 comments on commit 03d0b78

Please sign in to comment.