Skip to content

Commit 3833db0

Browse files
chore(release): v4.3.0
1 parent 17881f2 commit 3833db0

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [4.3.0](https://github.com/taiga-family/ng-event-plugins/compare/v4.2.4...v4.3.0) (2024-10-09)
2+
3+
### 🚀 Features
4+
5+
- add longtap event (#574)
6+
[(17881f2)](https://github.com/taiga-family/ng-event-plugins/commit/17881f26641415f2c2ffb68a151e12587aa92d64)
7+
18
# Changelog
29

310
All notable changes to this project will be documented in this file. See

package-lock.json

Lines changed: 3 additions & 3 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": "ng-event-plugins",
3-
"version": "4.2.4",
3+
"version": "4.3.0",
44
"private": true,
55
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
66
"keywords": [

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.2.4",
3+
"version": "4.3.0",
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)