Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 10, 2021
1 parent 2d7c1c7 commit 40ed361
Show file tree
Hide file tree
Showing 21 changed files with 113 additions and 42 deletions.
11 changes: 11 additions & 0 deletions 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.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)


### Features

* **cli:** support for auto update packaging ([#72](https://github.com/coveo/cli/issues/72)) ([2d7c1c7](https://github.com/coveo/cli/commit/2d7c1c761d9578dfb47d8a92bd5a827e6d2a4b0b))





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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.4.0"
"packages": [
"packages/*"
],
"version": "0.5.0"
}
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.

# [0.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)

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





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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

# [0.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)

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





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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.4.0",
"version": "0.5.0",
"description": "End-to-End test of Coveo's CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli#readme",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)


### Features

* **cli:** support for auto update packaging ([#72](https://github.com/coveo/cli/issues/72)) ([2d7c1c7](https://github.com/coveo/cli/commit/2d7c1c761d9578dfb47d8a92bd5a827e6d2a4b0b))





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


Expand Down
55 changes: 31 additions & 24 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,39 @@
[![License](https://img.shields.io/npm/l/@coveo/cli.svg)](https://github.com/coveo/cli/blob/master/package.json)

<!-- toc -->

- [@coveo/cli](#coveocli)
- [Usage](#usage)
- [Commands](#commands)
* [@coveo/cli](#coveocli)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
$ npm install -g @coveo/cli
$ coveo COMMAND
running command...
$ coveo (-v|--version|version)
@coveo/cli/0.4.0 linux-x64 node-v14.16.0
@coveo/cli/0.5.0 linux-x64 node-v14.16.0
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->

- [`coveo auth:login`](#coveo-authlogin)
- [`coveo config:get`](#coveo-configget)
- [`coveo config:set`](#coveo-configset)
- [`coveo help [COMMAND]`](#coveo-help-command)
- [`coveo org:list`](#coveo-orglist)
- [`coveo ui:create:angular NAME`](#coveo-uicreateangular-name)
- [`coveo ui:create:react NAME`](#coveo-uicreatereact-name)
- [`coveo ui:create:vue NAME`](#coveo-uicreatevue-name)
- [`coveo update [CHANNEL]`](#coveo-update-channel)
* [`coveo auth:login`](#coveo-authlogin)
* [`coveo config:get`](#coveo-configget)
* [`coveo config:set`](#coveo-configset)
* [`coveo help [COMMAND]`](#coveo-help-command)
* [`coveo org:list`](#coveo-orglist)
* [`coveo ui:create:angular NAME`](#coveo-uicreateangular-name)
* [`coveo ui:create:react NAME`](#coveo-uicreatereact-name)
* [`coveo ui:create:vue NAME`](#coveo-uicreatevue-name)
* [`coveo update [CHANNEL]`](#coveo-update-channel)

## `coveo auth:login`

Expand All @@ -70,7 +66,7 @@ EXAMPLE
$ coveo auth:login
```

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

## `coveo config:get`

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

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

## `coveo config:set`

Expand All @@ -105,7 +101,7 @@ OPTIONS
operation. See https://docs.coveo.com/en/2976
```

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

## `coveo help [COMMAND]`

Expand Down Expand Up @@ -143,7 +139,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.4.0/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v0.5.0/src/commands/org/list.ts)_

## `coveo ui:create:angular NAME`

Expand All @@ -160,7 +156,7 @@ OPTIONS
-d, --defaults Disable interactive input prompts for options with a default
```

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

## `coveo ui:create:react NAME`

Expand All @@ -178,7 +174,7 @@ EXAMPLES
$ coveo ui:create:react --help
```

_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v0.4.0/src/commands/ui/create/react.ts)_
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/v0.5.0/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Expand All @@ -204,7 +200,18 @@ EXAMPLES
$ coveo ui:create:vue --help
```

_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.4.0/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.5.0/src/commands/ui/create/vue.ts)_

## `coveo update [CHANNEL]`

update the coveo CLI

```
USAGE
$ coveo update [CHANNEL]
```

_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/v1.3.10/src/commands/update.ts)_
<!-- commandsstop -->

```
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,15 +1,15 @@
{
"name": "@coveo/cli",
"private": false,
"version": "0.4.0",
"version": "0.5.0",
"author": "Coveo",
"engines": {
"node": ">=14.15.1"
},
"dependencies": {
"@angular/cli": "^11.1.4",
"@coveo/angular": "^0.4.0",
"@coveo/vue-cli-plugin-typescript": "^0.4.0",
"@coveo/angular": "^0.5.0",
"@coveo/vue-cli-plugin-typescript": "^0.5.0",
"@coveord/platform-client": "^9.29.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
Expand All @@ -29,7 +29,7 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/cra-template": "^0.4.0",
"@coveo/cra-template": "^0.5.0",
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1",
"@types/fs-extra": "^9.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/cra-template/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.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)

**Note:** Version bump only for package @coveo/cra-template





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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.4.0",
"version": "0.5.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.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)

**Note:** Version bump only for package @coveo/search-token-server





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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.4.0",
"version": "0.5.0",
"main": "server.ts",
"license": "Apache-2.0",
"dependencies": {
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/coveo/cli/compare/v0.4.0...v0.5.0) (2021-03-10)

**Note:** Version bump only for package @coveo/vue-cli-plugin-typescript





# [0.4.0](https://github.com/coveo/cli/compare/v0.3.2...v0.4.0) (2021-03-08)


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.4.0",
"version": "0.5.0",
"description": "Vue-cli 3 plugin for adding Coveo Headless support",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 40ed361

Please sign in to comment.