Skip to content

Commit

Permalink
Merge pull request #29 from rawand-faraidun/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
rawand-faraidun authored Jul 2, 2024
2 parents 824d8ab + 77f8e9d commit 4f78a08
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 86 deletions.
6 changes: 0 additions & 6 deletions .changeset/sour-plums-cry.md

This file was deleted.

165 changes: 86 additions & 79 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linguify",
"version": "1.3.0",
"version": "1.3.1",
"description": "Translation manager",
"private": false,
"type": "module",
Expand Down

0 comments on commit 4f78a08

Please sign in to comment.