Skip to content

Commit

Permalink
[Version bump] chore(release): publish v1.22.2
Browse files Browse the repository at this point in the history
lerna.json
CHANGELOG.md
**/CHANGELOG.md
**/README.md
  • Loading branch information
actions-user committed Dec 9, 2021
1 parent 38bb1b0 commit 9e052b7
Show file tree
Hide file tree
Showing 25 changed files with 124 additions and 68 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.2](https://coveo-cli/coveo/cli/compare/v1.22.1...v1.22.2) (2021-12-09)

**Note:** Version bump only for package cli-tools





## [1.22.1](https://coveo-cli/coveo/cli/compare/v1.22.0...v1.22.1) (2021-12-09)

**Note:** Version bump only for package cli-tools
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"message": "[Version bump] chore(release): publish %s"
}
},
"version": "1.22.1"
"version": "1.22.2"
}
8 changes: 8 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.2](https://coveo-cli/coveo/cli/compare/v1.22.1...v1.22.2) (2021-12-09)

**Note:** Version bump only for package @coveo/angular





## [1.22.1](https://coveo-cli/coveo/cli/compare/v1.22.0...v1.22.1) (2021-12-09)

**Note:** Version bump only for package @coveo/angular
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/angular",
"version": "1.22.1",
"version": "1.22.2",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.2](https://github.com/coveo/cli/compare/v1.22.1...v1.22.2) (2021-12-09)

**Note:** Version bump only for package @coveo/cli-e2e





## [1.22.1](https://github.com/coveo/cli/compare/v1.22.0...v1.22.1) (2021-12-09)

**Note:** Version bump only for package @coveo/cli-e2e
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/cli-e2e",
"private": true,
"version": "1.22.1",
"version": "1.22.2",
"description": "End-to-End test of Coveo's CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.22.2](https://github.com/coveo/cli/compare/v1.22.1...v1.22.2) (2021-12-09)

**Note:** Version bump only for package @coveo/cli





## [1.22.1](https://github.com/coveo/cli/compare/v1.22.0...v1.22.1) (2021-12-09)

**Note:** Version bump only for package @coveo/cli
Expand Down
38 changes: 19 additions & 19 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @coveo/cli
$ coveo COMMAND
running command...
$ coveo (-v|--version|version)
@coveo/cli/1.22.1 linux-x64 node-v16.13.0
@coveo/cli/1.22.2 linux-x64 node-v16.13.0
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ EXAMPLE
$ coveo auth:login
```

_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/auth/login.ts)_

## `coveo auth:token`

Expand All @@ -95,7 +95,7 @@ EXAMPLE
$ coveo auth:token
```

_See code: [src/commands/auth/token.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/auth/token.ts)_
_See code: [src/commands/auth/token.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/auth/token.ts)_

## `coveo config:get [KEY]`

Expand All @@ -114,7 +114,7 @@ EXAMPLES
$ coveo config:get accessToken
```

_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/config/get.ts)_

## `coveo config:set`

Expand All @@ -134,7 +134,7 @@ OPTIONS
-r, --region=US|EU|AU The Coveo Platform region to log in to. See <https://docs.coveo.com/en/2976>.
```

_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/config/set.ts)_

## `coveo help [COMMAND]`

Expand Down Expand Up @@ -168,7 +168,7 @@ OPTIONS
-s, --[no-]setDefaultOrganization Set the created organization as the default one
```

_See code: [src/commands/org/create.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/org/create.ts)_
_See code: [src/commands/org/create.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/org/create.ts)_

## `coveo org:list`

Expand All @@ -189,7 +189,7 @@ OPTIONS
--sort=sort property to sort by (prepend '-' for descending)
```

_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/org/list.ts)_

## `coveo org:search:dump`

Expand Down Expand Up @@ -222,7 +222,7 @@ OPTIONS
included.
```

_See code: [src/commands/org/search/dump.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/org/search/dump.ts)_
_See code: [src/commands/org/search/dump.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/org/search/dump.ts)_

## `coveo source:push:add SOURCEID`

Expand All @@ -241,7 +241,7 @@ OPTIONS
-f, --file=myfile.json One or multiple file to push. Can be repeated.
```

_See code: [src/commands/source/push/add.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/source/push/add.ts)_
_See code: [src/commands/source/push/add.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/source/push/add.ts)_

## `coveo source:push:delete SOURCEID`

Expand Down Expand Up @@ -269,7 +269,7 @@ OPTIONS
`source:push:batch` command instead.
```

_See code: [src/commands/source/push/delete.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/source/push/delete.ts)_
_See code: [src/commands/source/push/delete.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/source/push/delete.ts)_

## `coveo source:push:list`

Expand All @@ -290,7 +290,7 @@ OPTIONS
--sort=sort property to sort by (prepend '-' for descending)
```

_See code: [src/commands/source/push/list.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/source/push/list.ts)_
_See code: [src/commands/source/push/list.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/source/push/list.ts)_

## `coveo source:push:new NAME`

Expand All @@ -309,7 +309,7 @@ OPTIONS
https://docs.coveo.com/en/1779/index-content/content-security
```

_See code: [src/commands/source/push/new.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/source/push/new.ts)_
_See code: [src/commands/source/push/new.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/source/push/new.ts)_

## `coveo ui:create:angular NAME`

Expand All @@ -324,10 +324,10 @@ ARGUMENTS
OPTIONS
-d, --defaults Whether to automatically select the default value for all prompts that have a default value.
-v, --version=version [default: 1.22.1] The version of @coveo/angular to use.
-v, --version=version [default: 1.22.2] The version of @coveo/angular to use.
```

_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/ui/create/angular.ts)_
_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/ui/create/angular.ts)_

## `coveo ui:create:atomic NAME`

Expand All @@ -347,7 +347,7 @@ EXAMPLE
$ coveo ui:create:atomic myapp
```

_See code: [src/commands/ui/create/atomic.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/ui/create/atomic.ts)_
_See code: [src/commands/ui/create/atomic.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/ui/create/atomic.ts)_

## `coveo ui:create:react NAME`

Expand All @@ -361,14 +361,14 @@ ARGUMENTS
NAME The name of the application to create.
OPTIONS
-v, --version=version [default: 1.22.1] Version of @coveo/cra-template to use.
-v, --version=version [default: 1.22.2] Version of @coveo/cra-template to use.
EXAMPLES
$ coveo ui:create:react myapp
$ coveo ui:create:react --help
```

_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/ui/create/react.ts)_
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Expand All @@ -389,14 +389,14 @@ OPTIONS
For more information about Vue CLI presets, see
https://cli.vuejs.org/guide/plugins-and-presets.html#presets.
-v, --version=version [default: 1.22.1] The version of @coveo/vue-cli-plugin-typescript to use.
-v, --version=version [default: 1.22.2] The version of @coveo/vue-cli-plugin-typescript to use.
EXAMPLES
$ coveo ui:create:vue --preset path/to/my/preset.json
$ coveo ui:create:vue --help
```

_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v1.22.1/packages/cli/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v1.22.2/packages/cli/src/commands/ui/create/vue.ts)_

## `coveo update [CHANNEL]`

Expand Down
46 changes: 23 additions & 23 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e052b7

Please sign in to comment.