Skip to content

Commit

Permalink
[version bump] chore(release): Release v1.35.11 [skip ci]
Browse files Browse the repository at this point in the history
**/README.md
**/CHANGELOG.md
**/package.json
README.md
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
actions-user committed Sep 8, 2022
1 parent 4308e12 commit c73d0f4
Show file tree
Hide file tree
Showing 15 changed files with 98 additions and 96 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.35.11 (2022-09-08)

## v1.35.10 (2022-09-07)

### Bug Fixes
Expand Down
82 changes: 41 additions & 41 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.35.10",
"version": "1.35.11",
"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.35.10",
"version": "1.35.11",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand All @@ -26,7 +26,7 @@
"@angular-devkit/schematics": "^14.0.1",
"@angular/cdk": "^14.0.1",
"@angular/cli": "^14.0.1",
"@coveo/search-token-server": "1.35.10",
"@coveo/search-token-server": "1.35.11",
"@schematics/angular": "^14.0.1",
"jest-config": "^27.4.7",
"typescript": "^4.3.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/create-atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/create-atomic",
"description": "Coveo Atomic Generator",
"version": "1.35.10",
"version": "1.35.11",
"files": [
"/lib",
"/template",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic/template/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@coveo/create-atomic-template",
"description": "{{titleCase project}} project",
"version": "1.35.10",
"version": "1.35.11",
"private": true,
"scripts": {
"release:phase2": "node --experimental-specifier-resolution=node ../../../scripts/releaseV2/phase2-bump-all-packages.mjs",
"lint": "prettier --check . && eslint ."
},
"dependencies": {
"@coveo/atomic": "1.86.0",
"@coveo/search-token-lambda": "1.35.10",
"@coveo/search-token-lambda": "1.35.11",
"@stencil/core": "2.17.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commons-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons-dev",
"version": "1.35.10",
"version": "1.35.11",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins development",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons",
"version": "1.35.10",
"version": "1.35.11",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
}
},
"devDependencies": {
"@coveo/cli-commons-dev": "1.35.10",
"@coveo/cli-commons-dev": "1.35.11",
"@types/jest": "27.5.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
Expand Down
Loading

0 comments on commit c73d0f4

Please sign in to comment.