Skip to content

Commit af5152d

Browse files
author
taiga-family-bot
committed
chore(release): v4.0.1
1 parent c0a99bc commit af5152d

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
* fix: do not listen `Window` (#326) (c0a99bc)
4+
* chore(deps): update taiga-family/ci action to v1.62.3 (#325) (10461fe)
5+
* chore(deps): update actions/checkout action to v4.1.7 (#324) (4c99150)
6+
* chore: fixup (31272b2)
7+
* chore(deps): update dependency lint-staged to v15.2.7 (#323) (8b84706)
8+
* chore: fixup (3f34c43)
9+
310
# 4.0.0 (2024-06-11)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/event-plugins",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
66
"keywords": [

projects/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"web-types": "../ng-event-plugins/web-types.json"
66
}

projects/ng-event-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/event-plugins",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)