Skip to content

Commit 3cad7b2

Browse files
[Version Bump][skip ci]: ui-kit publish
@coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] @coveo/[email protected] **/CHANGELOG.md **/package.json CHANGELOG.md package.json package-lock.json
1 parent ff5f2eb commit 3cad7b2

File tree

27 files changed

+13290
-9544
lines changed

27 files changed

+13290
-9544
lines changed

package-lock.json

+13,217-9,501
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/atomic-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@angular/platform-browser": "16.2.5",
2020
"@angular/platform-browser-dynamic": "16.2.5",
2121
"@angular/router": "16.2.5",
22-
"@coveo/atomic": "2.43.0",
22+
"@coveo/atomic": "2.43.1",
2323
"rxjs": "7.8.1"
2424
},
2525
"peerDependencies": {
26-
"@coveo/headless": "2.31.0"
26+
"@coveo/headless": "2.32.0"
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/build-angular": "16.2.2",
3030
"@angular/cli": "16.2.2",
3131
"@angular/compiler-cli": "16.2.5",
32-
"@coveo/headless": "2.31.0",
32+
"@coveo/headless": "2.32.0",
3333
"@types/jasmine": "4.3.6",
3434
"@types/node": "20.6.1",
3535
"jasmine-core": "5.1.1",

packages/atomic-angular/projects/atomic-angular/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.15.1 (2023-09-20)
2+
13
# 2.15.0 (2023-09-11)
24

35
### Features
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@coveo/atomic-angular",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"license": "Apache-2.0",
55
"peerDependencies": {
66
"@angular/common": "14 - 16",
77
"@angular/core": "14 - 16",
8-
"@coveo/headless": "2.31.0"
8+
"@coveo/headless": "2.32.0"
99
},
1010
"dependencies": {
11-
"@coveo/atomic": "2.43.0",
11+
"@coveo/atomic": "2.43.1",
1212
"tslib": "2.4.0"
1313
}
1414
}

packages/atomic-hosted-page/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.1 (2023-09-20)
2+
13
# 0.4.0 (2023-09-11)
24

35
### Features

