From cf0662ccbdb76c5d4527bd3d6e980c0285605978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pr=C3=A9vost?= Date: Fri, 25 Aug 2023 14:44:28 -0400 Subject: [PATCH] Bump cli to 0.14.0 --- cli/README.md | 14 +++++++------- cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cli/README.md b/cli/README.md index 5c6880583..19f421b75 100644 --- a/cli/README.md +++ b/cli/README.md @@ -20,7 +20,7 @@ $ npm install -g accent-cli $ accent COMMAND running command... $ accent (-v|--version|version) -accent-cli/0.13.3 darwin-arm64 node-v16.15.1 +accent-cli/0.14.0 darwin-arm64 node-v16.15.1 $ accent --help [COMMAND] USAGE $ accent COMMAND @@ -110,7 +110,7 @@ EXAMPLES $ accent export --order-by=key --version=build.myapp.com:0.12.345 ``` -_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/export.ts)_ +_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/export.ts)_ ## `accent format` @@ -128,7 +128,7 @@ EXAMPLE $ accent format ``` -_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/format.ts)_ +_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/format.ts)_ ## `accent help [COMMAND]` @@ -165,7 +165,7 @@ EXAMPLE $ accent jipt ``` -_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/jipt.ts)_ +_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/jipt.ts)_ ## `accent lint` @@ -182,7 +182,7 @@ EXAMPLE $ accent lint ``` -_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/lint.ts)_ +_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/lint.ts)_ ## `accent stats` @@ -199,7 +199,7 @@ EXAMPLE $ accent stats ``` -_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/stats.ts)_ +_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/stats.ts)_ ## `accent sync` @@ -231,7 +231,7 @@ EXAMPLES $ accent sync --add-translations --merge-type=smart --order-key=key --version=v0.23 ``` -_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/sync.ts)_ +_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/sync.ts)_ # GitHub Actions diff --git a/cli/package-lock.json b/cli/package-lock.json index c836df856..b46d84ab2 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "accent-cli", - "version": "0.13.3", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "accent-cli", - "version": "0.13.3", + "version": "0.14.0", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.22", diff --git a/cli/package.json b/cli/package.json index 1d28e6601..1d97cafd8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "accent-cli", - "version": "0.13.3", + "version": "0.14.0", "author": "Simon Prévost", "description": "Accent CLI", "bin": {