Skip to content

Commit

Permalink
update tswebextension to v1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Apr 15, 2024
1 parent 4cf80a3 commit 9c5c0b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Raw filters are stored as strings.
- Updated [@adguard/filters-downloader] to v2.2.0.
- Updated [@adguard/tsurlfilter] to v2.2.18.
- Updated [@adguard/tswebextension] to v1.0.23.
- Updated [@adguard/tswebextension] to v1.0.24.
- Updated [@adguard/scriptlets] to v1.10.25.

### Fixed
Expand All @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Applying of modifiers `$popup` and `$all` [#2620], [#2728].
- Update recommended filters on enabling group of filters and on locale detection [#2714].
- Do not throw an error during cookie setting if a cookie domain mismatches a request URL [#2683].
- Script rules are not applied in Firefox due to CSP [#1733].

[Unreleased]: https://github.com/AdguardTeam/AdguardBrowserExtension/compare/v4.3.35...HEAD
[#2761]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2761
Expand All @@ -35,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2681]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2681
[#2620]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2620
[#1848]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1848
[#1733]: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1733


## [4.3.35] - 2024-03-28
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@adguard/scriptlets": "^1.10.25",
"@adguard/translate": "^1.0.2",
"@adguard/tsurlfilter": "^2.2.18",
"@adguard/tswebextension": "^1.0.23",
"@adguard/tswebextension": "^1.0.24",
"@xstate/react": "^1.5.1",
"ace-builds": "^1.8.1",
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
tldts "5.6.45"
zod "3.19.1"

"@adguard/tswebextension@^1.0.23":
version "1.0.23"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-1.0.23.tgz#b4426df2e482a2d5f4f42f3861d4ebb93b5bae0a"
integrity sha512-5L8fZU0QlRxKYyFCetpzey2Wgij5QUpkq37LX4lnK4dwHj+qN6ct6jhufq8TiFndBpgAm/IygsPyfVGERNhI6g==
"@adguard/tswebextension@^1.0.24":
version "1.0.24"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-1.0.24.tgz#86d7fa1541bc0bd3415d10f962e43ddf60d4eab7"
integrity sha512-IJ2dfCkb51PCKSyW6JRE7WFjrfR7bCI0UKnyw3zY9fIiLseerxjUtDmadxQe1NLvAzotqTzgOIxjk0AapkR3uw==
dependencies:
"@adguard/assistant" "^4.3.70"
"@adguard/extended-css" "^2.0.56"
Expand Down

0 comments on commit 9c5c0b8

Please sign in to comment.