Skip to content

Commit 8668cdf

Browse files
chore: bump package version (#1953)
Co-authored-by: Max Prilutskiy <maks.prilutskiy@gmail.com>
1 parent d194bb0 commit 8668cdf

File tree

9 files changed

+47
-35
lines changed

9 files changed

+47
-35
lines changed

.changeset/public-nails-tease.md

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

.changeset/ten-doodles-sing.md

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

.changeset/thin-fans-unite.md

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

demo/new-compiler-next16/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @compiler/demo-next
22

3+
## 0.1.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @lingo.dev/compiler@0.3.5
9+
310
## 0.1.18
411

512
### Patch Changes

demo/new-compiler-next16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiler/demo-next",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.130.0
4+
5+
### Minor Changes
6+
7+
- [#1954](https://github.com/lingodotdev/lingo.dev/pull/1954) [`ef9fcbd`](https://github.com/lingodotdev/lingo.dev/commit/ef9fcbda434a1f29d69de8b3f5faa13e3cb4921a) Thanks [@cherkanovart](https://github.com/cherkanovart)! - feat: add GPG commit signing support to GitHub Action
8+
- Added `gpg-sign` input to action.yml for enabling GPG commit signing
9+
- Added `--gpg-sign` CLI option for the `ci` command
10+
- Added preflight check to verify GPG signing key is configured before committing
11+
- Commits are signed with `-S` flag when GPG signing is enabled
12+
- Works with both in-branch and pull-request modes
13+
14+
Usage:
15+
16+
```yaml
17+
- uses: crazy-max/ghaction-import-gpg@v6
18+
with:
19+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
20+
git_user_signingkey: true
21+
git_commit_gpgsign: true
22+
23+
- uses: lingodotdev/lingo.dev@main
24+
with:
25+
api-key: ${{ secrets.LINGODOTDEV_API_KEY }}
26+
gpg-sign: true
27+
```
28+
29+
### Patch Changes
30+
31+
- [#1947](https://github.com/lingodotdev/lingo.dev/pull/1947) [`09ac536`](https://github.com/lingodotdev/lingo.dev/commit/09ac536e0106946a8f1d1b8e80f981bc689786d0) Thanks [@thomasaull](https://github.com/thomasaull)! - Include hints in payload to LLMs
32+
333
## 0.129.0
434

535
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lingo.dev",
3-
"version": "0.129.0",
3+
"version": "0.130.0",
44
"description": "Lingo.dev CLI",
55
"private": false,
66
"repository": {

packages/new-compiler/CHANGELOG.md

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

3+
## 0.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ef9fcbd`](https://github.com/lingodotdev/lingo.dev/commit/ef9fcbda434a1f29d69de8b3f5faa13e3cb4921a), [`09ac536`](https://github.com/lingodotdev/lingo.dev/commit/09ac536e0106946a8f1d1b8e80f981bc689786d0)]:
8+
- lingo.dev@0.130.0
9+
310
## 0.3.4
411

512
### Patch Changes

packages/new-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingo.dev/compiler",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Lingo.dev Compiler",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)