Skip to content

Commit

Permalink
[Version bump] chore(release): publish v1.2.1
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 May 17, 2021
1 parent 3a89594 commit 21cf315
Show file tree
Hide file tree
Showing 21 changed files with 278 additions and 199 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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)


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.2.0"
"version": "1.2.1"
}
11 changes: 11 additions & 0 deletions packages/angular/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.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)


Expand Down
310 changes: 155 additions & 155 deletions packages/angular/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 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": "1.2.0",
"version": "1.2.1",
"description": "Coveo schematic for angular",
"scripts": {
"test": "npm run build && jasmine dist/**/*_spec.js",
Expand Down Expand Up @@ -46,5 +46,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "3a8959431d4bb0ea9a83f283afc6e65764aab6ed"
}
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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)

**Note:** Version bump only for package @coveo/cli-e2e





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)

**Note:** Version bump only for package @coveo/cli-e2e
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.2.0",
"version": "1.2.1",
"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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)


Expand Down
22 changes: 11 additions & 11 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.2.0 win32-x64 node-v14.17.0
@coveo/cli/1.2.1 win32-x64 node-v14.17.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/v1.2.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/v1.2.1/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/v1.2.0/src/commands/config/get.ts)_
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/v1.2.1/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/v1.2.0/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/v1.2.1/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/v1.2.0/src/commands/org/list.ts)_
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/v1.2.1/src/commands/org/list.ts)_

## `coveo ui:create:angular NAME`

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

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

## `coveo ui:create:react NAME`

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

## `coveo ui:create:vue NAME`

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: 1.1.1] Version of @coveo/vue-cli-plugin-typescript to use.
-v, --version=version [default: 1.2.1] 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.2.0/src/commands/ui/create/vue.ts)_
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/v1.2.1/src/commands/ui/create/vue.ts)_

## `coveo update [CHANNEL]`

Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package-lock.json

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

11 changes: 6 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli",
"version": "1.2.0",
"version": "1.2.1",
"author": "Coveo",
"engines": {
"node": ">=14.15.1"
Expand Down Expand Up @@ -28,9 +28,9 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/angular": "^1.2.0",
"@coveo/cra-template": "^1.2.0",
"@coveo/vue-cli-plugin-typescript": "^1.2.0",
"@coveo/angular": "^1.2.1",
"@coveo/cra-template": "^1.2.1",
"@coveo/vue-cli-plugin-typescript": "^1.2.1",
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1",
"@types/fs-extra": "^9.0.6",
Expand Down Expand Up @@ -112,5 +112,6 @@
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
}
},
"gitHead": "3a8959431d4bb0ea9a83f283afc6e65764aab6ed"
}
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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)


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.

5 changes: 3 additions & 2 deletions packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cra-template",
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"lint": "prettier --check . && eslint .",
"npm:bump:template": "npm --no-git-tag-version version",
Expand Down Expand Up @@ -43,5 +43,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "3a8959431d4bb0ea9a83f283afc6e65764aab6ed"
}
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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)

**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.

5 changes: 3 additions & 2 deletions 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": "1.2.0",
"version": "1.2.1",
"main": "server.ts",
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -29,5 +29,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "3a8959431d4bb0ea9a83f283afc6e65764aab6ed"
}
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.

## [1.2.1](https://github.com/coveo/cli/compare/v1.2.0...v1.2.1) (2021-05-17)


### Bug Fixes

* **cli:** set dependency and cd fix ([#223](https://github.com/coveo/cli/issues/223)) ([3a89594](https://github.com/coveo/cli/commit/3a8959431d4bb0ea9a83f283afc6e65764aab6ed))





# [1.2.0](https://github.com/coveo/cli/compare/v1.1.1...v1.2.0) (2021-05-14)

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

0 comments on commit 21cf315

Please sign in to comment.