From 8463bc6ac396813e48feed64cd42e35c388e2755 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 9 Dec 2022 14:16:01 +0000 Subject: [PATCH] [Version Bump][skip ci]: ui-kit publish lerna.json CHANGELOG.md **/CHANGELOG.md - @coveo/atomic-react@1.27.20 - @coveo/atomic@1.126.0 - @coveo/headless@1.113.0 - @coveo/quantic@1.53.5 - @coveo/atomic-angular@1.34.0 --- package-lock.json | 26 +++++++++---------- .../projects/atomic-angular/CHANGELOG.md | 6 +++++ .../projects/atomic-angular/package.json | 4 +-- packages/atomic-react/CHANGELOG.md | 4 +++ packages/atomic-react/package.json | 4 +-- packages/atomic/CHANGELOG.md | 6 +++++ packages/atomic/package.json | 4 +-- packages/headless/CHANGELOG.md | 6 +++++ packages/headless/package.json | 2 +- packages/quantic/CHANGELOG.md | 4 +++ packages/quantic/package.json | 4 +-- 11 files changed, 48 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index efc4d8ce21e..9d61a8f3893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65563,11 +65563,11 @@ }, "packages/atomic": { "name": "@coveo/atomic", - "version": "1.125.1", + "version": "1.126.0", "license": "Apache-2.0", "dependencies": { "@coveo/bueno": "0.42.3", - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "@popperjs/core": "^2.11.6", "@salesforce-ux/design-system": "^2.16.1", "@stencil/core": "2.17.3", @@ -65674,10 +65674,10 @@ }, "packages/atomic-angular/projects/atomic-angular": { "name": "@coveo/atomic-angular", - "version": "1.33.19", + "version": "1.34.0", "license": "Apache-2.0", "dependencies": { - "@coveo/atomic": "1.125.1", + "@coveo/atomic": "1.126.0", "tslib": "2.4.0" }, "peerDependencies": { @@ -65687,9 +65687,9 @@ }, "packages/atomic-react": { "name": "@coveo/atomic-react", - "version": "1.27.19", + "version": "1.27.20", "dependencies": { - "@coveo/atomic": "1.125.1" + "@coveo/atomic": "1.126.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", @@ -71482,7 +71482,7 @@ }, "packages/headless": { "name": "@coveo/headless", - "version": "1.112.0", + "version": "1.113.0", "license": "Apache-2.0", "dependencies": { "@coveo/bueno": "0.42.3", @@ -71522,11 +71522,11 @@ }, "packages/quantic": { "name": "@coveo/quantic", - "version": "1.53.4", + "version": "1.53.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "fs-extra": "10.1.0" }, "devDependencies": { @@ -79098,7 +79098,7 @@ "requires": { "@babel/core": "7.18.10", "@coveo/bueno": "0.42.3", - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "@fullhuman/postcss-purgecss": "4.1.3", "@monaco-editor/react": "4.3.1", "@popperjs/core": "^2.11.6", @@ -83457,7 +83457,7 @@ "@coveo/atomic-angular": { "version": "file:packages/atomic-angular/projects/atomic-angular", "requires": { - "@coveo/atomic": "1.125.1", + "@coveo/atomic": "1.126.0", "tslib": "2.4.0" } }, @@ -84405,7 +84405,7 @@ "@coveo/atomic-react": { "version": "file:packages/atomic-react", "requires": { - "@coveo/atomic": "1.125.1", + "@coveo/atomic": "1.126.0", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "@rollup/plugin-replace": "^4.0.0", @@ -85927,7 +85927,7 @@ "version": "file:packages/quantic", "requires": { "@ckeditor/jsdoc-plugins": "25.4.5", - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "@octokit/graphql": "4.8.0", "@octokit/graphql-schema": "10.74.2", "@salesforce/eslint-config-lwc": "3.3.3", diff --git a/packages/atomic-angular/projects/atomic-angular/CHANGELOG.md b/packages/atomic-angular/projects/atomic-angular/CHANGELOG.md index f04ef1d2593..ae33f5236ac 100644 --- a/packages/atomic-angular/projects/atomic-angular/CHANGELOG.md +++ b/packages/atomic-angular/projects/atomic-angular/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.34.0](https://github.com/coveo/ui-kit/compare/@coveo/atomic-angular@1.33.19...@coveo/atomic-angular@1.34.0) (2022-12-09) + +### Features + +- **atomic:** add support for min and max for atomic-timeframe-facet ([#2596](https://github.com/coveo/ui-kit/issues/2596)) ([0f34acc](https://github.com/coveo/ui-kit/commit/0f34acc1b15c1bcbf27202f4586ae77cb2a76ed5)) + ## [1.33.19](https://github.com/coveo/ui-kit/compare/@coveo/atomic-angular@1.33.18...@coveo/atomic-angular@1.33.19) (2022-12-06) **Note:** Version bump only for package @coveo/atomic-angular diff --git a/packages/atomic-angular/projects/atomic-angular/package.json b/packages/atomic-angular/projects/atomic-angular/package.json index aa4bf41847d..a8c3ad0e1cd 100644 --- a/packages/atomic-angular/projects/atomic-angular/package.json +++ b/packages/atomic-angular/projects/atomic-angular/package.json @@ -1,13 +1,13 @@ { "name": "@coveo/atomic-angular", - "version": "1.33.19", + "version": "1.34.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": "^13.1.0", "@angular/core": "^13.1.0" }, "dependencies": { - "@coveo/atomic": "1.125.1", + "@coveo/atomic": "1.126.0", "tslib": "2.4.0" } } diff --git a/packages/atomic-react/CHANGELOG.md b/packages/atomic-react/CHANGELOG.md index e3070e16baf..37c8cd65d75 100644 --- a/packages/atomic-react/CHANGELOG.md +++ b/packages/atomic-react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.27.20](https://github.com/coveo/ui-kit/compare/@coveo/atomic-react@1.27.19...@coveo/atomic-react@1.27.20) (2022-12-09) + +**Note:** Version bump only for package @coveo/atomic-react + ## [1.27.19](https://github.com/coveo/ui-kit/compare/@coveo/atomic-react@1.27.18...@coveo/atomic-react@1.27.19) (2022-12-06) **Note:** Version bump only for package @coveo/atomic-react diff --git a/packages/atomic-react/package.json b/packages/atomic-react/package.json index b82489ea505..23a1223aae4 100644 --- a/packages/atomic-react/package.json +++ b/packages/atomic-react/package.json @@ -1,7 +1,7 @@ { "name": "@coveo/atomic-react", "sideEffects": false, - "version": "1.27.19", + "version": "1.27.20", "description": "React specific wrapper for the Atomic component library", "repository": { "type": "git", @@ -27,7 +27,7 @@ "recommendation/" ], "dependencies": { - "@coveo/atomic": "1.125.1" + "@coveo/atomic": "1.126.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", diff --git a/packages/atomic/CHANGELOG.md b/packages/atomic/CHANGELOG.md index 2d162fa0e64..2cac2835bf6 100644 --- a/packages/atomic/CHANGELOG.md +++ b/packages/atomic/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.126.0](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.125.1...@coveo/atomic@1.126.0) (2022-12-09) + +### Features + +- **atomic:** add support for min and max for atomic-timeframe-facet ([#2596](https://github.com/coveo/ui-kit/issues/2596)) ([0f34acc](https://github.com/coveo/ui-kit/commit/0f34acc1b15c1bcbf27202f4586ae77cb2a76ed5)) + ## [1.125.1](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.125.0...@coveo/atomic@1.125.1) (2022-12-06) ### Bug Fixes diff --git a/packages/atomic/package.json b/packages/atomic/package.json index d3a90b87717..d47fb49ae9c 100644 --- a/packages/atomic/package.json +++ b/packages/atomic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic", - "version": "1.125.1", + "version": "1.126.0", "description": "A web-component library for building modern UIs interfacing with the Coveo platform", "homepage": "https://docs.coveo.com/en/atomic/latest/", "repository": { @@ -55,7 +55,7 @@ }, "dependencies": { "@coveo/bueno": "0.42.3", - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "@popperjs/core": "^2.11.6", "@salesforce-ux/design-system": "^2.16.1", "@stencil/core": "2.17.3", diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index 145d33ad4ba..3f930fa4f1d 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.113.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.112.0...@coveo/headless@1.113.0) (2022-12-09) + +### Features + +- **headless:** tab query parameter added to the insight search query ([#2599](https://github.com/coveo/ui-kit/issues/2599)) ([1347597](https://github.com/coveo/ui-kit/commit/1347597d9a41be3d87ff6df0fd293f516022d5db)) + # [1.112.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.111.5...@coveo/headless@1.112.0) (2022-12-01) ### Features diff --git a/packages/headless/package.json b/packages/headless/package.json index 9a2b9d221e1..e69e21502aa 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -14,7 +14,7 @@ }, "types": "./dist/definitions/index.d.ts", "license": "Apache-2.0", - "version": "1.112.0", + "version": "1.113.0", "files": [ "dist/", "recommendation/", diff --git a/packages/quantic/CHANGELOG.md b/packages/quantic/CHANGELOG.md index 9b165131537..38b6f422d3d 100644 --- a/packages/quantic/CHANGELOG.md +++ b/packages/quantic/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.53.5](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.53.4...@coveo/quantic@1.53.5) (2022-12-09) + +**Note:** Version bump only for package @coveo/quantic + ## [1.53.4](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.53.3...@coveo/quantic@1.53.4) (2022-12-08) ### Bug Fixes diff --git a/packages/quantic/package.json b/packages/quantic/package.json index 9ccc72592ba..f78bd47c7cf 100644 --- a/packages/quantic/package.json +++ b/packages/quantic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/quantic", - "version": "1.53.4", + "version": "1.53.5", "description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform", "author": "coveo.com", "homepage": "https://coveo.com", @@ -38,7 +38,7 @@ "postinstall": "node scripts/npm/setup-quantic.js" }, "dependencies": { - "@coveo/headless": "1.112.0", + "@coveo/headless": "1.113.0", "fs-extra": "10.1.0" }, "engines": {