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 b098579 commit a3e6f4c
Show file tree
Hide file tree
Showing 15 changed files with 223 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/tender-teachers-reflect.md

This file was deleted.

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

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials
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.3.0",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
28 changes: 28 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# example

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "2.3.1",
"version": "2.4.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down
33 changes: 33 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# lokse

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials

### Patch Changes

- Updated dependencies [b098579]
- @lokse/core@2.4.0
2 changes: 1 addition & 1 deletion 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.1",
"version": "2.4.0",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand Down
28 changes: 28 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# @lokse/core

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials
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.1",
"version": "2.4.0",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand Down
33 changes: 33 additions & 0 deletions packages/plugin-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# @lokse/plugin-fallback

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials

### Patch Changes

- Updated dependencies [b098579]
- @lokse/core@2.4.0
2 changes: 1 addition & 1 deletion packages/plugin-fallback/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lokse/plugin-fallback",
"description": "Plugin for fallbacking missing translations to the default language translation",
"version": "2.3.1",
"version": "2.4.0",
"author": {
"name": "Lukáš Horák",
"email": "[email protected]"
Expand Down
33 changes: 33 additions & 0 deletions packages/plugin-non-breaking-spaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# @lokse/plugin-non-breaking-spaces

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials

### Patch Changes

- Updated dependencies [b098579]
- @lokse/core@2.4.0
2 changes: 1 addition & 1 deletion packages/plugin-non-breaking-spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lokse/plugin-non-breaking-spaces",
"description": "",
"version": "2.3.1",
"version": "2.4.0",
"author": {
"name": "Filip Kubík",
"email": "[email protected]"
Expand Down
33 changes: 33 additions & 0 deletions packages/plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# @lokse/plugin-prettier

## 2.4.0

### Minor Changes

- b098579: Add support for Application Default Credentials authentication. And upgrade tooling & dependencies.

***

**Authenticate with Application Default Credentials**

If none of these environment variables (`LOKSE_SERVICE_ACCOUNT_EMAIL` & `LOKSE_PRIVATE_KEY` or `LOKSE_API_KEY`) have been provided, `lokse` fallbacks to [application default credential authentication](https://cloud.google.com/docs/authentication/provide-credentials-adc).

***

**Other changes:**

- [dcbb5ee] ➕ Add turbo
- [063327c] 💚 Update CI configs
- [47b9108] ♻️ Update prettier config
- [79475bc] ⬆️ [email protected]
- [c9d6048] ⬆️ Upgrade prettier
- [791d7ab] ✅ Fix tests
- [5a977ff] ⬆️ upgrade [email protected]
- [4ee1a63] ⬆️ @types/node@20.x
- [ef1b926] Require Node >=20 & upgrade to [email protected]
- [db36e47] ✨ Add support for application default credentials

### Patch Changes

- Updated dependencies [b098579]
- @lokse/core@2.4.0
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lokse/plugin-prettier",
"description": "Lokse plugin used to format output translations file using prettier",
"version": "2.3.1",
"version": "2.4.0",
"author": {
"name": "Lukas Horak",
"email": "[email protected]"
Expand Down

0 comments on commit a3e6f4c

Please sign in to comment.