Skip to content

Commit

Permalink
RELEASING: Releasing 7 package(s)
Browse files Browse the repository at this point in the history
Releases:
  lokse-doc-site@3.0.0
  example@3.0.0
  lokse@3.0.0
  @lokse/core@3.0.0
  @lokse/plugin-fallback@3.0.0
  @lokse/plugin-non-breaking-spaces@3.0.0
  @lokse/plugin-prettier@3.0.0

[skip ci]
  • Loading branch information
cermakjiri committed Nov 18, 2024
1 parent f836acf commit d9c1d0a
Show file tree
Hide file tree
Showing 15 changed files with 230 additions and 25 deletions.
11 changes: 0 additions & 11 deletions .changeset/hot-toes-own.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
@@ -1,5 +1,33 @@
# lokse-doc-site

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"private": true,
"packageManager": "yarn@4.5.1",
"engines": {
Expand Down
28 changes: 28 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# example

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

## 2.4.1

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

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

### Patch Changes

- Updated dependencies [f836acf]
- @lokse/core@3.0.0

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"author": {
"name": "Lukas Horak",
"email": "horaklukas@centrum.cz"
},
"bin": "./bin/run",
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.1",
"@lokse/core": "^3.0.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1.3.4",
Expand Down
28 changes: 28 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @lokse/core

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"author": {
"name": "Lukas Horak",
"email": "horaklukas@centrum.cz"
Expand Down
33 changes: 33 additions & 0 deletions packages/plugin-fallback/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @lokse/plugin-fallback

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

### Patch Changes

- Updated dependencies [f836acf]
- @lokse/core@3.0.0

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"author": {
"name": "Lukáš Horák",
"email": "horaklukas@centrum.cz"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.1"
"@lokse/core": "^3.0.0"
},
"homepage": "https://github.com/AckeeCZ/lokse",
"keywords": [
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
@@ -1,5 +1,38 @@
# @lokse/plugin-non-breaking-spaces

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

### Patch Changes

- Updated dependencies [f836acf]
- @lokse/core@3.0.0

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"author": {
"name": "Filip Kubík",
"email": "filip.kubik.dev@gmail.com"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.1",
"@lokse/core": "^3.0.0",
"lodash": "4.17.20"
},
"homepage": "https://github.com/AckeeCZ/lokse",
Expand Down
33 changes: 33 additions & 0 deletions packages/plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @lokse/plugin-prettier

## 3.0.0

### Major Changes

- f836acf: 💥 Use application default credentials as only authentication method.

## Migration guide

1. Remove `.env.local`
2. Install `gcloud` first - https://cloud.google.com/sdk/docs/install
3. Sign-in with Google:

```sh
gcloud auth application-default login --scopes=openid,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive.file
```

4. Fetch spreadsheets:

```sh
lokse update
```

5. In case of getting quote project warning:

```sh
gcloud auth application-default set-quota-project <project-name>
```

### Patch Changes

- Updated dependencies [f836acf]
- @lokse/core@3.0.0

## 2.4.1

### Patch 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.1",
"version": "3.0.0",
"author": {
"name": "Lukas Horak",
"email": "horaklukas@centrum.cz"
},
"bugs": "https://github.com/AckeeCZ/lokse/issues",
"dependencies": {
"@lokse/core": "^2.4.1",
"@lokse/core": "^3.0.0",
"prettier": "3.3.3"
},
"devDependencies": {
Expand Down

0 comments on commit d9c1d0a

Please sign in to comment.