Skip to content

Commit d4ff01a

Browse files
authored
Merge pull request #107 from script-development/engineer/theme-translation-attestation
chore: bump fs-theme + fs-translation 0.1.1 (provenance attestation)
2 parents ed12ac2 + 3ce98f5 commit d4ff01a

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)