Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Horák committed Feb 9, 2023
1 parent 22dd00e commit 6032edb
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 19 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.3.0"
"version": "2.3.1"
}
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

<a name="2.3.1"></a>

## 2.3.1 (2023-02-09)

### Added

- ✅ Mock require.resolve in plugins loading tests [[dde8940](https://github.com/AckeeCZ/lokse/commit/dde894052ec07ac42cc6a6798055e8320e24329b)]

### Fixed

- 🐛 Resolve plugin source path for case of globa lokse usage [[d83e8d2](https://github.com/AckeeCZ/lokse/commit/d83e8d2db60a0b26a7adb013162acd76ca646333)]

<a name="2.3.0"></a>

## 2.3.0 (2022-11-13)
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.3.0",
"version": "2.3.1",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@lokse/plugin-fallback": "^2.3.0",
"@lokse/plugin-prettier": "^2.3.0",
"lokse": "^2.3.0"
"@lokse/plugin-fallback": "^2.3.1",
"@lokse/plugin-prettier": "^2.3.1",
"lokse": "^2.3.1"
}
}
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.3.0",
"version": "2.3.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
8 changes: 4 additions & 4 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.3.0 darwin-x64 node-v14.20.0
lokse/2.3.1 darwin-x64 node-v18.11.0
$ lokse --help [COMMAND]
USAGE
$ lokse COMMAND
Expand Down Expand Up @@ -197,7 +197,7 @@ EXAMPLE
$ lokse init
```

_See code: [lib/commands/init.js](https://github.com/AckeeCZ/lokse/blob/v2.3.0/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/AckeeCZ/lokse/blob/v2.3.1/lib/commands/init.js)_

## `lokse open`

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

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

## `lokse update`

Expand Down Expand Up @@ -243,5 +243,5 @@ EXAMPLES
$ 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.3.0/lib/commands/update.js)_
_See code: [lib/commands/update.js](https://github.com/AckeeCZ/lokse/blob/v2.3.1/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.3.0",
"version": "2.3.1",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand All @@ -11,7 +11,7 @@
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.3.0",
"@lokse/core": "^2.3.1",
"@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.3.0",
"version": "2.3.1",
"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.3.0",
"version": "2.3.1",
"author": {
"name": "Lukáš Horák",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.3.0"
"@lokse/core": "^2.3.1"
},
"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.3.0",
"version": "2.3.1",
"author": {
"name": "Filip Kubík",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.3.0",
"@lokse/core": "^2.3.1",
"lodash": "^4.17.20"
},
"engines": {
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.3.0",
"version": "2.3.1",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.3.0",
"@lokse/core": "^2.3.1",
"prettier": "^2.1.2"
},
"engines": {
Expand Down

0 comments on commit 6032edb

Please sign in to comment.