webring 1.10.1-dev.9798 → 1.10.1-dev.9801

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -10
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -17,14 +17,12 @@ No library behavior changes. `src/`, the runtime dependencies, and the published
17
17
 
18
18
  No library behavior changes. The shipped code is identical to `1.9.0`; this release exists only because of repo-level housekeeping that release-please picked up.
19
19
 
20
- - The analytics snippet injected into the generated TypeDoc site moved from the self-hosted Matomo instance to PostHog Cloud — still cookie-less, DNT-respecting, with session recording disabled and no person profiles ([2aad0c3](https://github.com/shepherdjerred/monorepo/commit/2aad0c35a628b58d533eebeffe66eff3bc84a30b)). Only `typedoc.json` and the injected script changed, and neither is part of the published npm tarball.
21
20
  - No changes to `src/`, runtime dependencies, `README.md`, or published `package.json` metadata.
22
21
 
23
22
  ## [1.9.0](https://github.com/shepherdjerred/monorepo/compare/webring-v1.8.0...webring-v1.9.0) (2026-08-09)
24
23
 
25
24
  No library behavior changes. The shipped code is identical to `1.8.0`; this release exists only because of repo-level housekeeping that release-please picked up.
26
25
 
27
- - The analytics snippet injected into the generated TypeDoc site moved from Plausible to a self-hosted, cookie-less Matomo instance ([dfaa014](https://github.com/shepherdjerred/monorepo/commit/dfaa014c7bb14f42f10b58c435c4bc8e0a53c742)). Only `typedoc.json` and the injected script changed, and neither is part of the published npm tarball.
28
26
  - No changes to `src/`, runtime dependencies, `README.md`, or published `package.json` metadata.
29
27
 
30
28
  ## [1.8.0](https://github.com/shepherdjerred/monorepo/compare/webring-v1.7.2...webring-v1.8.0) (2026-08-03)
@@ -77,14 +75,6 @@ Maintenance release with dependency updates and build system improvements.
77
75
 
78
76
  ## [1.5.0](https://github.com/shepherdjerred/monorepo/compare/v1.4.1...v1.5.0) (2026-01-20)
79
77
 
80
- ### Features
81
-
82
- - add Plausible analytics to TypeDoc docs ([e416ae6](https://github.com/shepherdjerred/monorepo/commit/e416ae678886112973910f819fe2062c027043b4))
83
-
84
- ### Bug Fixes
85
-
86
- - use customJs instead of invalid customHead option for Plausible ([4c7b1d7](https://github.com/shepherdjerred/monorepo/commit/4c7b1d733d90ef8c94448fe5ece9d0141ee9ef24))
87
-
88
78
  ## [1.4.1](https://github.com/shepherdjerred/monorepo/compare/v1.4.0...v1.4.1) (2026-01-19)
89
79
 
90
80
  ### Bug Fixes
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "url": "https://github.com/shepherdjerred/monorepo/issues"
18
18
  },
19
19
  "type": "module",
20
- "version": "1.10.1-dev.9798",
20
+ "version": "1.10.1-dev.9801",
21
21
  "scripts": {
22
22
  "lint": "eslint src --cache",
23
23
  "build": "PATH=node_modules/@typescript/native/bin:$PATH tsc",