Skip to content

Commit

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

# [0.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)


### Bug Fixes

* **cli:** fix matching tags for binary release ([#49](https://github.com/coveo/cli/issues/49)) ([b515cb3](https://github.com/coveo/cli/commit/b515cb3ff81ab22f0cc3f49e4a9ef7d6158c7549))
* **cli:** use different commit token for release ([#51](https://github.com/coveo/cli/issues/51)) ([53e9a3c](https://github.com/coveo/cli/commit/53e9a3c3171cf0b723a455100c27f76fe69df9b2))
* **vue:** add missing route in Vuejs Router ([#50](https://github.com/coveo/cli/issues/50)) ([1f59970](https://github.com/coveo/cli/commit/1f599707dc7b175d90572dcff49dc722003c7edb))


### Features

* **cli:** extract user email from oauth flow ([#48](https://github.com/coveo/cli/issues/48)) ([136d66b](https://github.com/coveo/cli/commit/136d66b03f0682a9e53b7117272fbe41cf246487))





# 0.2.0 (2021-02-25)


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.2.0"
"version": "0.3.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.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)

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





# 0.2.0 (2021-02-25)


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.2.0",
"version": "0.3.0",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand All @@ -23,7 +23,7 @@
"@angular-devkit/schematics": "^11.1.2",
"@angular/cdk": "^11.1.1",
"@angular/cli": "^11.1.2",
"@coveo/search-token-server": "^0.2.0",
"@coveo/search-token-server": "^0.3.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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)

**Note:** Version bump only for package cli-e2e
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.0.0",
"version": "0.3.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.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)


### Features

* **cli:** extract user email from oauth flow ([#48](https://github.com/coveo/cli/issues/48)) ([136d66b](https://github.com/coveo/cli/commit/136d66b03f0682a9e53b7117272fbe41cf246487))





# 0.2.0 (2021-02-25)


Expand Down
16 changes: 8 additions & 8 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.2.0 linux-x64 node-v14.15.5
@coveo/cli/0.3.0 linux-x64 node-v14.15.5
$ 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.2.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v0.3.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.2.0/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v0.3.0/src/commands/config/get.ts)_

## `coveo config:set`

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

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

## `coveo help [COMMAND]`

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

## `coveo ui:create:angular NAME`

Expand All @@ -155,7 +155,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.2.0/src/commands/ui/create/angular.ts)_
_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/v0.3.0/src/commands/ui/create/angular.ts)_

## `coveo ui:create:react NAME`

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

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

## `coveo ui:create:vue NAME`

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

_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.2.0/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v0.3.0/src/commands/ui/create/vue.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,12 +1,12 @@
{
"name": "@coveo/cli",
"private": false,
"version": "0.2.0",
"version": "0.3.0",
"author": "Coveo",
"dependencies": {
"@angular/cli": "^11.1.4",
"@coveo/angular": "^0.2.0",
"@coveo/vue-cli-plugin-typescript": "^0.2.0",
"@coveo/angular": "^0.3.0",
"@coveo/vue-cli-plugin-typescript": "^0.3.0",
"@coveord/platform-client": "^9.29.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
Expand All @@ -25,7 +25,7 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/cra-template": "^0.2.0",
"@coveo/cra-template": "^0.3.0",
"@oclif/dev-cli": "^1",
"@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.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)

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





# 0.2.0 (2021-02-25)


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.2.0",
"version": "0.3.0",
"keywords": [
"react",
"create-react-app",
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.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)

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





# 0.2.0 (2021-02-25)


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.2.0",
"version": "0.3.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.3.0](https://github.com/coveo/cli/compare/v0.2.0...v0.3.0) (2021-02-26)


### Bug Fixes

* **vue:** add missing route in Vuejs Router ([#50](https://github.com/coveo/cli/issues/50)) ([1f59970](https://github.com/coveo/cli/commit/1f599707dc7b175d90572dcff49dc722003c7edb))





# 0.2.0 (2021-02-25)


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

0 comments on commit 7d5fd52

Please sign in to comment.