Skip to content

Commit

Permalink
[Version Bump][skip ci]: ui-kit publish
Browse files Browse the repository at this point in the history
@coveo/[email protected]
@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
  • Loading branch information
developer-experience-bot[bot] authored Nov 2, 2023
1 parent 610458e commit 6b2dd15
Show file tree
Hide file tree
Showing 28 changed files with 18,519 additions and 6,405 deletions.
24,742 changes: 18,382 additions & 6,360 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@coveo/atomic": "2.47.0",
"@coveo/atomic": "2.48.3",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.37.0"
"@coveo/headless": "2.38.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.9",
"@angular/cli": "16.2.9",
"@angular/compiler-cli": "16.2.11",
"@coveo/headless": "2.37.0",
"@coveo/headless": "2.38.3",
"@types/jasmine": "5.1.1",
"@types/node": "20.8.9",
"jasmine-core": "5.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.17.2 (2023-11-02)

### Features

- **atomic:** add `resultsMustMatch` option to facet components ([#3169](https://github.com/coveo/ui-kit/issues/3169)) ([6a4581a](https://github.com/coveo/ui-kit/commits/6a4581aba955923d3e10c07fece3b7f28bf0074b))

## 2.16.2 (2023-10-25)

## 2.16.1 (2023-10-18)
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@coveo/atomic-angular",
"version": "2.16.2",
"version": "2.17.2",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.37.0"
"@coveo/headless": "2.38.3"
},
"dependencies": {
"@coveo/atomic": "2.47.0",
"@coveo/atomic": "2.48.3",
"tslib": "2.4.0"
}
}
10 changes: 10 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.3 (2023-11-02)

### Bug Fixes

- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

## 0.4.6 (2023-10-25)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic-hosted-page",
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
"version": "0.4.6",
"version": "0.5.3",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -33,8 +33,8 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/bueno": "0.44.3",
"@coveo/headless": "2.37.0",
"@coveo/bueno": "0.45.3",
"@coveo/headless": "2.38.3",
"@stencil/core": "4.6.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.7.3 (2023-11-02)

### Bug Fixes

- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

## 2.6.6 (2023-10-25)

