Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 15, 2021
1 parent aa65f1b commit 517965b
Show file tree
Hide file tree
Showing 21 changed files with 155 additions and 34 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


* ci(release)!: first release ([aa65f1b](https://github.com/coveo/cli/commit/aa65f1b6fa0db1f301d51207cc427f5c791ecc57))


### Bug Fixes

* **angular:** fix headless doc links ([#126](https://github.com/coveo/cli/issues/126)) ([c574fda](https://github.com/coveo/cli/commit/c574fda8ba5c598e41d3cda724e030b990bfa9f5))
* **angular:** prevent d.ts files from being copied to project ([#135](https://github.com/coveo/cli/issues/135)) ([44cae70](https://github.com/coveo/cli/commit/44cae70e504895e82cfba64b58e049f05ef4f96c))
* **ci:** ensure .npmrc is properly written ([#127](https://github.com/coveo/cli/issues/127)) ([a1b686b](https://github.com/coveo/cli/commit/a1b686b7dadb1b46d58bc35d5e30ef80eb454afa))
* **server:** always return a JSON object ([#136](https://github.com/coveo/cli/issues/136)) ([8cef023](https://github.com/coveo/cli/commit/8cef023893bd9e3d1afd134332100dfbc3ffb942))


### Features

* **angular:** add node and npm preconditions ([#141](https://github.com/coveo/cli/issues/141)) ([028a422](https://github.com/coveo/cli/commit/028a4221c18591335009a57faeab15d1312ea8dc))
* **angular:** better feedback message on command completion ([#125](https://github.com/coveo/cli/issues/125)) ([13ecb1d](https://github.com/coveo/cli/commit/13ecb1d3ca6c0f376516fda828d93edd46aaf770))
* **angular:** ignore node_modules from server folder ([#154](https://github.com/coveo/cli/issues/154)) ([54c88ad](https://github.com/coveo/cli/commit/54c88ad62374948a2d8797b8ac82d25e81bcc37a))
* **angular:** redirect user to an error page if the `.env` file is invalid ([#140](https://github.com/coveo/cli/issues/140)) ([9ed203b](https://github.com/coveo/cli/commit/9ed203b3e949b2267ba24b3ef92059a9b84428b7))
* **cli:** remove form-data polyfill ([#152](https://github.com/coveo/cli/issues/152)) ([5701223](https://github.com/coveo/cli/commit/57012239f40adeeba364fe6cf20994549f04b26e))
* **cli:** use api key in `.env` file ([#142](https://github.com/coveo/cli/issues/142)) ([2a48f0d](https://github.com/coveo/cli/commit/2a48f0d95e74819cdc6cb5fc6352238be9b09ab5))
* **config:** improve configuration validation on invalid org id ([#128](https://github.com/coveo/cli/issues/128)) ([676b7f3](https://github.com/coveo/cli/commit/676b7f32a7b66c066f5010fe4703a646a7fa4a5e))
* **vue:** better feedback on command completion ([#124](https://github.com/coveo/cli/issues/124)) ([0be987e](https://github.com/coveo/cli/commit/0be987ef246c9f7dcde3e0230b5be59a44ec4609))
* **vue:** fix linting in vue project and rework headless initialization ([#150](https://github.com/coveo/cli/issues/150)) ([336890c](https://github.com/coveo/cli/commit/336890ce22dfc383599d3e2fee61d7e1862b4d6e))
* **vue:** support `npm run serve` command ([#153](https://github.com/coveo/cli/issues/153)) ([375d6ce](https://github.com/coveo/cli/commit/375d6ce68e7a4fec3def8ca92ab879b63e37a96b))


### BREAKING CHANGES

* first release





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.7.0"
"packages": [
"packages/*"
],
"version": "0.8.0"
}
20 changes: 20 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


### Bug Fixes

* **angular:** fix headless doc links ([#126](https://github.com/coveo/cli/issues/126)) ([c574fda](https://github.com/coveo/cli/commit/c574fda8ba5c598e41d3cda724e030b990bfa9f5))
* **angular:** prevent d.ts files from being copied to project ([#135](https://github.com/coveo/cli/issues/135)) ([44cae70](https://github.com/coveo/cli/commit/44cae70e504895e82cfba64b58e049f05ef4f96c))


### Features

* **angular:** ignore node_modules from server folder ([#154](https://github.com/coveo/cli/issues/154)) ([54c88ad](https://github.com/coveo/cli/commit/54c88ad62374948a2d8797b8ac82d25e81bcc37a))
* **angular:** redirect user to an error page if the `.env` file is invalid ([#140](https://github.com/coveo/cli/issues/140)) ([9ed203b](https://github.com/coveo/cli/commit/9ed203b3e949b2267ba24b3ef92059a9b84428b7))
* **cli:** remove form-data polyfill ([#152](https://github.com/coveo/cli/issues/152)) ([5701223](https://github.com/coveo/cli/commit/57012239f40adeeba364fe6cf20994549f04b26e))
* **config:** improve configuration validation on invalid org id ([#128](https://github.com/coveo/cli/issues/128)) ([676b7f3](https://github.com/coveo/cli/commit/676b7f32a7b66c066f5010fe4703a646a7fa4a5e))





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/angular",
"version": "0.7.0",
"version": "0.8.0",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand Down Expand Up @@ -28,15 +28,15 @@
"@angular-devkit/schematics": "^11.1.2",
"@angular/cdk": "^11.1.1",
"@angular/cli": "^11.1.2",
"@coveo/search-token-server": "^0.7.0",
"@coveo/search-token-server": "^0.8.0",
"@schematics/angular": "^11.1.2",
"typescript": "~4.1.2"
},
"devDependencies": {
"@angular/core": "^11.2.2",
"@angular/router": "^11.1.2",
"@angular/forms": "^11.2.2",
"@angular/material": "^11.2.1",
"@angular/router": "^11.1.2",
"@coveo/headless": "latest",
"@types/fs-extra": "^9.0.9",
"@types/jasmine": "~3.5.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli-e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


### Features

* **angular:** add node and npm preconditions ([#141](https://github.com/coveo/cli/issues/141)) ([028a422](https://github.com/coveo/cli/commit/028a4221c18591335009a57faeab15d1312ea8dc))
* **cli:** use api key in `.env` file ([#142](https://github.com/coveo/cli/issues/142)) ([2a48f0d](https://github.com/coveo/cli/commit/2a48f0d95e74819cdc6cb5fc6352238be9b09ab5))





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


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,6 +1,6 @@
{
"name": "cli-e2e",
"version": "0.7.0",
"version": "0.8.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.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


### Features

* **angular:** add node and npm preconditions ([#141](https://github.com/coveo/cli/issues/141)) ([028a422](https://github.com/coveo/cli/commit/028a4221c18591335009a57faeab15d1312ea8dc))
* **angular:** better feedback message on command completion ([#125](https://github.com/coveo/cli/issues/125)) ([13ecb1d](https://github.com/coveo/cli/commit/13ecb1d3ca6c0f376516fda828d93edd46aaf770))
* **angular:** redirect user to an error page if the `.env` file is invalid ([#140](https://github.com/coveo/cli/issues/140)) ([9ed203b](https://github.com/coveo/cli/commit/9ed203b3e949b2267ba24b3ef92059a9b84428b7))
* **cli:** remove form-data polyfill ([#152](https://github.com/coveo/cli/issues/152)) ([5701223](https://github.com/coveo/cli/commit/57012239f40adeeba364fe6cf20994549f04b26e))
* **cli:** use api key in `.env` file ([#142](https://github.com/coveo/cli/issues/142)) ([2a48f0d](https://github.com/coveo/cli/commit/2a48f0d95e74819cdc6cb5fc6352238be9b09ab5))
* **config:** improve configuration validation on invalid org id ([#128](https://github.com/coveo/cli/issues/128)) ([676b7f3](https://github.com/coveo/cli/commit/676b7f32a7b66c066f5010fe4703a646a7fa4a5e))
* **vue:** better feedback on command completion ([#124](https://github.com/coveo/cli/issues/124)) ([0be987e](https://github.com/coveo/cli/commit/0be987ef246c9f7dcde3e0230b5be59a44ec4609))





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


Expand Down
30 changes: 15 additions & 15 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/0.7.0 linux-x64 node-v14.16.0
@coveo/cli/0.8.0 linux-x64 node-v14.16.1
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down Expand Up @@ -65,7 +65,7 @@ EXAMPLE
$ coveo auth:login
```

_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/auth/login.ts)_

## `coveo config:get`

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

_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/config/get.ts)_

## `coveo config:set`

Expand All @@ -102,7 +102,7 @@ OPTIONS
operations. See https://docs.coveo.com/en/2976.
```

_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/config/set.ts)_

## `coveo help [COMMAND]`

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

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

## `coveo org:list`

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

_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/org/list.ts)_

## `coveo ui:create:angular NAME`

Create a Coveo Headless-powered search page with the Angular web framework. See https://docs.coveo.com/en/headless and https://angular.io/.
Create a Coveo Headless-powered search page with the Angular web framework. See https://docs.coveo.com/headless and https://angular.io/.

```
USAGE
Expand All @@ -155,14 +155,14 @@ ARGUMENTS
OPTIONS
-d, --defaults Automatically select the default value for all prompts where such a default value exists.
-v, --version=version [default: 0.7.0] Version of @coveo/angular to use.
-v, --version=version [default: 0.8.0] Version of @coveo/angular to use.
```

_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/ui/create/angular.ts)_
_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/ui/create/angular.ts)_

## `coveo ui:create:react NAME`

Create a Coveo Headless-powered search page with the React web framework. See https://github.com/coveo/cli/wiki#coveo-uicreatereact-requirements
Create a Coveo Headless-powered search page with the React web framework. See https://docs.coveo.com/headless and https://reactjs.org/.

```
USAGE
Expand All @@ -172,18 +172,18 @@ ARGUMENTS
NAME The target application name.
OPTIONS
-v, --version=version [default: 0.7.0] Version of @coveo/cra-template to use.
-v, --version=version [default: 0.8.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/v0.7.0/src/commands/ui/create/react.ts)_
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Create a Coveo Headless-powered search page with the Vue.js web framework. See https://docs.coveo.com/en/headless and https://vuejs.org/
Create a Coveo Headless-powered search page with the Vue.js web framework. See https://docs.coveo.com/headless and https://vuejs.org/

```
USAGE
Expand All @@ -200,14 +200,14 @@ OPTIONS
For more information about Vue CLI presets, please consult
https://cli.vuejs.org/guide/plugins-and-presets.html#presets
-v, --version=version [default: 0.7.0] Version of @coveo/vue-cli-plugin-typescript to use.
-v, --version=version [default: 0.8.0] 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/v0.7.0/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.8.0/src/commands/ui/create/vue.ts)_

## `coveo update [CHANNEL]`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/cli",
"private": false,
"version": "0.7.0",
"version": "0.8.0",
"author": "Coveo",
"engines": {
"node": ">=14.15.1"
Expand All @@ -27,9 +27,9 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/angular": "^0.7.0",
"@coveo/cra-template": "^0.7.0",
"@coveo/vue-cli-plugin-typescript": "^0.7.0",
"@coveo/angular": "^0.8.0",
"@coveo/cra-template": "^0.8.0",
"@coveo/vue-cli-plugin-typescript": "^0.8.0",
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1",
"@types/fs-extra": "^9.0.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/cra-template/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.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


### Features

* **cli:** remove form-data polyfill ([#152](https://github.com/coveo/cli/issues/152)) ([5701223](https://github.com/coveo/cli/commit/57012239f40adeeba364fe6cf20994549f04b26e))





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/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/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cra-template",
"version": "0.7.0",
"version": "0.8.0",
"scripts": {
"npm:publish": "npm publish --access public",
"npm:publish:template": "npm publish --access public --tag ci-test",
Expand Down
11 changes: 11 additions & 0 deletions packages/search-token-server/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.

# [0.8.0](https://github.com/coveo/cli/compare/v0.7.0...v0.8.0) (2021-04-15)


### Bug Fixes

* **server:** always return a JSON object ([#136](https://github.com/coveo/cli/issues/136)) ([8cef023](https://github.com/coveo/cli/commit/8cef023893bd9e3d1afd134332100dfbc3ffb942))





# [0.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)

**Note:** Version bump only for package @coveo/search-token-server
Expand Down
2 changes: 1 addition & 1 deletion packages/search-token-server/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/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": "0.7.0",
"version": "0.8.0",
"main": "server.ts",
"license": "Apache-2.0",
"dependencies": {
Expand Down
Loading

0 comments on commit 517965b

Please sign in to comment.