Skip to content

Commit 8c03456

Browse files
committed
Update @adguard/agtree to 3.1.0
Squashed commit of the following: commit 85bc639 Author: Dávid Tóta <[email protected]> Date: Thu Apr 3 12:15:47 2025 +0300 Applied suggestion commit 29e8736 Author: Dávid Tóta <[email protected]> Date: Wed Apr 2 18:15:13 2025 +0300 Applied suggestion commit 1cf685e Merge: b80cf5a 0591eb8 Author: jellizaveta <[email protected]> Date: Wed Apr 2 17:45:39 2025 +0300 Merge branch 'update/agtree_3.1.0' of ssh://bit.int.agrd.dev:7999/adguard-filters/scriptlets into update/agtree_3.1.0 commit b80cf5a Author: jellizaveta <[email protected]> Date: Wed Apr 2 17:45:32 2025 +0300 add release version commit 0591eb8 Author: Dávid Tóta <[email protected]> Date: Wed Apr 2 15:02:44 2025 +0300 Applied suggestion commit b57ecb6 Author: jellizaveta <[email protected]> Date: Wed Apr 2 11:51:09 2025 +0300 Update @adguard/agtree to 3.1.0
1 parent 9d40d11 commit 8c03456

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
1010
<!-- TODO: change `@added unknown` tag due to the actual version -->
1111
<!-- during new scriptlets or redirects releasing -->
1212

13-
## [Unreleased]
13+
## [v2.1.7] - 2025-04-03
14+
15+
### Changed
16+
17+
- Updated `@adguard/agtree` to `3.1.0`.
1418

1519
### Added
1620

1721
- ability in `prevent-addEventListener` scriptlet to match specific element
1822
and updated `log-addEventListener` scriptlet to log target element [#480]
1923

20-
[Unreleased]: https://github.com/AdguardTeam/Scriptlets/compare/v2.1.6...HEAD
24+
[v2.1.7]: https://github.com/AdguardTeam/Scriptlets/compare/v2.1.6...v2.1.7
2125
[#480]: https://github.com/AdguardTeam/Scriptlets/issues/480
2226

2327
## [v2.1.6] - 2025-03-06

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adguard/scriptlets",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "AdGuard's JavaScript library of Scriptlets and Redirect resources",
55
"type": "module",
66
"scripts": {
@@ -61,7 +61,7 @@
6161
}
6262
},
6363
"dependencies": {
64-
"@adguard/agtree": "3.0.1",
64+
"@adguard/agtree": "3.1.0",
6565
"js-yaml": "^3.14.1"
6666
},
6767
"devDependencies": {

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)