Skip to content

Commit

Permalink
[Version bump] chore(release): publish v1.15.0
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 Sep 13, 2021
1 parent e31bba6 commit 1a85a80
Show file tree
Hide file tree
Showing 21 changed files with 2,147 additions and 46 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/coveo/cli/compare/v1.14.0...v1.15.0) (2021-09-13)


### Bug Fixes

* **cli:** typescript issues ([#459](https://github.com/coveo/cli/issues/459)) ([c568967](https://github.com/coveo/cli/commit/c568967be59f2d610937dc4668f4e83a2b014324))


### Features

* **react:** use transform instead of pty ([#461](https://github.com/coveo/cli/issues/461)) ([6a96572](https://github.com/coveo/cli/commit/6a965724e660c373a03e3dcb9ff5a9da4b711fa4))
* **snapshot:** handle snapshot synchronization ([#455](https://github.com/coveo/cli/issues/455)) ([b1deed7](https://github.com/coveo/cli/commit/b1deed72e6ad0a6f9456cc1dc4774c6b5b6c2f70))





# [1.14.0](https://github.com/coveo/cli/compare/v1.13.0...v1.14.0) (2021-08-27)


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.14.0"
"version": "1.15.0"
}
16 changes: 16 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/coveo/cli/compare/v1.14.0...v1.15.0) (2021-09-13)


### Bug Fixes

* **cli:** typescript issues ([#459](https://github.com/coveo/cli/issues/459)) ([c568967](https://github.com/coveo/cli/commit/c568967be59f2d610937dc4668f4e83a2b014324))


### Features

* **react:** use transform instead of pty ([#461](https://github.com/coveo/cli/issues/461)) ([6a96572](https://github.com/coveo/cli/commit/6a965724e660c373a03e3dcb9ff5a9da4b711fa4))





# [1.14.0](https://github.com/coveo/cli/compare/v1.13.0...v1.14.0) (2021-08-27)


Expand Down
8 changes: 4 additions & 4 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.14.0",
"version": "1.15.0",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/coveo/cli/compare/v1.14.0...v1.15.0) (2021-09-13)


### Features

* **react:** use transform instead of pty ([#461](https://github.com/coveo/cli/issues/461)) ([6a96572](https://github.com/coveo/cli/commit/6a965724e660c373a03e3dcb9ff5a9da4b711fa4))





# [1.14.0](https://github.com/coveo/cli/compare/v1.13.0...v1.14.0) (2021-08-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.14.0",
"version": "1.15.0",
"description": "End-to-End test of Coveo's CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli#readme",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.15.0](https://github.com/coveo/cli/compare/v1.14.0...v1.15.0) (2021-09-13)


### Bug Fixes

* **cli:** typescript issues ([#459](https://github.com/coveo/cli/issues/459)) ([c568967](https://github.com/coveo/cli/commit/c568967be59f2d610937dc4668f4e83a2b014324))


### Features

* **react:** use transform instead of pty ([#461](https://github.com/coveo/cli/issues/461)) ([6a96572](https://github.com/coveo/cli/commit/6a965724e660c373a03e3dcb9ff5a9da4b711fa4))
* **snapshot:** handle snapshot synchronization ([#455](https://github.com/coveo/cli/issues/455)) ([b1deed7](https://github.com/coveo/cli/commit/b1deed72e6ad0a6f9456cc1dc4774c6b5b6c2f70))





# [1.14.0](https://github.com/coveo/cli/compare/v1.13.0...v1.14.0) (2021-08-27)


Expand Down
36 changes: 18 additions & 18 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.14.0 linux-x64 node-v14.17.5
@coveo/cli/1.15.0 linux-x64 node-v14.17.6
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down Expand Up @@ -69,7 +69,7 @@ EXAMPLE
$ coveo auth:login
```

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

## `coveo auth:token`

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

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

## `coveo config:get`

Expand All @@ -104,7 +104,7 @@ USAGE
$ coveo config:get
```

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

## `coveo config:set`

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

## `coveo help [COMMAND]`

Expand All @@ -141,7 +141,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.3/src/commands/help.ts)_

## `coveo org:list`

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

## `coveo org:search:dump`

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

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

## `coveo source:push:add SOURCEID`

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

## `coveo source:push:delete SOURCEID`

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

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

## `coveo source:push:list`

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

## `coveo source:push:new NAME`

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

## `coveo ui:create:angular NAME`

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

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

## `coveo ui:create:react NAME`

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

## `coveo ui:create:vue NAME`

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

## `coveo update [CHANNEL]`

Expand Down
Loading

0 comments on commit 1a85a80

Please sign in to comment.