From 77f8e9d899003cfcd05c0264f04b32b13c271eb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:41:20 +0000 Subject: [PATCH] Version Packages --- .changeset/sour-plums-cry.md | 6 -- CHANGELOG.md | 165 ++++++++++++++++++----------------- package.json | 2 +- 3 files changed, 87 insertions(+), 86 deletions(-) delete mode 100644 .changeset/sour-plums-cry.md diff --git a/.changeset/sour-plums-cry.md b/.changeset/sour-plums-cry.md deleted file mode 100644 index a830ef4..0000000 --- a/.changeset/sour-plums-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'linguify': patch ---- - -changes: - - update dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 629763a..84ed3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,79 +1,86 @@ -# linguify - -## 1.3.0 - -### Minor Changes - -- 3af0e28: changes: - - update dependencies - - sort objects - - export to excel - - import from excel - -## 1.2.2 - -### Patch Changes - -- 0faa1df: changes: - - fix filtering case - - changes svg icons to `react-icons` - - added footer, prevent elements from sticking to bottom of the screen - - update dependencies - - other small changes - -## 1.2.1 - -### Patch Changes - -- 30fc025: Update dependencies - -## 1.2.0 - -### Minor Changes - -- 3dc59ea: output JSON indentation - - - allow to indent output json files - - `jsonIndentation` optional config option - - `useSingleFile` is now optional - -## 1.1.0 - -### Minor Changes - -- 8161a2e: Use single translation file: - - allow to have one translation file for each locale instead of a file for each namespace - - `useSingleFile` config option - -## 1.0.4 - -### Patch Changes - -- e847d68: fix schema src - -## 1.0.3 - -### Patch Changes - -- 1da1020: Configuration file schema - -## 1.0.2 - -### Patch Changes - -- e3bc655: Small fixes: - - wider key dialogs & fix directions - - fix theme button padding - - update dependencies - -## 1.0.1 - -### Patch Changes - -- 579e155: fix package included files - -## 1.0.0 - -### Major Changes - -- 848c54c: Linguify translation manager release +# linguify + +## 1.3.1 + +### Patch Changes + +- 6aa9e8f: changes: + - update dependencies + +## 1.3.0 + +### Minor Changes + +- 3af0e28: changes: + - update dependencies + - sort objects + - export to excel + - import from excel + +## 1.2.2 + +### Patch Changes + +- 0faa1df: changes: + - fix filtering case + - changes svg icons to `react-icons` + - added footer, prevent elements from sticking to bottom of the screen + - update dependencies + - other small changes + +## 1.2.1 + +### Patch Changes + +- 30fc025: Update dependencies + +## 1.2.0 + +### Minor Changes + +- 3dc59ea: output JSON indentation + + - allow to indent output json files + - `jsonIndentation` optional config option + - `useSingleFile` is now optional + +## 1.1.0 + +### Minor Changes + +- 8161a2e: Use single translation file: + - allow to have one translation file for each locale instead of a file for each namespace + - `useSingleFile` config option + +## 1.0.4 + +### Patch Changes + +- e847d68: fix schema src + +## 1.0.3 + +### Patch Changes + +- 1da1020: Configuration file schema + +## 1.0.2 + +### Patch Changes + +- e3bc655: Small fixes: + - wider key dialogs & fix directions + - fix theme button padding + - update dependencies + +## 1.0.1 + +### Patch Changes + +- 579e155: fix package included files + +## 1.0.0 + +### Major Changes + +- 848c54c: Linguify translation manager release diff --git a/package.json b/package.json index 3be156d..c45c61c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linguify", - "version": "1.3.0", + "version": "1.3.1", "description": "Translation manager", "private": false, "type": "module",