Skip to content

Commit

Permalink
[version bump] chore(release): Release v1.25.2 [skip ci]
Browse files Browse the repository at this point in the history
**/README.md
**/CHANGELOG.md
**/package.json
package-lock.json
  • Loading branch information
actions-user committed Feb 18, 2022
1 parent ddc672d commit 268b093
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 45 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.25.2 (2022-02-18)

## v1.25.1 (2022-02-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-tools",
"private": true,
"version": "1.25.1",
"version": "1.25.2",
"author": "Coveo",
"bin": {
"coveo": "./bin/run"
Expand Down
2 changes: 2 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.25.2 (2022-02-18)

# 1.25.0 (2022-02-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/angular",
"version": "1.25.1",
"version": "1.25.2",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular-devkit/schematics": "13.2.4",
"@angular/cdk": "13.2.3",
"@angular/cli": "13.2.4",
"@coveo/search-token-server": "1.25.1",
"@coveo/search-token-server": "1.25.2",
"@schematics/angular": "13.2.4",
"jest-config": "^27.4.7",
"typescript": "^4.3.5"
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.25.2 (2022-02-18)

## 1.25.1 (2022-02-17)

### Bug Fixes
Expand Down
52 changes: 26 additions & 26 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @coveo/cli
$ coveo COMMAND
running command...
$ coveo (-v|--version|version)
@coveo/cli/1.25.1 linux-x64 node-v16.14.0
@coveo/cli/1.25.2 linux-x64 node-v16.14.0
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down Expand Up @@ -81,7 +81,7 @@ EXAMPLE
$ coveo auth:login
```

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

## `coveo auth:token`

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

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

## `coveo config:get [KEY]`

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

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

## `coveo config:set`

Expand All @@ -144,7 +144,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.25.1/packages/cli/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/config/set.ts)_

## `coveo help [COMMAND]`

Expand Down Expand Up @@ -178,7 +178,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.25.1/packages/cli/src/commands/org/create.ts)_
_See code: [src/commands/org/create.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/create.ts)_

## `coveo org:list`

Expand All @@ -199,7 +199,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.25.1/packages/cli/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/list.ts)_

## `coveo org:resources:list`

Expand Down Expand Up @@ -230,7 +230,7 @@ OPTIONS
--sort=sort property to sort by (prepend '-' for descending)
```

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

## `coveo org:resources:model:create`

Expand All @@ -241,7 +241,7 @@ USAGE
$ coveo org:resources:model:create
```

_See code: [src/commands/org/resources/model/create.ts](https://github.com/coveo/cli/blob/v1.25.1/packages/cli/src/commands/org/resources/model/create.ts)_
_See code: [src/commands/org/resources/model/create.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/resources/model/create.ts)_

## `coveo org:resources:monitor SNAPSHOTID`

Expand All @@ -263,7 +263,7 @@ OPTIONS
wait indefinitely.
```

_See code: [src/commands/org/resources/monitor.ts](https://github.com/coveo/cli/blob/v1.25.1/packages/cli/src/commands/org/resources/monitor.ts)_
_See code: [src/commands/org/resources/monitor.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/resources/monitor.ts)_

## `coveo org:resources:preview`

Expand Down Expand Up @@ -296,7 +296,7 @@ OPTIONS
snapshot resources.
```

_See code: [src/commands/org/resources/preview.ts](https://github.com/coveo/cli/blob/v1.25.1/packages/cli/src/commands/org/resources/preview.ts)_
_See code: [src/commands/org/resources/preview.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/resources/preview.ts)_

## `coveo org:resources:pull`

Expand Down Expand Up @@ -333,7 +333,7 @@ OPTIONS
indefinitely.
```

_See code: [src/commands/org/resources/pull.ts](https://github.com/coveo/cli/blob/v1.25.1/packages/cli/src/commands/org/resources/pull.ts)_
_See code: [src/commands/org/resources/pull.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/resources/pull.ts)_

## `coveo org:resources:push`

Expand Down Expand Up @@ -364,7 +364,7 @@ OPTIONS
snapshot resources.
```

_See code: [src/commands/org/resources/push.ts](https://github.com/coveo/cli/blob/v1.25.1/packages/cli/src/commands/org/resources/push.ts)_
_See code: [src/commands/org/resources/push.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/org/resources/push.ts)_

## `coveo org:search:dump`

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

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

## `coveo source:push:add SOURCEID`

Expand All @@ -422,7 +422,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.25.1/packages/cli/src/commands/source/push/add.ts)_
_See code: [src/commands/source/push/add.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/source/push/add.ts)_

## `coveo source:push:delete SOURCEID`

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

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

## `coveo source:push:list`

Expand All @@ -471,7 +471,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.25.1/packages/cli/src/commands/source/push/list.ts)_
_See code: [src/commands/source/push/list.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/source/push/list.ts)_

## `coveo source:push:new NAME`

Expand All @@ -490,7 +490,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.25.1/packages/cli/src/commands/source/push/new.ts)_
_See code: [src/commands/source/push/new.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/source/push/new.ts)_

## `coveo ui:create:angular NAME`

Expand All @@ -505,10 +505,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.25.0] The version of @coveo/angular to use.
-v, --version=version [default: 1.25.1] The version of @coveo/angular to use.
```

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

## `coveo ui:create:atomic NAME`

Expand All @@ -522,13 +522,13 @@ ARGUMENTS
NAME The name of the application to create.
OPTIONS
-v, --version=version [default: 1.25.0] The version of @coveo/create-atomic to use.
-v, --version=version [default: 1.25.1] The version of @coveo/create-atomic to use.
EXAMPLE
$ coveo ui:create:atomic myapp
```

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

## `coveo ui:create:react NAME`

Expand All @@ -542,14 +542,14 @@ ARGUMENTS
NAME The name of the application to create.
OPTIONS
-v, --version=version [default: 1.25.0] Version of @coveo/cra-template to use.
-v, --version=version [default: 1.25.1] 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.25.1/packages/cli/src/commands/ui/create/react.ts)_
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Expand All @@ -570,14 +570,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.25.0] The version of @coveo/vue-cli-plugin-typescript to use.
-v, --version=version [default: 1.25.1] 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.25.1/packages/cli/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v1.25.2/packages/cli/src/commands/ui/create/vue.ts)_

## `coveo update [CHANNEL]`

Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli",
"version": "1.25.1",
"version": "1.25.2",
"author": "Coveo",
"description": "Coveo CLI",
"engines": {
Expand Down Expand Up @@ -39,10 +39,10 @@
"devDependencies": {
"@amplitude/types": "1.9.2",
"@babel/core": "7.17.2",
"@coveo/angular": "1.25.1",
"@coveo/cra-template": "1.25.1",
"@coveo/create-atomic": "1.25.1",
"@coveo/vue-cli-plugin-typescript": "1.25.1",
"@coveo/angular": "1.25.2",
"@coveo/cra-template": "1.25.2",
"@coveo/create-atomic": "1.25.2",
"@coveo/vue-cli-plugin-typescript": "1.25.2",
"@oclif/dev-cli": "1.26.10",
"@oclif/errors": "1.3.5",
"@oclif/test": "1.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cra-template",
"version": "1.25.1",
"version": "1.25.2",
"scripts": {
"lint": "prettier --check . && eslint .",
"npm:publish:template:local": "npm publish --access public --registry http://verdaccio:4873",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@coveo/headless": "latest",
"@coveo/search-token-server": "1.25.1",
"@coveo/search-token-server": "1.25.2",
"@material-ui/core": "4.12.3",
"@material-ui/lab": "4.0.0-alpha.60",
"@testing-library/jest-dom": "5.16.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.25.2 (2022-02-18)

## 1.25.1 (2022-02-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/create-atomic",
"description": "Coveo Atomic Generator",
"version": "1.25.1",
"version": "1.25.2",
"files": [
"/lib",
"/template",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-atomic/template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/create-atomic-template",
"description": "{{titleCase project}} project",
"version": "1.25.1",
"version": "1.25.2",
"private": true,
"scripts": {
"setup-lambda": "node ./scripts/setup-lambda.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@coveo/atomic": "1.23.7",
"@coveo/search-token-lambda": "1.25.1"
"@coveo/search-token-lambda": "1.25.2"
},
"devDependencies": {
"@stencil/core": "2.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/search-token-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/search-token-lambda",
"author": "Coveo",
"version": "1.25.1",
"version": "1.25.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/search-token-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/search-token-server",
"version": "1.25.1",
"version": "1.25.2",
"main": "server.ts",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/vue-cli-plugin-typescript",
"version": "1.25.1",
"version": "1.25.2",
"description": "Vue-cli 3 plugin for adding Coveo Headless support",
"main": "index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
},
"devDependencies": {
"@coveo/headless": "1.42.0",
"@coveo/search-token-server": "1.25.1",
"@coveo/search-token-server": "1.25.2",
"buefy": "0.9.14",
"dotenv": "16.0.0",
"vue": "3.2.30",
Expand Down

0 comments on commit 268b093

Please sign in to comment.