Skip to content

Commit

Permalink
Version Packages (#70)
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
github-actions[bot] and github-actions[bot] authored Mar 5, 2025
1 parent c5ee237 commit fb2da32
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-lamps-melt.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/lovely-peaches-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-humans-wonder.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/soft-apricots-pull.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ilib-loctool-tap-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ilib-loctool-tap-i18n

## 1.1.3

### Patch Changes

- d20d079: Fixed plural categories in plugin output to always produce required category `many` for Polish and Russian.
- Updated dependencies [c5ee237]
- [email protected]

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ilib-loctool-tap-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-loctool-tap-i18n",
"version": "1.1.2",
"version": "1.1.3",
"main": "./YamlFileType.js",
"description": "A loctool plugin that knows how to process tap-i18n style yaml files",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ilib-po/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ilib-po

## 1.1.1

### Patch Changes

- 9cadb43: Fixed syntax errors in generated PO file when there are linebreaks in comments for translators.
- Updated dependencies [c5ee237]
- [email protected]

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ilib-po/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-po",
"version": "1.1.0",
"version": "1.1.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "Library of code to parse and generate PO files.",
Expand Down
16 changes: 16 additions & 0 deletions packages/ilib-tools-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# ilib-tools-common

## 1.14.0

### Minor Changes

- c5ee237: - Added Escaper class to the tools library
- escaperFactory() generates the appropriate escaper instance
for the given programming language/syntax
- Escaper.unescape() takes a string as it would be encoded in
a source file, and transforms it into how it would be
represented in memory while the program is running
- Escaper.escape() does the converse
- original code was extracted from various loctool plugins
- this library is intended to be used with any loctool or ilib-lint
plugin so that we do escaping/unescaping the same way no
matter which plugin we are using

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ilib-tools-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-tools-common",
"version": "1.13.0",
"version": "1.14.0",
"main": "./lib/index.js",
"module": "./src/index.js",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/loctool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# loctool

## 2.28.2

### Patch Changes

- 5e58323: - Fixed a problem where the project that convert needs to
instantiate in order to run tried to find and load every
single xliff file in the current directory recursively as
translations file in the xliffDir. The problem comes in
if there are many xliff files in the current directory
or there are many directories underneath the current
working directory. That caused start-up to take a really
long time.
- The fix is to for the convert action to turn off
loading translation files when instantiating a project.
They are not needed anyways.
- Updated dependencies [9cadb43]
- Updated dependencies [c5ee237]
- [email protected]
- [email protected]

## 2.28.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loctool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loctool",
"version": "2.28.1",
"version": "2.28.2",
"main": "./loctool.js",
"bin": "./loctool.js",
"description": "A string resource extractor for multiple files types and project types",
Expand Down

0 comments on commit fb2da32

Please sign in to comment.