Skip to content

Commit

Permalink
Version Packages (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] authored May 11, 2023
1 parent 45cd995 commit 76e7f1a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/spicy-eggs-divide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vocab/cli

## 1.3.6

### Patch Changes

- Updated dependencies [[`45cd995`](https://github.com/seek-oss/vocab/commit/45cd995034d80dda5b32310823cc139b01af36e7)]:
- @vocab/phrase@1.2.7

## 1.3.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/cli",
"version": "1.3.5",
"version": "1.3.6",
"main": "dist/vocab-cli.cjs.js",
"module": "dist/vocab-cli.esm.js",
"bin": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@types/env-ci": "^3.1.0",
"@vocab/core": "^1.3.1",
"@vocab/phrase": "^1.2.6",
"@vocab/phrase": "^1.2.7",
"env-ci": "^5.0.2",
"fast-glob": "^3.2.4",
"form-data": "^3.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/phrase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @vocab/phrase

## 1.2.7

### Patch Changes

- [`45cd995`](https://github.com/seek-oss/vocab/commit/45cd995034d80dda5b32310823cc139b01af36e7) [#152](https://github.com/seek-oss/vocab/pull/152) Thanks [@askoufis](https://github.com/askoufis)! - Upload translations in a separate file per language

Fixes a regression introduced when [support for Phrase tags was added][phrase tags pr].
Part of adding support for tags involved swapping to uploading translations in a CSV file instead of a JSON file.
This had the unintended (and undocumented) side-effect of creating missing languages in the target Phrase project.
This is unnecessary in the case where the language doesn't actually have any translations and/or derives its translations from a parent language.
Only languages that actually have translations (i.e. they have messages defined in a `translations.json` file) will be created in the target Phrase project.

[phrase tags pr]: https://github.com/seek-oss/vocab/pull/101

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/phrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vocab/phrase",
"version": "1.2.6",
"version": "1.2.7",
"main": "dist/vocab-phrase.cjs.js",
"module": "dist/vocab-phrase.esm.js",
"author": "SEEK",
Expand Down

0 comments on commit 76e7f1a

Please sign in to comment.