Skip to content

Commit 3ce98f5

Browse files
Goosterhofclaude
andcommitted
chore: bump fs-theme + fs-translation 0.1.1 (provenance attestation)
fs-theme and fs-translation are still published only at unattested 0.1.0 — they predate the `NPM_CONFIG_PROVENANCE` workflow hardening, so consumers pinning `^0.1.0` resolve to provenance-unattested releases (Sapper STALE-3 / QM F-5). This is a no-functional-change patch bump that re-publishes both through the now-provenance-enabled OIDC pipeline so the published artifacts ship SLSA attestations. - packages/theme/package.json: 0.1.0 → 0.1.1 - packages/translation/package.json: 0.1.0 → 0.1.1 - CHANGELOG.md created for each (sibling packages carry them; these did not), dated 2026-06-01 to the actual release date. - package-lock.json: version-field sync only (2 lines). No `src/` changes. Both are leaf packages (no internal @script-development peers) — pure leaf bumps, no cascade-tax peer-range widening. On merge this WILL publish fs-theme@0.1.1 + fs-translation@0.1.1 via the OIDC pipeline (the trigger matches packages/theme/package.json + packages/translation/package.json). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ed12ac2 commit 3ce98f5

5 files changed

Lines changed: 18 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/theme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @script-development/fs-theme
2+
3+
## 0.1.1 — 2026-06-01
4+
5+
### Patch Changes
6+
7+
- Provenance attestation — republish through the OIDC/provenance pipeline. The `0.1.0` release predates the `NPM_CONFIG_PROVENANCE` workflow hardening, so consumers pinning `^0.1.0` resolved to provenance-unattested releases. This patch carries no functional change; its sole purpose is to re-publish through the now-provenance-enabled pipeline so the published artifact ships an SLSA attestation.

packages/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@script-development/fs-theme",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Reactive theme service factory with dark/light mode, system preference detection, and storage persistence",
55
"homepage": "https://packages.script.nl/packages/theme",
66
"license": "MIT",

packages/translation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @script-development/fs-translation
2+
3+
## 0.1.1 — 2026-06-01
4+
5+
### Patch Changes
6+
7+
- Provenance attestation — republish through the OIDC/provenance pipeline. The `0.1.0` release predates the `NPM_CONFIG_PROVENANCE` workflow hardening, so consumers pinning `^0.1.0` resolved to provenance-unattested releases. This patch carries no functional change; its sole purpose is to re-publish through the now-provenance-enabled pipeline so the published artifact ships an SLSA attestation.

packages/translation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@script-development/fs-translation",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Type-safe reactive i18n service for Vue 3 — multi-locale, dot-notation keys, parameter interpolation, memoized computed refs",
55
"homepage": "https://packages.script.nl/packages/translation",
66
"license": "MIT",

0 commit comments

Comments
 (0)