Skip to content

Commit

Permalink
update scriptlets to v1.11.6 [tsurlfilter, tswebextension]. AG-34219
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit bfcbbc9
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Jul 11 23:27:52 2024 +0300

    update changelog

commit e8575da
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Jul 11 23:17:22 2024 +0300

    update scriptlets to v1.11.6 in tswebextension

commit 2ecf354
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Jul 11 23:02:17 2024 +0300

    update scriptlets to v1.11.6
  • Loading branch information
slavaleleka committed Jul 12, 2024
1 parent 2144959 commit 1e5232c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 11 deletions.
8 changes: 8 additions & 0 deletions packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->

## [2.2.21] - 2024-07-12

### Changed

- Updated `@adguard/scriptlets` to `v1.11.6`.

[2.2.21]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v2.2.21

## [2.2.20] - 2024-07-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/tsurlfilter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
]
},
"dependencies": {
"@adguard/scriptlets": "^1.11.1",
"@adguard/scriptlets": "^1.11.6",
"cidr-tools": "^6.4.1",
"commander": "9.4.1",
"is-cidr": "4.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version changes -->
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->

## [1.0.29] - 2024-07-12

### Changed

- Updated `@adguard/tsurlfilter` to `v2.2.21`.
- Updated `@adguard/scriptlets` to `v1.11.6`.

[1.0.29]: https://github.com/AdguardTeam/tsurlfilter/releases/tag/tswebextension-v1.0.29

## [1.0.28] - 2024-07-08

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions packages/tswebextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tswebextension",
"version": "1.0.28",
"version": "1.0.29",
"description": "This is a TypeScript library that implements AdGuard's extension API",
"main": "dist/index.js",
"typings": "dist/types/src/lib/mv2/background/index.d.ts",
Expand Down Expand Up @@ -84,8 +84,8 @@
"dependencies": {
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.56",
"@adguard/scriptlets": "^1.11.1",
"@adguard/tsurlfilter": "^2.2.20",
"@adguard/scriptlets": "^1.11.6",
"@adguard/tsurlfilter": "^2.2.21",
"bowser": "2.11.0",
"commander": "11.0.0",
"fs-extra": "11.1.1",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 1e5232c

Please sign in to comment.