Skip to content

Commit cc9384c

Browse files
authored
fix: update bin configuration to resolve Windows CLI issue (#1939)
* feat: add one-off release workflow for package publishing * chore: remove obsolete changeset for one-off release workflow * fix: update bin configuration to resolve Windows CLI issue * Merge branch 'main' into feat-add-bin-path * chore: update package versions and changelogs for lingo.dev and compiler * chore: add registry URL to one-off release workflow for npm * chore: update one-off release workflow to use changesets action for publishing * chore: add NODE_AUTH_TOKEN to one-off release workflow for npm authentication * chore: enhance one-off release workflow with Turbo caching and pnpm configuration * chore: remove unused registry URL and NODE_AUTH_TOKEN from one-off release workflow * chore: add NPM_TOKEN to one-off release workflow for npm authentication * chore: add NPM_TOKEN to one-off release workflow for npm authentication * chore: add initial changeset file for tracking updates * chore: downgrade compiler version to 0.3.2 in package.json * chore: update CHANGELOG to remove version 0.3.3 details
1 parent f911244 commit cc9384c

File tree

4 files changed

+10
-45
lines changed

4 files changed

+10
-45
lines changed

‎.changeset/tiny-shoes-doubt.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

‎.github/workflows/one-off-release.yml‎

Lines changed: 0 additions & 44 deletions
This file was deleted.

‎packages/cli/CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lingo.dev
22

3+
## 0.127.0
4+
5+
### Minor Changes
6+
7+
- [#1939](https://github.com/lingodotdev/lingo.dev/pull/1939) [`2d60662`](https://github.com/lingodotdev/lingo.dev/commit/2d60662b8a7e2c60eeef357550ca9190c56048b5) Thanks [@cherkanovart](https://github.com/cherkanovart)! - modify bin to fix windows issue
8+
39
## 0.126.1
410

511
### Patch Changes

‎packages/cli/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lingo.dev",
3-
"version": "0.126.1",
3+
"version": "0.127.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"repository": {
@@ -108,6 +108,7 @@
108108
}
109109
},
110110
"bin": {
111+
"lingo": "./bin/cli.mjs",
111112
"lingo.dev": "./bin/cli.mjs"
112113
},
113114
"files": [

0 commit comments

Comments
 (0)