Skip to content

Commit be133e0

Browse files
[WIP] Fix npm publish command and bump version to 32.5.3 (#409)
* Initial plan * fix: add --access public to npm publish, bump version to 32.5.3, update CHANGELOG Agent-Logs-Url: https://github.com/linn/react-components-library/sessions/0e27a9ac-0264-407b-83bb-79ea6d24cbd3 Co-authored-by: lewisrenfrew <16683709+lewisrenfrew@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lewisrenfrew <16683709+lewisrenfrew@users.noreply.github.com>
1 parent f12671d commit be133e0

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Publish to npm
6666
if: steps.version-check.outputs.changed == 'true'
67-
run: npm publish --provenance
67+
run: npm publish --provenance --access public
6868

6969
- name: Write step summary (no publish)
7070
if: steps.version-check.outputs.changed == 'false'

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## [32.5.3] - 2026-04-22
3+
- Fix npm publish for scoped package - add --access public flag
24
## [32.5.0] - 2026-04-22
35
- Migrate CI/CD from CircleCI to GitHub Actions (ci-cd.yml). npm publishing now uses OIDC Trusted Publisher instead of a stored NPM_TOKEN secret, with npm provenance attestation. Storybook deployment consolidated into the same workflow. Publish step now skips gracefully (with a commit comment notification) if the package version has not been incremented.
46
## [32.4.0] - 2026-04-20

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linn-it/linn-form-components-library",
3-
"version": "32.5.2",
3+
"version": "32.5.3",
44
"private": false,
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)