Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Horák committed Sep 26, 2022
1 parent c584157 commit cc9f557
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 21 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.2.0"
"version": "2.2.2"
}
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

<a name="2.2.2"></a>

## 2.2.2 (2022-09-26)

### Changed

- 📝 Add documentation page [[df8e6da](https://github.com/AckeeCZ/lokse/commit/df8e6da4a8b20d74f4a73c71be3ddd0ffe7b8e57)]
- ⬆️ Fix version resolution for @types/react [[8f83843](https://github.com/AckeeCZ/lokse/commit/8f83843cafe66c5c4b5ecad7ac5ad4169c7c6dc3)]
- ♻️ Extract documentation web from the monorepo architecture [[4d96192](https://github.com/AckeeCZ/lokse/commit/4d96192a2aee7926703cff17481b024e50b4cc85)]
- 👷 Use node@16 for github workflows [[db9c343](https://github.com/AckeeCZ/lokse/commit/db9c343f3c6b5a5ce78578d1e10876156442b3a1)]
- 📝 Update auth details links [[de4401c](https://github.com/AckeeCZ/lokse/commit/de4401c8092e73d67c0dd91baa2ea827f59651a5)]

### Removed

- 🔥 Remove core/doc/authentication as it is included in doc web [[322734e](https://github.com/AckeeCZ/lokse/commit/322734e926d625d675a1b0449a133f90487962c0)]

<a name="2.2.1"></a>

## 2.2.1 (2022-09-01)

### Changed

- 🔧 Change extension name field from lokse to lokse-extension [[aeea379](https://github.com/AckeeCZ/lokse/commit/aeea37998836ac8b30649d404a4a18012d73fbae)]

### Fixed

- 🐛 Fix packing templates with lokse cli package [[e984c54](https://github.com/AckeeCZ/lokse/commit/e984c5477b9de7a012ad975b5861a36231831dd9)]

<a name="2.2.0"></a>

## 2.2.0 (2022-06-15)
Expand Down
2 changes: 1 addition & 1 deletion docs/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lokse-doc-site",
"version": "0.0.1",
"version": "2.2.2",
"private": true,
"scripts": {
"dev": "astro dev",
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.2.0",
"version": "2.2.2",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@lokse/plugin-fallback": "^2.2.0",
"@lokse/plugin-prettier": "^2.2.0",
"lokse": "^2.2.0"
"@lokse/plugin-fallback": "^2.2.2",
"@lokse/plugin-prettier": "^2.2.2",
"lokse": "^2.2.2"
}
}
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.2.0",
"version": "2.2.2",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ A tool for efficient usage of translations stored in google spreadsheet
## 🚀 Usage

<!-- usage -->
```sh
```sh-session
$ npm install -g lokse
$ lokse COMMAND
running command...
$ lokse (-v|--version|version)
lokse/2.2.1 darwin-x64 node-v14.18.0
lokse/2.2.2 darwin-x64 node-v14.18.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.2.1/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/AckeeCZ/lokse/blob/v2.2.2/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.2.1/lib/commands/open.js)_
_See code: [lib/commands/open.js](https://github.com/AckeeCZ/lokse/blob/v2.2.2/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.2.1/lib/commands/update.js)_
_See code: [lib/commands/update.js](https://github.com/AckeeCZ/lokse/blob/v2.2.2/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.2.1",
"version": "2.2.2",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand All @@ -11,7 +11,7 @@
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.2.0",
"@lokse/core": "^2.2.2",
"@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.2.0",
"version": "2.2.2",
"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.2.0",
"version": "2.2.2",
"author": {
"name": "Lukáš Horák",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.2.0"
"@lokse/core": "^2.2.2"
},
"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.2.0",
"version": "2.2.2",
"author": {
"name": "Filip Kubík",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.2.0",
"@lokse/core": "^2.2.2",
"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.2.0",
"version": "2.2.2",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.2.0",
"@lokse/core": "^2.2.2",
"prettier": "^2.1.2"
},
"engines": {
Expand Down

0 comments on commit cc9f557

Please sign in to comment.