## 2.6.5 (2023-10-18)
Expand Down
8 changes: 4 additions & 4 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic-react",
"sideEffects": false,
"version": "2.6.6",
"version": "2.7.3",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,10 +30,10 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.47.0"
"@coveo/atomic": "2.48.3"
},
"devDependencies": {
"@coveo/headless": "2.37.0",
"@coveo/headless": "2.38.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -49,7 +49,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.37.0",
"@coveo/headless": "2.38.3",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
16 changes: 16 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.48.3 (2023-11-02)

### Bug Fixes

- **atomic:** Hide scroll bar from search component ([#3302](https://github.com/coveo/ui-kit/issues/3302)) ([fa58a98](https://github.com/coveo/ui-kit/commits/fa58a98feccb96f18258a2beaa39f125e66a6960))
- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))

### Features

- **atomic:** add `resultsMustMatch` option to facet components ([#3169](https://github.com/coveo/ui-kit/issues/3169)) ([6a4581a](https://github.com/coveo/ui-kit/commits/6a4581aba955923d3e10c07fece3b7f28bf0074b))
- **atomic:** add copy button for generated answer ([#3349](https://github.com/coveo/ui-kit/issues/3349)) ([87b5c6e](https://github.com/coveo/ui-kit/commits/87b5c6e9fc8c9c6de6757ea4433f5709db0c71fb))
- **atomic:** add parts to customize quickview icon and button ([#3342](https://github.com/coveo/ui-kit/issues/3342)) ([0f9d6b8](https://github.com/coveo/ui-kit/commits/0f9d6b81c6679dd9e54dac09807279d89a609f6d))
- **atomic:** generated answer citation details on hover ([#3340](https://github.com/coveo/ui-kit/issues/3340)) ([894129f](https://github.com/coveo/ui-kit/commits/894129fde1a9ef95655a44d5f46510265bf1dc11))
- **atomic:** mark searchbox as input for deprecation in favour of textarea ([#3326](https://github.com/coveo/ui-kit/issues/3326)) ([410c235](https://github.com/coveo/ui-kit/commits/410c235b8db09ad398d68257bc4774c184a4d3f2))
- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

# 2.47.0 (2023-10-25)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "2.47.0",
"version": "2.48.3",
"description": "A web-component library for building modern UIs interfacing with the Coveo platform",
"homepage": "https://docs.coveo.com/en/atomic/latest/",
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts"
},
"dependencies": {
"@coveo/bueno": "0.44.3",
"@coveo/bueno": "0.45.3",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/core": "4.6.0",
Expand All @@ -65,7 +65,7 @@
},
"devDependencies": {
"@babel/core": "7.23.2",
"@coveo/headless": "2.37.0",
"@coveo/headless": "2.38.3",
"@fullhuman/postcss-purgecss": "5.0.0",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-replace": "5.0.5",
Expand Down Expand Up @@ -102,7 +102,7 @@
"typescript": "5.1.6"
},
"peerDependencies": {
"@coveo/headless": "2.37.0"
"@coveo/headless": "2.38.3"
},
"license": "Apache-2.0",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.11.3 (2023-11-02)

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

## 1.10.13 (2023-10-25)

## 1.10.12 (2023-10-18)
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/auth",
"version": "1.10.13",
"version": "1.11.3",
"description": "Functions to help authenticate with the Coveo platform.",
"main": "./dist/auth.js",
"module": "./dist/auth.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/bueno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.45.3 (2023-11-02)

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

## 0.44.3 (2023-10-18)

## 0.44.2 (2023-10-04)
Expand Down
2 changes: 1 addition & 1 deletion packages/bueno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"types": "./dist/definitions/index.d.ts",
"license": "Apache-2.0",
"version": "0.44.3",
"version": "0.45.3",
"files": [
"dist/"
],
Expand Down
10 changes: 10 additions & 0 deletions packages/headless-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.2 (2023-11-02)

### Bug Fixes

- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))

## 0.1.4 (2023-10-25)

## 0.1.3 (2023-10-18)
Expand Down
4 changes: 2 additions & 2 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/headless-react",
"version": "0.1.4",
"version": "0.2.2",
"description": "React utilities for SSR (Server Side Rendering) with headless",
"homepage": "https://docs.coveo.com/en/headless/latest/",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/headless": "2.37.0"
"@coveo/headless": "2.38.3"
},
"devDependencies": {
"@testing-library/react": "14.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.38.3 (2023-11-02)

### Bug Fixes

- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))
- **headless:** fix pino logging incorrectly ([#3352](https://github.com/coveo/ui-kit/issues/3352)) ([4106362](https://github.com/coveo/ui-kit/commits/41063622930c33722b81991a77802c0ee62037a0))
- remove defineAutomaticFacet ([#3344](https://github.com/coveo/ui-kit/issues/3344)) ([f2f2913](https://github.com/coveo/ui-kit/commits/f2f2913dcf96a55dd29a5f095c11eea6f6e27e03))

### Features

- **atomic:** generated answer citation details on hover ([#3340](https://github.com/coveo/ui-kit/issues/3340)) ([894129f](https://github.com/coveo/ui-kit/commits/894129fde1a9ef95655a44d5f46510265bf1dc11))
- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))
- **headless:** expose generated answer text content ([#3316](https://github.com/coveo/ui-kit/issues/3316)) ([fd91e90](https://github.com/coveo/ui-kit/commits/fd91e90c7f3cf3f0a3b3ea9b255de3c870c25122))
- **headless:** new logCitationHover method added to the generated answer controller ([#3350](https://github.com/coveo/ui-kit/issues/3350)) ([78f3b5f](https://github.com/coveo/ui-kit/commits/78f3b5f68c3472992736c2bfe3ae69ca1b9d24f4))
- **hedless:** show generated answer metadata added to ua search events custom data ([#3325](https://github.com/coveo/ui-kit/issues/3325)) ([af5f035](https://github.com/coveo/ui-kit/commits/af5f035ea615f074f29e7ee6b489b6f72ea26a66))

# 2.37.0 (2023-10-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"types": "./dist/definitions/index.d.ts",
"license": "Apache-2.0",
"version": "2.37.0",
"version": "2.38.3",
"files": [
"dist/",
"recommendation/",
Expand Down Expand Up @@ -50,7 +50,7 @@
"pino-pretty": "^6.0.0 || ^10.0.0"
},
"dependencies": {
"@coveo/bueno": "0.44.3",
"@coveo/bueno": "0.45.3",
"@coveo/relay": "0.6.3",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "1.9.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/quantic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.37.3 (2023-11-02)

### Bug Fixes

- **deps:** update all dependencies j:kit-282 ([#3347](https://github.com/coveo/ui-kit/issues/3347)) ([047b2a8](https://github.com/coveo/ui-kit/commits/047b2a8e8d82445c1fb800c5ac19428223cf4e56))

### Features

- double publish the NPM packages into GitHub packages for use by internal repositories also using the [@coveo](https://github.com/coveo) scope ([#3251](https://github.com/coveo/ui-kit/issues/3251)) ([4d413e6](https://github.com/coveo/ui-kit/commits/4d413e6bb27065b6667f4705db17b21d6112128b))
- **quantic:** added support for the reformulate feature for rga in quantic ([#3333](https://github.com/coveo/ui-kit/issues/3333)) ([0236019](https://github.com/coveo/ui-kit/commits/02360194a75e3726a944da1c45529885b6626c94))
- **quantic:** copy to clipboard button added to quantic rga ([#3341](https://github.com/coveo/ui-kit/issues/3341)) ([a524fe2](https://github.com/coveo/ui-kit/commits/a524fe2a5e5ec0eb9da3111244c91787bbb64fb8))

# 2.36.0 (2023-10-25)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/quantic",
"version": "2.36.0",
"version": "2.37.3",
"description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
"author": "coveo.com",
"homepage": "https://coveo.com",
Expand Down Expand Up @@ -45,8 +45,8 @@
"postinstall": "node scripts/npm/setup-quantic.js"
},
"dependencies": {
"@coveo/bueno": "0.44.3",
"@coveo/headless": "2.37.0"
"@coveo/bueno": "0.45.3",
"@coveo/headless": "2.38.3"
},
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@coveo/atomic-angular": "2.16.2",
"@coveo/atomic-angular": "2.17.2",
"rxjs": "7.8.1",
"tslib": "2.4.0",
"zone.js": "0.14.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/atomic": "2.47.0",
"@coveo/atomic-react": "2.6.6",
"@coveo/headless": "2.37.0",
"@coveo/atomic": "2.48.3",
"@coveo/atomic-react": "2.7.3",
"@coveo/headless": "2.38.3",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Samples with atomic-react",
"private": true,
"dependencies": {
"@coveo/atomic": "2.47.0",
"@coveo/atomic-react": "2.6.6",
"@coveo/headless": "2.37.0",
"@coveo/atomic": "2.48.3",
"@coveo/atomic-react": "2.7.3",
"@coveo/headless": "2.38.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/auth": "1.10.13",
"@coveo/headless": "2.37.0",
"@coveo/auth": "1.11.3",
"@coveo/headless": "2.38.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"e2e:watch": "cypress open --browser chrome --e2e"
},
"dependencies": {
"@coveo/headless-react": "0.1.4",
"@coveo/headless": "2.37.0",
"@coveo/headless-react": "0.2.2",
"@coveo/headless": "2.38.3",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@babel/standalone": "7.23.2",
"@coveo/atomic": "2.47.0",
"@coveo/atomic-hosted-page": "0.4.6",
"@coveo/atomic-react": "2.6.6",
"@coveo/headless": "2.37.0",
"@coveo/atomic": "2.48.3",
"@coveo/atomic-hosted-page": "0.5.3",
"@coveo/atomic-react": "2.7.3",
"@coveo/headless": "2.38.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
Loading

0 comments on commit 6b2dd15

Please sign in to comment.