Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 29, 2021
1 parent ee876e6 commit 7796250
Show file tree
Hide file tree
Showing 21 changed files with 139 additions and 31 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **angular:** fix search-token-server path ([#115](https://github.com/coveo/cli/issues/115)) ([c4b74e7](https://github.com/coveo/cli/commit/c4b74e75c075b8da082ce0f740ae358177dafebc))
* **angular:** npm start command on Angular project returns warning ([#93](https://github.com/coveo/cli/issues/93)) ([6b0f104](https://github.com/coveo/cli/commit/6b0f104ac3f8ea7cb9338a77a4d4d8bea9712660))
* **cli:** do not print API key when running command `ui:create:vue` ([#117](https://github.com/coveo/cli/issues/117)) ([9cbd8c8](https://github.com/coveo/cli/commit/9cbd8c88966468fa70cc162348bb7f9318791c53))
* **cli:** missing await in authentication decorator ([#109](https://github.com/coveo/cli/issues/109)) ([f54e27c](https://github.com/coveo/cli/commit/f54e27c1b634fa415cf39a655fafea863ce6ed3b))
* **react:** add .env.example to template ([#118](https://github.com/coveo/cli/issues/118)) ([d320c68](https://github.com/coveo/cli/commit/d320c68e174ac95a50b71b81870451adbe368dfd))


### Features

* **cli:** add --version flag for all ui:create:* commands ([#105](https://github.com/coveo/cli/issues/105)) ([50f699c](https://github.com/coveo/cli/commit/50f699cac450f49c77f44bce590f0ab19d9cc559))
* **login:** improve feedback message on sucessful login ([#107](https://github.com/coveo/cli/issues/107)) ([a2ac53d](https://github.com/coveo/cli/commit/a2ac53ddfb0200a377798e6217135357e5651a97))
* **oauth:** remove keytar dependencies ([#108](https://github.com/coveo/cli/issues/108)) ([ee876e6](https://github.com/coveo/cli/commit/ee876e6d3e96b5271dfe3e5e64af1c3f256f4f4b))
* **react:** improve react hero banner + links ([#114](https://github.com/coveo/cli/issues/114)) ([c43c9f8](https://github.com/coveo/cli/commit/c43c9f840c8c158417f3ba55ccb6336d0cd4e98c))
* **vue:** improve hero banner documentation link ([#110](https://github.com/coveo/cli/issues/110)) ([cc08497](https://github.com/coveo/cli/commit/cc084978f9aa2039f46543a85ddc4452a7ca7593))





## [0.6.1](https://github.com/coveo/cli/compare/v0.6.0...v0.6.1) (2021-03-19)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.6.1"
"version": "0.7.0"
}
12 changes: 12 additions & 0 deletions packages/angular/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.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


### Bug Fixes

* **angular:** fix search-token-server path ([#115](https://github.com/coveo/cli/issues/115)) ([c4b74e7](https://github.com/coveo/cli/commit/c4b74e75c075b8da082ce0f740ae358177dafebc))
* **angular:** npm start command on Angular project returns warning ([#93](https://github.com/coveo/cli/issues/93)) ([6b0f104](https://github.com/coveo/cli/commit/6b0f104ac3f8ea7cb9338a77a4d4d8bea9712660))





## [0.6.1](https://github.com/coveo/cli/compare/v0.6.0...v0.6.1) (2021-03-19)


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.

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": "0.6.1",
"version": "0.7.0",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand All @@ -25,7 +25,7 @@
"@angular-devkit/schematics": "^11.1.2",
"@angular/cdk": "^11.1.1",
"@angular/cli": "^11.1.2",
"@coveo/search-token-server": "^0.6.0",
"@coveo/search-token-server": "^0.7.0",
"@schematics/angular": "^11.1.2",
"typescript": "~4.1.2"
},
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.

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


### Features

* **oauth:** remove keytar dependencies ([#108](https://github.com/coveo/cli/issues/108)) ([ee876e6](https://github.com/coveo/cli/commit/ee876e6d3e96b5271dfe3e5e64af1c3f256f4f4b))





# [0.6.0](https://github.com/coveo/cli/compare/v0.5.0...v0.6.0) (2021-03-17)


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

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


### Bug Fixes

* **cli:** do not print API key when running command `ui:create:vue` ([#117](https://github.com/coveo/cli/issues/117)) ([9cbd8c8](https://github.com/coveo/cli/commit/9cbd8c88966468fa70cc162348bb7f9318791c53))
* **cli:** missing await in authentication decorator ([#109](https://github.com/coveo/cli/issues/109)) ([f54e27c](https://github.com/coveo/cli/commit/f54e27c1b634fa415cf39a655fafea863ce6ed3b))


### Features

* **cli:** add --version flag for all ui:create:* commands ([#105](https://github.com/coveo/cli/issues/105)) ([50f699c](https://github.com/coveo/cli/commit/50f699cac450f49c77f44bce590f0ab19d9cc559))
* **login:** improve feedback message on sucessful login ([#107](https://github.com/coveo/cli/issues/107)) ([a2ac53d](https://github.com/coveo/cli/commit/a2ac53ddfb0200a377798e6217135357e5651a97))
* **oauth:** remove keytar dependencies ([#108](https://github.com/coveo/cli/issues/108)) ([ee876e6](https://github.com/coveo/cli/commit/ee876e6d3e96b5271dfe3e5e64af1c3f256f4f4b))





## [0.6.1](https://github.com/coveo/cli/compare/v0.6.0...v0.6.1) (2021-03-19)

**Note:** Version bump only for package @coveo/cli
Expand Down
34 changes: 20 additions & 14 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.6.1 linux-x64 node-v14.16.0
@coveo/cli/0.7.0 linux-x64 node-v14.16.0
$ 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.6.1/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v0.7.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.6.1/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v0.7.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.6.1/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/config/set.ts)_

## `coveo help [COMMAND]`

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

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

## `coveo ui:create:angular NAME`

Expand All @@ -154,10 +154,11 @@ ARGUMENTS
NAME The target application name.
OPTIONS
-d, --defaults Automatically select the default value for all prompts where such a default value exists.
-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.
```

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

## `coveo ui:create:react NAME`

Expand All @@ -170,12 +171,15 @@ USAGE
ARGUMENTS
NAME The target application name.
OPTIONS
-v, --version=version [default: 0.7.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.6.1/src/commands/ui/create/react.ts)_
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v0.7.0/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Expand All @@ -189,19 +193,21 @@ ARGUMENTS
NAME The target application name.
OPTIONS
-h, --help show CLI help
-h, --help show CLI help
-p, --preset=path Path to a JSON file with pre-defined options and plugins for creating a new project.
If not specified, the default TypeScript preset is used.
For more information about Vue CLI presets, please consult
https://cli.vuejs.org/guide/plugins-and-presets.html#presets
-p, --preset=path Path to a JSON file with pre-defined options and plugins for creating a new project.
If not specified, the default TypeScript preset is used.
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.
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.6.1/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.7.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.6.1",
"version": "0.7.0",
"author": "Coveo",
"engines": {
"node": ">=14.15.1"
Expand All @@ -27,9 +27,9 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/angular": "^0.6.1",
"@coveo/cra-template": "^0.6.1",
"@coveo/vue-cli-plugin-typescript": "^0.6.0",
"@coveo/angular": "^0.7.0",
"@coveo/cra-template": "^0.7.0",
"@coveo/vue-cli-plugin-typescript": "^0.7.0",
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1",
"@types/fs-extra": "^9.0.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/cra-template/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.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


### Bug Fixes

* **cli:** do not print API key when running command `ui:create:vue` ([#117](https://github.com/coveo/cli/issues/117)) ([9cbd8c8](https://github.com/coveo/cli/commit/9cbd8c88966468fa70cc162348bb7f9318791c53))
* **react:** add .env.example to template ([#118](https://github.com/coveo/cli/issues/118)) ([d320c68](https://github.com/coveo/cli/commit/d320c68e174ac95a50b71b81870451adbe368dfd))


### Features

* **react:** improve react hero banner + links ([#114](https://github.com/coveo/cli/issues/114)) ([c43c9f8](https://github.com/coveo/cli/commit/c43c9f840c8c158417f3ba55ccb6336d0cd4e98c))





## [0.6.1](https://github.com/coveo/cli/compare/v0.6.0...v0.6.1) (2021-03-19)


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.6.1",
"version": "0.7.0",
"scripts": {
"npm:publish": "npm publish --access public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/search-token-server/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.

# [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





# [0.6.0](https://github.com/coveo/cli/compare/v0.5.0...v0.6.0) (2021-03-17)

**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.6.0",
"version": "0.7.0",
"main": "server.ts",
"license": "Apache-2.0",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/vue-cli-plugin-typescript/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.7.0](https://github.com/coveo/cli/compare/v0.6.1...v0.7.0) (2021-03-29)


### Features

* **vue:** improve hero banner documentation link ([#110](https://github.com/coveo/cli/issues/110)) ([cc08497](https://github.com/coveo/cli/commit/cc084978f9aa2039f46543a85ddc4452a7ca7593))





# [0.6.0](https://github.com/coveo/cli/compare/v0.5.0...v0.6.0) (2021-03-17)


Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-typescript/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/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": "0.6.0",
"version": "0.7.0",
"description": "Vue-cli 3 plugin for adding Coveo Headless support",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7796250

Please sign in to comment.