Skip to content

Commit

Permalink
Pull request #632: AG-25020 bump libs versions
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/tsurlfilter from feature/AG-25020 to master

Squashed commit of the following:

commit d8ea1b4
Author: Vladimir Zhelvis <[email protected]>
Date:   Fri Aug 18 16:11:01 2023 +0300

    bump libs versions
  • Loading branch information
zhelvis committed Aug 18, 2023
1 parent d06d24b commit 0e412d1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/adguard-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.3.1] - 2023-08-18

### Changed
- Update `@adguard/tswebextension` to `v0.3.10`
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/adguard-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"tswebextension": "tswebextension"
},
"dependencies": {
"@adguard/api": "1.3.0"
"@adguard/api": "^1.3.1"
},
"devDependencies": {
"@adguard/tswebextension": "^0.3.9",
"@adguard/tswebextension": "^0.3.10",
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.75",
"@typescript-eslint/eslint-plugin": "^5.41.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/tswebextension-mv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tswebextension": "tswebextension"
},
"dependencies": {
"@adguard/tswebextension": "^0.3.9",
"@adguard/tswebextension": "^0.3.10",
"bowser": "^2.11.0",
"formik": "^2.2.9",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/tswebextension-mv3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "rimraf tmp && cross-env PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 node -r @swc-node/register ./scripts/browser-test/index.ts"
},
"dependencies": {
"@adguard/tswebextension": "^0.3.9",
"@adguard/tswebextension": "^0.3.10",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/tsurlfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version to the end of the file -->
<!-- e.g. [1.0.77]: https://github.com/AdguardTeam/tsurlfilter/compare/tsurlfilter-v1.0.76...tsurlfilter-v1.0.77 -->

## [Unreleased]
## [2.1.9] - 2023-08-18

### Added
- Added `CspReport` to RequestType enum.


## [2.1.8] - 2023-08-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/tsurlfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adguard/tsurlfilter",
"version": "2.1.8",
"version": "2.1.9",
"description": "This is a TypeScript library that implements AdGuard's content blocking rules",
"main": "dist/es/index.js",
"module": "dist/es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/tswebextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- TODO: manually add compare links for version to the end of the file -->
<!-- e.g. [0.1.2]: https://github.com/AdguardTeam/tsurlfilter/compare/tswebextension-v0.1.1...tswebextension-v0.1.2 -->

## [Unreleased]
## [0.3.10] - 2023-08-18

### Added
- Blocking third-party requests with `csp_report` content-type.
- Handling discarded tabs replacement on wake up.

### Fixed
- Do not expose JS rules in global page scope
- Do not expose JS rules in global page scope.


## [0.3.9] - 2023-08-10
Expand Down
2 changes: 1 addition & 1 deletion packages/tswebextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@adguard/assistant": "^4.3.70",
"@adguard/extended-css": "^2.0.52",
"@adguard/scriptlets": "^1.9.62",
"@adguard/tsurlfilter": "^2.1.7",
"@adguard/tsurlfilter": "^2.1.9",
"bowser": "2.11.0",
"commander": "11.0.0",
"fs-extra": "11.1.1",
Expand Down

0 comments on commit 0e412d1

Please sign in to comment.