Skip to content

Commit d60bbe1

Browse files
chore(release): 20.0.0 [skip ci]
# [20.0.0](v19.16.0...v20.0.0) (2025-11-06) * Fix security vulnerabilities 311 ([#312](#312)) ([de720d6](de720d6)), closes [#311](#311) [#311](#311) ### BREAKING CHANGES * Requires one-time manual setup in GitHub Pages settings. After merging, change Pages source from "Deploy from a branch" to "GitHub Actions" at: Settings → Pages → Build and deployment → Source Security impact: - Eliminates 1 CRITICAL vulnerability (parse-url SSRF) - Reduces total vulnerabilities from 25 to ~16 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * simplify show
1 parent de720d6 commit d60bbe1

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [20.0.0](https://github.com/mll-lab/react-components/compare/v19.16.0...v20.0.0) (2025-11-06)
2+
3+
4+
* Fix security vulnerabilities 311 ([#312](https://github.com/mll-lab/react-components/issues/312)) ([de720d6](https://github.com/mll-lab/react-components/commit/de720d6c27ebcac8d922d7f67a2b2e647ae163fc)), closes [#311](https://github.com/mll-lab/react-components/issues/311) [#311](https://github.com/mll-lab/react-components/issues/311)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Requires one-time manual setup in GitHub Pages settings.
10+
After merging, change Pages source from "Deploy from a branch" to
11+
"GitHub Actions" at: Settings → Pages → Build and deployment → Source
12+
13+
Security impact:
14+
- Eliminates 1 CRITICAL vulnerability (parse-url SSRF)
15+
- Reduces total vulnerabilities from 25 to ~16
16+
17+
🤖 Generated with [Claude Code](https://claude.com/claude-code)
18+
19+
Co-Authored-By: Claude <noreply@anthropic.com>
20+
21+
* simplify show
22+
123
# [19.16.0](https://github.com/mll-lab/react-components/compare/v19.15.0...v19.16.0) (2025-11-06)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mll-lab/react-components",
33
"description": "Shared React components of MLL",
4-
"version": "19.16.0",
4+
"version": "20.0.0",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
77
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)