Skip to content

Commit

Permalink
[version bump] chore(release): Release v1.29.4 [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 Jun 7, 2022
1 parent 9244112 commit 264b238
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 72 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.29.4 (2022-06-07)

## v1.29.3 (2022-06-06)

## v1.29.2 (2022-06-03)
Expand Down
52 changes: 26 additions & 26 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.29.3",
"version": "1.29.4",
"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.29.3",
"version": "1.29.4",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@angular-devkit/schematics": "^13.2.4",
"@angular/cdk": "^13.2.3",
"@angular/cli": "^13.2.4",
"@coveo/search-token-server": "1.29.3",
"@coveo/search-token-server": "1.29.4",
"@schematics/angular": "^13.2.4",
"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.29.3",
"version": "1.29.4",
"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.29.3",
"version": "1.29.4",
"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.62.0",
"@coveo/search-token-lambda": "1.29.3",
"@coveo/search-token-lambda": "1.29.4",
"@stencil/core": "2.16.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 264b238

Please sign in to comment.