diff --git a/.changeset/tender-teachers-reflect.md b/.changeset/tender-teachers-reflect.md deleted file mode 100644 index 7bf7bfdd..00000000 --- a/.changeset/tender-teachers-reflect.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'lokse-doc-site': major -'example': major -'lokse': major -'@lokse/core': major -'@lokse/plugin-fallback': major -'@lokse/plugin-non-breaking-spaces': major -'@lokse/plugin-prettier': major ---- - -Add support for Application Default Credentials authentication. And upgrade tooling & dependencies. diff --git a/docs/web/CHANGELOG.md b/docs/web/CHANGELOG.md new file mode 100644 index 00000000..97850aee --- /dev/null +++ b/docs/web/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials diff --git a/docs/web/package.json b/docs/web/package.json index ffb83d30..60f26016 100644 --- a/docs/web/package.json +++ b/docs/web/package.json @@ -1,6 +1,6 @@ { "name": "lokse-doc-site", - "version": "2.3.0", + "version": "2.4.0", "private": true, "scripts": { "dev": "astro dev", diff --git a/example/CHANGELOG.md b/example/CHANGELOG.md new file mode 100644 index 00000000..fabd6bf0 --- /dev/null +++ b/example/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials diff --git a/example/package.json b/example/package.json index f730f160..b2e3937b 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "2.3.1", + "version": "2.4.0", "main": "index.js", "license": "MIT", "devDependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md new file mode 100644 index 00000000..48114df7 --- /dev/null +++ b/packages/cli/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials + +### Patch Changes + +- Updated dependencies [b098579] + - @lokse/core@2.4.0 diff --git a/packages/cli/package.json b/packages/cli/package.json index 0a64da7b..1270c842 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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": "horaklukas@centrum.cz" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 00000000..0b25f759 --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials diff --git a/packages/core/package.json b/packages/core/package.json index 6a652b98..5d09f7fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": "horaklukas@centrum.cz" diff --git a/packages/plugin-fallback/CHANGELOG.md b/packages/plugin-fallback/CHANGELOG.md new file mode 100644 index 00000000..619eabb2 --- /dev/null +++ b/packages/plugin-fallback/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials + +### Patch Changes + +- Updated dependencies [b098579] + - @lokse/core@2.4.0 diff --git a/packages/plugin-fallback/package.json b/packages/plugin-fallback/package.json index ae1c57bb..0e168ab0 100644 --- a/packages/plugin-fallback/package.json +++ b/packages/plugin-fallback/package.json @@ -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": "horaklukas@centrum.cz" diff --git a/packages/plugin-non-breaking-spaces/CHANGELOG.md b/packages/plugin-non-breaking-spaces/CHANGELOG.md new file mode 100644 index 00000000..2d844802 --- /dev/null +++ b/packages/plugin-non-breaking-spaces/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials + +### Patch Changes + +- Updated dependencies [b098579] + - @lokse/core@2.4.0 diff --git a/packages/plugin-non-breaking-spaces/package.json b/packages/plugin-non-breaking-spaces/package.json index 9dd2b557..0d9fbe02 100644 --- a/packages/plugin-non-breaking-spaces/package.json +++ b/packages/plugin-non-breaking-spaces/package.json @@ -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": "filip.kubik.dev@gmail.com" diff --git a/packages/plugin-prettier/CHANGELOG.md b/packages/plugin-prettier/CHANGELOG.md new file mode 100644 index 00000000..8c8599d9 --- /dev/null +++ b/packages/plugin-prettier/CHANGELOG.md @@ -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] ⬆️ typescript@5.x + - [c9d6048] ⬆️ Upgrade prettier + - [791d7ab] ✅ Fix tests + - [5a977ff] ⬆️ upgrade jest@29.x + - [4ee1a63] ⬆️ @types/node@20.x + - [ef1b926] Require Node >=20 & upgrade to yarn@4.5.1 + - [db36e47] ✨ Add support for application default credentials + +### Patch Changes + +- Updated dependencies [b098579] + - @lokse/core@2.4.0 diff --git a/packages/plugin-prettier/package.json b/packages/plugin-prettier/package.json index 7edb3c19..a75d6140 100644 --- a/packages/plugin-prettier/package.json +++ b/packages/plugin-prettier/package.json @@ -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": "horaklukas@centrum.cz"