Skip to content

Commit 9a11bde

Browse files
Version Packages (#380)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f95fd2a commit 9a11bde

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

.changeset/loose-cups-hide.md

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

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @vocab/cli
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#379](https://github.com/seek-oss/vocab/pull/379) [`f95fd2a`](https://github.com/seek-oss/vocab/commit/f95fd2ae44c7add493e86929c918acb9d8d81788) Thanks [@jahredhope](https://github.com/jahredhope)! - Add auto-translate feature for push command
8+
9+
Adds a new `--auto-translate` flag to the `vocab push` command that enables automatic translation for missing translations in the Phrase platform. When enabled, this flag instructs Phrase to automatically translate any missing keys using machine translation.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`f95fd2a`](https://github.com/seek-oss/vocab/commit/f95fd2ae44c7add493e86929c918acb9d8d81788)]:
14+
- @vocab/phrase@2.2.0
15+
316
## 2.1.12
417

518
### Patch 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": "@vocab/cli",
3-
"version": "2.1.12",
3+
"version": "2.2.0",
44
"description": "A CLI for generating typed Vocab translations and interacting with 3rd-party localization services",
55
"repository": {
66
"type": "git",

packages/phrase/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vocab/phrase
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#379](https://github.com/seek-oss/vocab/pull/379) [`f95fd2a`](https://github.com/seek-oss/vocab/commit/f95fd2ae44c7add493e86929c918acb9d8d81788) Thanks [@jahredhope](https://github.com/jahredhope)! - Add auto-translate feature for push command
8+
9+
Adds a new `--auto-translate` flag to the `vocab push` command that enables automatic translation for missing translations in the Phrase platform. When enabled, this flag instructs Phrase to automatically translate any missing keys using machine translation.
10+
311
## 2.1.10
412

513
### Patch Changes

packages/phrase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vocab/phrase",
3-
"version": "2.1.10",
3+
"version": "2.2.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/seek-oss/vocab.git",

0 commit comments

Comments
 (0)