Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/true-lizards-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@lingo.dev/_compiler": patch
"@lingo.dev/_locales": patch
"@lingo.dev/_logging": patch
"@lingo.dev/_react": patch
"@lingo.dev/_spec": patch
"lingo.dev": patch
"@lingo.dev/_sdk": patch
---

Upd NPM workflows
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -93,4 +94,4 @@ jobs:
commit: "chore: bump package version"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev CLI",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down
3 changes: 2 additions & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev Compiler",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"sideEffects": false,
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev locales",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down
3 changes: 2 additions & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev logging utilities with Pino",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev React Kit",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"sideEffects": false,
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev JS SDK",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down
3 changes: 2 additions & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Lingo.dev open specification",
"private": false,
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"type": "module",
"sideEffects": false,
Expand Down