Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Horák committed Jan 13, 2022
1 parent 8397d3c commit 6f9fe55
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitmoji-changelogrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"project": {
"name": "@lokse/workspace",
"version": "2.1.2"
"version": "2.1.3"
}
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

<a name="2.1.3"></a>
## 2.1.3 (2022-01-13)

### Changed

- ⬆️ Upgrade google-spreadsheet to v 3.2.0 [[73f4425](https://github.com/AckeeCZ/lokse/commit/73f442520b66e53fcc7db05759dd77d002b8b99e)]
- ⬆️ Upgrade dependencies globally with yarn upgrade [[8397d3c](https://github.com/AckeeCZ/lokse/commit/8397d3c5647073695e52f60a58aa8265cf2c8c62)]


<a name="2.1.2"></a>
## 2.1.2 (2021-11-15)

Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "example",
"private": true,
"version": "2.1.2",
"version": "2.1.3",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@lokse/plugin-fallback": "^2.1.0",
"@lokse/plugin-prettier": "^2.1.0",
"lokse": "^2.1.2"
"@lokse/plugin-fallback": "^2.1.3",
"@lokse/plugin-prettier": "^2.1.3",
"lokse": "^2.1.3"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.1.2",
"version": "2.1.3",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g lokse
$ lokse COMMAND
running command...
$ lokse (-v|--version|version)
lokse/2.1.2 darwin-x64 node-v14.18.0
lokse/2.1.3 darwin-x64 node-v14.18.0
$ lokse --help [COMMAND]
USAGE
$ lokse COMMAND
Expand Down Expand Up @@ -179,7 +179,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_

## `lokse open`

Expand All @@ -197,7 +197,7 @@ EXAMPLE
$ lokse open -i 1HKjvejcuHIY73WvEkipD7_dmF9dFeNLji3nS2RXcIzk
```

_See code: [lib/commands/open.js](https://github.com/AckeeCZ/lokse/blob/v2.1.2/lib/commands/open.js)_
_See code: [lib/commands/open.js](https://github.com/AckeeCZ/lokse/blob/v2.1.3/lib/commands/open.js)_

## `lokse update`

Expand All @@ -208,22 +208,22 @@ USAGE
$ lokse update
OPTIONS
-c, --col=col column containing translations keys. For example key_web.
-d, --dir=dir output folder
-f, --format=(json|android|ios) output format. Default is json.
-h, --help show CLI help
-i, --id=id spreadsheet id
-c, --col=col column containing translations keys. For example key_web.
-d, --dir=dir output folder
-f, --format=(json|android|ios|yaml) output format. Default is json.
-h, --help show CLI help
-i, --id=id spreadsheet id
-l, --languages=languages translation columns languages. Multiple values are comma separated. For example
cs,en,fr
-l, --languages=languages translation columns languages. Multiple values are comma separated. For example
cs,en,fr
-s, --sheets=sheets sheets to get translations from. Name or list of names, comma separated. For example
Translations1,Translations2
-s, --sheets=sheets sheets to get translations from. Name or list of names, comma separated. For
example Translations1,Translations2
EXAMPLES
$ lokse update
$ lokse update -i 1HKjvejcuHIY73WvEkipD7_dmF9dFeNLji3nS2RXcIzk -d locales -l cz,en,fr -t key_web
```

_See code: [lib/commands/update.js](https://github.com/AckeeCZ/lokse/blob/v2.1.2/lib/commands/update.js)_
_See code: [lib/commands/update.js](https://github.com/AckeeCZ/lokse/blob/v2.1.3/lib/commands/update.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lokse",
"description": "Tool to efficient usage of translations stored in google spreadsheet",
"version": "2.1.2",
"version": "2.1.3",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand All @@ -12,7 +12,7 @@
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
"@lokse/core": "^2.1.0",
"@lokse/core": "^2.1.3",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lokse/core",
"description": "Core of localization from spreadsheet solution lokse",
"version": "2.1.0",
"version": "2.1.3",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-fallback/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lokse/plugin-fallback",
"description": "Plugin for fallbacking missing translations to the default language translation",
"version": "2.1.0",
"version": "2.1.3",
"author": {
"name": "Lukáš Horák",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.1.0"
"@lokse/core": "^2.1.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-non-breaking-spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lokse/plugin-non-breaking-spaces",
"description": "",
"version": "2.1.1",
"version": "2.1.3",
"author": {
"name": "Filip Kubík",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.1.0"
"@lokse/core": "^2.1.3"
},
"engines": {
"node": ">=8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lokse/plugin-prettier",
"description": "Lokse plugin used to format output translations file using prettier",
"version": "2.1.0",
"version": "2.1.3",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.1.0",
"@lokse/core": "^2.1.3",
"prettier": "^2.1.2"
},
"engines": {
Expand Down

0 comments on commit 6f9fe55

Please sign in to comment.