Skip to content

Commit

Permalink
chore(release): Release v1.25.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 17, 2022
1 parent c915fbb commit 76660c9
Show file tree
Hide file tree
Showing 14 changed files with 566 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.25.1 (2022-02-17)

### Bug Fixes

- **oclif:** patch oclif to work with npm workspaces ([#677](https://github.com/coveo/cli/issues/677)) ([cd8bdc2](https://github.com/coveo/cli/commits/cd8bdc25ee3a3a02f9a7a502e477f188da968ba8))

# v1.25.0 (2022-02-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.25.0",
"version": "1.25.1",
"author": "Coveo",
"bin": {
"coveo": "./bin/run"
Expand Down
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": "1.25.0",
"version": "1.25.1",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular-devkit/schematics": "13.2.3",
"@angular/cdk": "13.2.2",
"@angular/cli": "13.2.3",
"@coveo/search-token-server": "1.25.0",
"@coveo/search-token-server": "1.25.1",
"@schematics/angular": "13.2.3",
"jest-config": "^27.4.7",
"typescript": "^4.3.5"
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.25.1 (2022-02-17)

### Bug Fixes

- **oclif:** patch oclif to work with npm workspaces ([#677](https://github.com/coveo/cli/issues/677)) ([cd8bdc2](https://github.com/coveo/cli/commits/cd8bdc25ee3a3a02f9a7a502e477f188da968ba8))

# 1.25.0 (2022-02-16)

### Bug Fixes
Expand Down
Loading

0 comments on commit 76660c9

Please sign in to comment.