diff --git a/.changeset/match-pattern-readme.md b/.changeset/match-pattern-readme.md deleted file mode 100644 index 6a9f9e6..0000000 --- a/.changeset/match-pattern-readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ublacklist/match-pattern": patch ---- - -Add usage of the `MatchPattern` class to the README. diff --git a/.changeset/match-pattern-v2.md b/.changeset/match-pattern-v2.md deleted file mode 100644 index 853ac42..0000000 --- a/.changeset/match-pattern-v2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ublacklist/match-pattern": major ---- - -Declare the removal of `matchPatternTest` as a breaking change. It was removed in v1.2.0, which should have been a major release. v2.0.0 is identical to v1.2.0 in code; if you are upgrading from v1.1.x, replace `matchPatternTest(pattern, url)` with `new MatchPattern([pattern]).test(url)`. diff --git a/.changeset/ruleset-v2.md b/.changeset/ruleset-v2.md deleted file mode 100644 index 52fee44..0000000 --- a/.changeset/ruleset-v2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ublacklist/ruleset": major ---- - -Declare the serialization encoding change as a breaking change. v1.0.2 changed how block and highlight rules are encoded in serialized JSON (block as `1`, highlight as a negative value), which should have been a major release. v2.0.0 is identical to v1.0.3 in code. diff --git a/.changeset/serpinfo-v2.md b/.changeset/serpinfo-v2.md deleted file mode 100644 index 1495da1..0000000 --- a/.changeset/serpinfo-v2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ublacklist/serpinfo": major ---- - -Declare the removal of the internal zod schemas (`*CommandSchema`, `serpInfoSchema`, `serpInfoStrictSchema`) as a breaking change. They were removed in v1.0.1, which should have been a major release. v2.0.0 is identical to v1.1.1 in code; use the `parse` function and the exported types instead of the schemas. diff --git a/packages/match-pattern/CHANGELOG.md b/packages/match-pattern/CHANGELOG.md index f190198..dd8640c 100644 --- a/packages/match-pattern/CHANGELOG.md +++ b/packages/match-pattern/CHANGELOG.md @@ -1,5 +1,15 @@ # @ublacklist/match-pattern +## 2.0.0 + +### Major Changes + +- d7a672c: Declare the removal of `matchPatternTest` as a breaking change. It was removed in v1.2.0, which should have been a major release. v2.0.0 is identical to v1.2.0 in code; if you are upgrading from v1.1.x, replace `matchPatternTest(pattern, url)` with `new MatchPattern([pattern]).test(url)`. + +### Patch Changes + +- d7a672c: Add usage of the `MatchPattern` class to the README. + ## 1.2.0 ### Minor Changes diff --git a/packages/match-pattern/package.json b/packages/match-pattern/package.json index 144e0fe..8772467 100644 --- a/packages/match-pattern/package.json +++ b/packages/match-pattern/package.json @@ -1,6 +1,6 @@ { "name": "@ublacklist/match-pattern", - "version": "1.2.0", + "version": "2.0.0", "description": "A parser and lookup map for WebExtensions match patterns.", "keywords": [ "match-pattern", diff --git a/packages/ruleset/CHANGELOG.md b/packages/ruleset/CHANGELOG.md index c858577..50cdd41 100644 --- a/packages/ruleset/CHANGELOG.md +++ b/packages/ruleset/CHANGELOG.md @@ -1,5 +1,17 @@ # @ublacklist/ruleset +## 2.0.0 + +### Major Changes + +- d7a672c: Declare the serialization encoding change as a breaking change. v1.0.2 changed how block and highlight rules are encoded in serialized JSON (block as `1`, highlight as a negative value), which should have been a major release. v2.0.0 is identical to v1.0.3 in code. + +### Patch Changes + +- Updated dependencies [d7a672c] +- Updated dependencies [d7a672c] + - @ublacklist/match-pattern@2.0.0 + ## 1.0.3 ### Patch Changes diff --git a/packages/ruleset/package.json b/packages/ruleset/package.json index 416074e..dde6b09 100644 --- a/packages/ruleset/package.json +++ b/packages/ruleset/package.json @@ -1,6 +1,6 @@ { "name": "@ublacklist/ruleset", - "version": "1.0.3", + "version": "2.0.0", "description": "The ruleset format definition and parser for uBlacklist.", "keywords": [ "ruleset", diff --git a/packages/serpinfo/CHANGELOG.md b/packages/serpinfo/CHANGELOG.md index 619896b..aa1dab7 100644 --- a/packages/serpinfo/CHANGELOG.md +++ b/packages/serpinfo/CHANGELOG.md @@ -1,5 +1,17 @@ # @ublacklist/serpinfo +## 2.0.0 + +### Major Changes + +- d7a672c: Declare the removal of the internal zod schemas (`*CommandSchema`, `serpInfoSchema`, `serpInfoStrictSchema`) as a breaking change. They were removed in v1.0.1, which should have been a major release. v2.0.0 is identical to v1.1.1 in code; use the `parse` function and the exported types instead of the schemas. + +### Patch Changes + +- Updated dependencies [d7a672c] +- Updated dependencies [d7a672c] + - @ublacklist/match-pattern@2.0.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/serpinfo/package.json b/packages/serpinfo/package.json index 9a188e2..b0de1ee 100644 --- a/packages/serpinfo/package.json +++ b/packages/serpinfo/package.json @@ -1,6 +1,6 @@ { "name": "@ublacklist/serpinfo", - "version": "1.1.1", + "version": "2.0.0", "description": "The SERPINFO format definition, parser, and schemas for uBlacklist.", "keywords": [ "serpinfo",