Skip to content

Commit 9414612

Browse files
chore: synchronize all versions (#1438)
<!-- For Coveo Employees only. Fill this section. CDX-764 --> ## Proposed changes <!-- Explains what are you changing in the code and provide links to relevant issues. This doesn't need to be over-technical, a good summary of the issues with good explanations of the decisions should be enough. --> ## Breaking changes <!-- Remove this section if the PR does not include any breaking change If your changes includes some breaking changes in the code, thoroughly explains: - What are the breaking changes programmatically speaking. - What is the impact on the end-user (e.g. user cannot do X anymore). - What motivates those changes. --> ## Testing - [ ] Unit Tests: <!-- Did you write unit tests for your feature? If not, explains why? --> - [ ] Functionnal Tests: <!-- Did you write functionnal tests for your feature? If not, explains why? --> - [ ] Manual Tests: <!-- How did you test your changeset? -->
1 parent 673a78d commit 9414612

File tree

14 files changed

+70
-45
lines changed

14 files changed

+70
-45
lines changed

package-lock.json

Lines changed: 47 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/core": "7.21.5",
6262
"@babel/preset-env": "7.21.5",
6363
"@babel/preset-typescript": "7.21.5",
64-
"@coveo/cli": "3.0.16",
64+
"@coveo/cli": "3.1.0",
6565
"@coveo/platform-client": "52.1.0",
6666
"abortcontroller-polyfill": "1.7.5",
6767
"async-retry": "1.3.3",

packages/cli/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/cli-commons",
3-
"version": "2.7.15",
3+
"version": "2.8.0",
44
"author": "Coveo",
55
"description": "Common utils for @coveo/cli plugins",
66
"license": "Apache-2.0",

packages/cli/core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/cli",
3-
"version": "3.0.16",
3+
"version": "3.1.0",
44
"author": "Coveo",
55
"description": "Coveo CLI",
66
"engines": {
@@ -9,8 +9,8 @@
99
"dependencies": {
1010
"@amplitude/analytics-node": "^1.3.3",
1111
"@amplitude/identify": "^1.9.0",
12-
"@coveo/cli-commons": "2.7.15",
13-
"@coveo/cli-plugin-source": "2.1.15",
12+
"@coveo/cli-commons": "2.8.0",
13+
"@coveo/cli-plugin-source": "2.2.0",
1414
"@coveo/platform-client": "52.1.0",
1515
"@oclif/core": "1.24.0",
1616
"@oclif/plugin-help": "5.1.23",
@@ -43,15 +43,15 @@
4343
"@amplitude/analytics-types": "^2.1.2",
4444
"@amplitude/types": "1.10.2",
4545
"@babel/core": "7.21.5",
46-
"@coveo/angular": "1.36.6",
46+
"@coveo/angular": "1.36.7",
4747
"@coveo/atomic-component-health-check": "2.2.16",
4848
"@coveo/cli-commons-dev": "6.0.6",
49-
"@coveo/cra-template": "1.38.15",
50-
"@coveo/create-atomic": "1.38.17",
51-
"@coveo/create-atomic-component": "1.2.15",
49+
"@coveo/cra-template": "1.38.16",
50+
"@coveo/create-atomic": "1.39.0",
51+
"@coveo/create-atomic-component": "1.2.16",
5252
"@coveo/create-atomic-component-project": "1.2.15",
53-
"@coveo/create-atomic-result-component": "1.2.15",
54-
"@coveo/create-headless-vue": "1.2.0",
53+
"@coveo/create-atomic-result-component": "1.2.16",
54+
"@coveo/create-headless-vue": "1.3.0",
5555
"@oclif/test": "2.2.21",
5656
"@types/archiver": "5.3.2",
5757
"@types/async-retry": "1.4.5",

packages/cli/source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/cli-plugin-source",
3-
"version": "2.1.15",
3+
"version": "2.2.0",
44
"description": "Manage Coveo Sources with the Coveo CLI",
55
"author": "Coveo",
66
"homepage": "https://github.com/coveo/cli",
@@ -14,7 +14,7 @@
1414
"/oclif.manifest.json"
1515
],
1616
"dependencies": {
17-
"@coveo/cli-commons": "2.7.15",
17+
"@coveo/cli-commons": "2.8.0",
1818
"@coveo/platform-client": "52.1.0",
1919
"@coveo/push-api-client": "4.0.1",
2020
"@oclif/core": "1.24.0",

packages/ui/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/angular",
3-
"version": "1.36.6",
3+
"version": "1.36.7",
44
"description": "Coveo schematic for angular",
55
"scripts": {
66
"test": "jest",
@@ -27,7 +27,7 @@
2727
"@angular-devkit/schematics": "^15.0.0",
2828
"@angular/cdk": "^15.0.0",
2929
"@angular/cli": "^15.0.0",
30-
"@coveo/search-token-server": "1.35.29",
30+
"@coveo/search-token-server": "1.36.0",
3131
"@schematics/angular": "^15.0.0",
3232
"jest-config": "29.5.0"
3333
},

packages/ui/atomic/create-atomic-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/create-atomic-component",
3-
"version": "1.2.15",
3+
"version": "1.2.16",
44
"description": "Initialize a Coveo Atomic Component",
55
"type": "module",
66
"main": "index.js",

packages/ui/atomic/create-atomic-result-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/create-atomic-result-component",
3-
"version": "1.2.15",
3+
"version": "1.2.16",
44
"description": "Initialize a Coveo Atomic Result Component",
55
"type": "module",
66
"main": "index.js",

packages/ui/atomic/create-atomic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/create-atomic",
33
"description": "Coveo Atomic Generator",
4-
"version": "1.38.17",
4+
"version": "1.39.0",
55
"files": [
66
"/lib",
77
"/template",

packages/ui/cra-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/cra-template",
3-
"version": "1.38.15",
3+
"version": "1.38.16",
44
"scripts": {
55
"lint": "prettier --check . && eslint .",
66
"release:phase1": "npx -p=@coveord/release npm-publish",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@coveo/headless": "latest",
34-
"@coveo/search-token-server": "1.35.29",
34+
"@coveo/search-token-server": "1.36.0",
3535
"@emotion/react": "11.10.8",
3636
"@emotion/styled": "11.10.8",
3737
"@mui/material": "5.12.2",

0 commit comments

Comments
 (0)