Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 15, 2024
1 parent c518182 commit 329d8f2
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .changeset/ninety-crabs-kick.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# lokse-doc-site

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.

## 2.4.0

### Minor Changes
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": "2.4.0",
"version": "2.4.1",
"private": true,
"packageManager": "[email protected]",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# example

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@lokse/plugin-fallback": "^2.4.0",
"@lokse/plugin-prettier": "^2.4.0",
"lokse": "^2.4.0"
"@lokse/plugin-fallback": "^2.4.1",
"@lokse/plugin-prettier": "^2.4.1",
"lokse": "^2.4.1"
}
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# lokse

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.
- Updated dependencies [c518182]
- @lokse/core@2.4.1

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "lokse",
"description": "Tool to efficient usage of translations stored in google spreadsheet",
"version": "2.4.0",
"version": "2.4.1",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
},
"bin": "./bin/run",
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.0",
"@lokse/core": "^2.4.1",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lokse/core

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lokse/plugin-fallback

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.
- Updated dependencies [c518182]
- @lokse/core@2.4.1

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"author": {
"name": "Lukáš Horák",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.0"
"@lokse/core": "^2.4.1"
},
"homepage": "https://github.com/AckeeCZ/lokse",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-non-breaking-spaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lokse/plugin-non-breaking-spaces

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.
- Updated dependencies [c518182]
- @lokse/core@2.4.1

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"author": {
"name": "Filip Kubík",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.0",
"@lokse/core": "^2.4.1",
"lodash": "4.17.20"
},
"homepage": "https://github.com/AckeeCZ/lokse",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lokse/plugin-prettier

## 2.4.1

### Patch Changes

- c518182: Fix internal imports.
- Updated dependencies [c518182]
- @lokse/core@2.4.1

## 2.4.0

### Minor Changes
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.4.0",
"version": "2.4.1",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.0",
"@lokse/core": "^2.4.1",
"prettier": "3.3.3"
},
"devDependencies": {
Expand Down

0 comments on commit 329d8f2

Please sign in to comment.