packages/atomic-hosted-page/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/atomic-hosted-page",
33
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/coveo/ui-kit.git",
@@ -31,8 +31,8 @@
3131
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
3232
},
3333
"dependencies": {
34-
"@coveo/bueno": "0.44.0",
35-
"@coveo/headless": "2.31.0",
34+
"@coveo/bueno": "0.44.1",
35+
"@coveo/headless": "2.32.0",
3636
"@stencil/core": "4.2.1"
3737
},
3838
"devDependencies": {

packages/atomic-react/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.6.1 (2023-09-20)
2+
13
# 2.6.0 (2023-09-11)
24

35
### Features

packages/atomic-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/atomic-react",
33
"sideEffects": false,
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "React specific wrapper for the Atomic component library",
66
"repository": {
77
"type": "git",
@@ -28,10 +28,10 @@
2828
"recommendation/"
2929
],
3030
"dependencies": {
31-
"@coveo/atomic": "2.43.0"
31+
"@coveo/atomic": "2.43.1"
3232
},
3333
"devDependencies": {
34-
"@coveo/headless": "2.31.0",
34+
"@coveo/headless": "2.32.0",
3535
"@rollup/plugin-commonjs": "^25.0.0",
3636
"@rollup/plugin-node-resolve": "^15.0.0",
3737
"@rollup/plugin-replace": "^5.0.0",
@@ -47,7 +47,7 @@
4747
"@rollup/plugin-terser": "0.4.3"
4848
},
4949
"peerDependencies": {
50-
"@coveo/headless": "2.31.0",
50+
"@coveo/headless": "2.32.0",
5151
"react": ">=18.0.0",
5252
"react-dom": ">=18.0.0"
5353
}

packages/atomic/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.43.1 (2023-09-20)
2+
13
# 2.43.0 (2023-09-11)
24

35
### Bug Fixes

packages/atomic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/atomic",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "A web-component library for building modern UIs interfacing with the Coveo platform",
55
"homepage": "https://docs.coveo.com/en/atomic/latest/",
66
"repository": {
@@ -47,7 +47,7 @@
4747
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts"
4848
},
4949
"dependencies": {
50-
"@coveo/bueno": "0.44.0",
50+
"@coveo/bueno": "0.44.1",
5151
"@popperjs/core": "^2.11.6",
5252
"@salesforce-ux/design-system": "^2.16.1",
5353
"@stencil/core": "4.2.1",
@@ -63,7 +63,7 @@
6363
},
6464
"devDependencies": {
6565
"@babel/core": "7.22.19",
66-
"@coveo/headless": "2.31.0",
66+
"@coveo/headless": "2.32.0",
6767
"@fullhuman/postcss-purgecss": "5.0.0",
6868
"@rollup/plugin-alias": "5.0.0",
6969
"@rollup/plugin-replace": "5.0.2",
@@ -101,7 +101,7 @@
101101
"typescript": "5.1.6"
102102
},
103103
"peerDependencies": {
104-
"@coveo/headless": "2.31.0"
104+
"@coveo/headless": "2.32.0"
105105
},
106106
"license": "Apache-2.0",
107107
"engines": {

packages/auth/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.10.10 (2023-09-20)
2+
13
## 1.10.9 (2023-09-06)
24

35
## 1.10.7 (2023-06-20)

packages/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/auth",
3-
"version": "1.10.9",
3+
"version": "1.10.10",
44
"description": "Functions to help authenticate with the Coveo platform.",
55
"main": "./dist/auth.js",
66
"module": "./dist/auth.esm.js",

packages/bueno/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.44.1 (2023-09-20)
2+
13
# 0.44.0 (2023-09-11)
24

35
### Features

packages/bueno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"types": "./dist/definitions/index.d.ts",
1515
"license": "Apache-2.0",
16-
"version": "0.44.0",
16+
"version": "0.44.1",
1717
"files": [
1818
"dist/"
1919
],

packages/headless-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lint": "eslint ."
2727
},
2828
"dependencies": {
29-
"@coveo/headless": "2.31.0"
29+
"@coveo/headless": "2.32.0"
3030
},
3131
"devDependencies": {
3232
"@testing-library/react": "14.0.0",

packages/headless/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.32.0 (2023-09-20)
2+
3+
### Bug Fixes
4+
5+
- **headless,headless-react:** make ssr terminology more consistent ([#3159](https://github.com/coveo/ui-kit/issues/3159)) ([91755ea](https://github.com/coveo/ui-kit/commits/91755ea60dd63790ae8f47b40d13848bc289d757))
6+
- **headless:** bump coveo.analytics version ([#3178](https://github.com/coveo/ui-kit/issues/3178)) ([71f9c0c](https://github.com/coveo/ui-kit/commits/71f9c0c9af6b49edcec9d16bb8530bff011fe38f))
7+
- **headless:** updating GenAI state only when stream id corresponds to the generativeQuestionAnsweringId of the latest search query ([#3182](https://github.com/coveo/ui-kit/issues/3182)) ([1d0dc46](https://github.com/coveo/ui-kit/commits/1d0dc46c8d21cee40bb0f6d990ce2b52aa15a48f))
8+
9+
### Features
10+
11+
- **commerce:** create PLP v2 pager controller ([#3130](https://github.com/coveo/ui-kit/issues/3130)) ([07bf79f](https://github.com/coveo/ui-kit/commits/07bf79fb18e241ffd20460865cbd04cedccde420))
12+
- **commerce:** create PLP v2 product listing controller ([#3147](https://github.com/coveo/ui-kit/issues/3147)) ([d700a24](https://github.com/coveo/ui-kit/commits/d700a24de88858cea8f3c8458a0b99cb1cc5c096))
13+
- **commerce:** move product listing features to commerce directory ([#3171](https://github.com/coveo/ui-kit/issues/3171)) ([1e32da2](https://github.com/coveo/ui-kit/commits/1e32da2fcae5832ddf000e7a4766fe019ad1f419))
14+
- **headless:** added most ssr controller `define` functions ([#3157](https://github.com/coveo/ui-kit/issues/3157)) ([7c74862](https://github.com/coveo/ui-kit/commits/7c74862908ab79649ca1b2e9c1c0743eaca3d5ba))
15+
- **headless:** support `resultsMustMatch` parameter on facet request ([#3158](https://github.com/coveo/ui-kit/issues/3158)) ([fe40054](https://github.com/coveo/ui-kit/commits/fe400549b5d602a94c13eedc6092fb3eed12a1e9))
16+
117
# 2.31.0 (2023-09-11)
218

319
### Features

packages/headless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"types": "./dist/definitions/index.d.ts",
1616
"license": "Apache-2.0",
17-
"version": "2.31.0",
17+
"version": "2.32.0",
1818
"files": [
1919
"dist/",
2020
"recommendation/",
@@ -48,7 +48,7 @@
4848
"pino-pretty": "^6.0.0 || ^10.0.0"
4949
},
5050
"dependencies": {
51-
"@coveo/bueno": "0.44.0",
51+
"@coveo/bueno": "0.44.1",
5252
"@microsoft/fetch-event-source": "2.0.1",
5353
"@reduxjs/toolkit": "1.9.5",
5454
"@types/redux-mock-store": "1.0.3",

packages/quantic/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.32.1 (2023-09-20)
2+
13
# 2.32.0 (2023-09-11)
24

35
### Features

packages/quantic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/quantic",
3-
"version": "2.32.0",
3+
"version": "2.32.1",
44
"description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
55
"author": "coveo.com",
66
"homepage": "https://coveo.com",
@@ -43,8 +43,8 @@
4343
"postinstall": "node scripts/npm/setup-quantic.js"
4444
},
4545
"dependencies": {
46-
"@coveo/bueno": "0.44.0",
47-
"@coveo/headless": "2.31.0"
46+
"@coveo/bueno": "0.44.1",
47+
"@coveo/headless": "2.32.0"
4848
},
4949
"engines": {
5050
"node": ">=14.0.0"

packages/samples/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "16.2.5",
2020
"@angular/platform-browser-dynamic": "16.2.5",
2121
"@angular/router": "16.2.5",
22-
"@coveo/atomic-angular": "2.15.0",
22+
"@coveo/atomic-angular": "2.15.1",
2323
"rxjs": "7.8.1",
2424
"tslib": "2.4.0",
2525
"zone.js": "0.13.0"

packages/samples/atomic-next/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@coveo/atomic": "2.43.0",
7-
"@coveo/atomic-react": "2.6.0",
8-
"@coveo/headless": "2.31.0",
6+
"@coveo/atomic": "2.43.1",
7+
"@coveo/atomic-react": "2.6.1",
8+
"@coveo/headless": "2.32.0",
99
"next": "13.4.19",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0"

packages/samples/atomic-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Samples with atomic-react",
55
"private": true,
66
"dependencies": {
7-
"@coveo/atomic": "2.43.0",
8-
"@coveo/atomic-react": "2.6.0",
9-
"@coveo/headless": "2.31.0",
7+
"@coveo/atomic": "2.43.1",
8+
"@coveo/atomic-react": "2.6.1",
9+
"@coveo/headless": "2.32.0",
1010
"react": "18.2.0",
1111
"react-dom": "18.2.0"
1212
},

packages/samples/headless-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.0",
55
"private": true,
66
"dependencies": {
7-
"@coveo/auth": "1.10.9",
8-
"@coveo/headless": "2.31.0",
7+
"@coveo/auth": "1.10.10",
8+
"@coveo/headless": "2.32.0",
99
"@testing-library/jest-dom": "6.1.3",
1010
"@testing-library/react": "13.3.0",
1111
"@testing-library/user-event": "14.5.0",

packages/samples/headless-ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@types/node": "20.6.1",
1717
"@coveo/headless-react": "0.0.0",
18-
"@coveo/headless": "2.31.0",
18+
"@coveo/headless": "2.32.0",
1919
"@types/react": "18.2.21",
2020
"@types/react-dom": "18.2.7",
2121
"eslint": "8.49.0",

packages/samples/iife/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"@babel/standalone": "7.22.19",
15-
"@coveo/atomic": "2.43.0",
16-
"@coveo/atomic-hosted-page": "0.4.0",
17-
"@coveo/atomic-react": "2.6.0",
18-
"@coveo/headless": "2.31.0",
15+
"@coveo/atomic": "2.43.1",
16+
"@coveo/atomic-hosted-page": "0.4.1",
17+
"@coveo/atomic-react": "2.6.1",
18+
"@coveo/headless": "2.32.0",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0"
2121
},

packages/samples/stencil/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"e2e:watch": "cypress open --browser chrome --e2e"
99
},
1010
"dependencies": {
11-
"@coveo/atomic": "2.43.0",
12-
"@coveo/headless": "2.31.0",
11+
"@coveo/atomic": "2.43.1",
12+
"@coveo/headless": "2.32.0",
1313
"@stencil/core": "4.2.1",
1414
"stencil-router-v2": "0.6.0"
1515
},

packages/samples/vuejs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"build:assets": "ncp ../../atomic/dist/atomic/assets public/assets && ncp ../../atomic/dist/atomic/lang public/lang"
1212
},
1313
"dependencies": {
14-
"@coveo/atomic": "2.43.0",
15-
"@coveo/headless": "2.31.0",
14+
"@coveo/atomic": "2.43.1",
15+
"@coveo/headless": "2.32.0",
1616
"core-js": "3.32.2",
1717
"vue": "3.3.4"
1818
},

0 commit comments

Comments
 (0)