Skip to content

Commit

Permalink
[version bump] chore(release): release release-17 [skip ci]
Browse files Browse the repository at this point in the history
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]

**/README.md
**/CHANGELOG.md
**/package.json
README.md
CHANGELOG.md
package.json
package-lock.json
packages/ui/cra-template/template.json
  • Loading branch information
developer-experience-bot[bot] authored Jul 26, 2023
1 parent f77ad8d commit 4ec698e
Show file tree
Hide file tree
Showing 18 changed files with 156 additions and 78 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# release-17 (2023-07-26)

### Bug Fixes

- **cli:** use ci-friendly confirm ([1a3aab5](https://github.com/coveo/cli/commits/1a3aab557b93039e59966b2c7595873b7adf754b))
- **deps:** update dependency semver to v7.5.2 [security] j:cdx-227 ([#1319](https://github.com/coveo/cli/issues/1319)) ([e4b92d7](https://github.com/coveo/cli/commits/e4b92d72be92057a7d2ef6708c1dea75814ae259))

### Features

- **cli-commons:** add ci-friendly confirm ([30db525](https://github.com/coveo/cli/commits/30db525a680d0f15ce9e0e9a8c71aabb701bde02))

# release-16 (2023-06-13)

### Bug Fixes
Expand Down
115 changes: 80 additions & 35 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-tools",
"private": true,
"version": "1.0.0-16",
"version": "1.0.0-17",
"author": "Coveo",
"bin": {
"coveo": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/core": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@coveo/cli": "2.6.0",
"@coveo/cli": "2.6.1",
"@coveo/platform-client": "44.1.0",
"abortcontroller-polyfill": "1.7.5",
"async-retry": "1.3.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.6.0 (2023-07-26)

### Bug Fixes

- **deps:** update dependency semver to v7.5.2 [security] j:cdx-227 ([#1319](https://github.com/coveo/cli/issues/1319)) ([e4b92d7](https://github.com/coveo/cli/commits/e4b92d72be92057a7d2ef6708c1dea75814ae259))

### Features

- **cli-commons:** add ci-friendly confirm ([30db525](https://github.com/coveo/cli/commits/30db525a680d0f15ce9e0e9a8c71aabb701bde02))

# 2.5.0 (2023-06-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons",
"version": "2.5.0",
"version": "2.6.0",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.6.1 (2023-07-26)

### Bug Fixes

- **cli:** use ci-friendly confirm ([1a3aab5](https://github.com/coveo/cli/commits/1a3aab557b93039e59966b2c7595873b7adf754b))

# 2.6.0 (2023-06-13)

### Bug Fixes
Expand Down
Loading

0 comments on commit 4ec698e

Please sign in to comment.