Skip to content

Commit

Permalink
chore: synchronize all versions (#1438)
Browse files Browse the repository at this point in the history
<!-- 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?  -->
  • Loading branch information
louis-bompart authored Feb 20, 2024
1 parent 673a78d commit 9414612
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 45 deletions.
69 changes: 47 additions & 22 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 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": "3.0.16",
"@coveo/cli": "3.1.0",
"@coveo/platform-client": "52.1.0",
"abortcontroller-polyfill": "1.7.5",
"async-retry": "1.3.3",
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.7.15",
"version": "2.8.0",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli",
"version": "3.0.16",
"version": "3.1.0",
"author": "Coveo",
"description": "Coveo CLI",
"engines": {
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@amplitude/analytics-node": "^1.3.3",
"@amplitude/identify": "^1.9.0",
"@coveo/cli-commons": "2.7.15",
"@coveo/cli-plugin-source": "2.1.15",
"@coveo/cli-commons": "2.8.0",
"@coveo/cli-plugin-source": "2.2.0",
"@coveo/platform-client": "52.1.0",
"@oclif/core": "1.24.0",
"@oclif/plugin-help": "5.1.23",
Expand Down Expand Up @@ -43,15 +43,15 @@
"@amplitude/analytics-types": "^2.1.2",
"@amplitude/types": "1.10.2",
"@babel/core": "7.21.5",
"@coveo/angular": "1.36.6",
"@coveo/angular": "1.36.7",
"@coveo/atomic-component-health-check": "2.2.16",
"@coveo/cli-commons-dev": "6.0.6",
"@coveo/cra-template": "1.38.15",
"@coveo/create-atomic": "1.38.17",
"@coveo/create-atomic-component": "1.2.15",
"@coveo/cra-template": "1.38.16",
"@coveo/create-atomic": "1.39.0",
"@coveo/create-atomic-component": "1.2.16",
"@coveo/create-atomic-component-project": "1.2.15",
"@coveo/create-atomic-result-component": "1.2.15",
"@coveo/create-headless-vue": "1.2.0",
"@coveo/create-atomic-result-component": "1.2.16",
"@coveo/create-headless-vue": "1.3.0",
"@oclif/test": "2.2.21",
"@types/archiver": "5.3.2",
"@types/async-retry": "1.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-plugin-source",
"version": "2.1.15",
"version": "2.2.0",
"description": "Manage Coveo Sources with the Coveo CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli",
Expand All @@ -14,7 +14,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@coveo/cli-commons": "2.7.15",
"@coveo/cli-commons": "2.8.0",
"@coveo/platform-client": "52.1.0",
"@coveo/push-api-client": "4.0.1",
"@oclif/core": "1.24.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/angular",
"version": "1.36.6",
"version": "1.36.7",
"description": "Coveo schematic for angular",
"scripts": {
"test": "jest",
Expand All @@ -27,7 +27,7 @@
"@angular-devkit/schematics": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/cli": "^15.0.0",
"@coveo/search-token-server": "1.35.29",
"@coveo/search-token-server": "1.36.0",
"@schematics/angular": "^15.0.0",
"jest-config": "29.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/atomic/create-atomic-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/create-atomic-component",
"version": "1.2.15",
"version": "1.2.16",
"description": "Initialize a Coveo Atomic Component",
"type": "module",
"main": "index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/create-atomic-result-component",
"version": "1.2.15",
"version": "1.2.16",
"description": "Initialize a Coveo Atomic Result Component",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/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.38.17",
"version": "1.39.0",
"files": [
"/lib",
"/template",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cra-template",
"version": "1.38.15",
"version": "1.38.16",
"scripts": {
"lint": "prettier --check . && eslint .",
"release:phase1": "npx -p=@coveord/release npm-publish",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@coveo/headless": "latest",
"@coveo/search-token-server": "1.35.29",
"@coveo/search-token-server": "1.36.0",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@mui/material": "5.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": {
"dependencies": {
"@coveo/headless": "latest",
"@coveo/search-token-server": "1.35.29",
"@coveo/search-token-server": "1.36.0",
"@mui/material": "5.12.2",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/search-token-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/search-token-server",
"version": "1.35.29",
"version": "1.36.0",
"main": "server.ts",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/vue/create-headless-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"starter"
],
"author": "Coveo",
"version": "1.2.0",
"version": "1.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Empty file modified utils/release/reify.mjs
100644 → 100755
Empty file.

0 comments on commit 9414612

Please sign in to comment.