diff --git a/packages/atomic-react/CHANGELOG.md b/packages/atomic-react/CHANGELOG.md index ddd48abf38b..fde3103579a 100644 --- a/packages/atomic-react/CHANGELOG.md +++ b/packages/atomic-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.8](https://github.com/coveo/ui-kit/compare/@coveo/atomic-react@0.4.7...@coveo/atomic-react@0.4.8) (2022-02-02) + +**Note:** Version bump only for package @coveo/atomic-react + + + + + ## [0.4.7](https://github.com/coveo/ui-kit/compare/@coveo/atomic-react@0.4.6...@coveo/atomic-react@0.4.7) (2022-01-26) **Note:** Version bump only for package @coveo/atomic-react diff --git a/packages/atomic-react/package-lock.json b/packages/atomic-react/package-lock.json index 23be71f4a30..b41fbdbc01a 100644 --- a/packages/atomic-react/package-lock.json +++ b/packages/atomic-react/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic-react", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/atomic-react/package.json b/packages/atomic-react/package.json index ac5a942efa8..fd485f4b18e 100644 --- a/packages/atomic-react/package.json +++ b/packages/atomic-react/package.json @@ -1,7 +1,7 @@ { "name": "@coveo/atomic-react", "sideEffects": false, - "version": "0.4.7", + "version": "0.4.8", "description": "React specific wrapper for the Atomic component library", "repository": { "type": "git", @@ -24,7 +24,7 @@ "dist/" ], "dependencies": { - "@coveo/atomic": "^1.27.0" + "@coveo/atomic": "^1.28.0" }, "devDependencies": { "@types/node": "^15.12.2", diff --git a/packages/atomic/CHANGELOG.md b/packages/atomic/CHANGELOG.md index 930eaf11ae2..6ac0bc596d4 100644 --- a/packages/atomic/CHANGELOG.md +++ b/packages/atomic/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.28.0](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.27.0...@coveo/atomic@1.28.0) (2022-02-02) + + +### Features + +* **headless:** allow toggleSelectFacetValue to add new values ([#1704](https://github.com/coveo/ui-kit/issues/1704)) ([403507e](https://github.com/coveo/ui-kit/commit/403507e38755c1164522e13f27fef17dd1fbc3f1)) + + + + + # [1.27.0](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.26.1...@coveo/atomic@1.27.0) (2022-01-26) diff --git a/packages/atomic/package-lock.json b/packages/atomic/package-lock.json index 4a6b0a763f8..470dcf91883 100644 --- a/packages/atomic/package-lock.json +++ b/packages/atomic/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic", - "version": "1.27.0", + "version": "1.28.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/atomic/package.json b/packages/atomic/package.json index f69acf66dfb..f4a846f3200 100644 --- a/packages/atomic/package.json +++ b/packages/atomic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic", - "version": "1.27.0", + "version": "1.28.0", "description": "A web-component library for building modern UIs interfacing with the Coveo platform", "homepage": "https://docs.coveo.com/en/atomic/latest/", "repository": { @@ -48,7 +48,7 @@ }, "dependencies": { "@coveo/bueno": "^0.34.2", - "@coveo/headless": "^1.44.0", + "@coveo/headless": "^1.45.0", "@salesforce-ux/design-system": "^2.16.1", "@stencil/store": "1.5.0", "coveo-styleguide": "^9.26.0", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 2c120f5c584..0a24af67aca 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.7](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.6...@coveo/auth@1.1.7) (2022-02-02) + + +### Bug Fixes + +* **auth:** send organizationId as query string param during handshake ([#1699](https://github.com/coveo/ui-kit/issues/1699)) ([51eb008](https://github.com/coveo/ui-kit/commit/51eb0089cf834a5eeef3631d322fbc7d1aafe604)) + + + + + ## [1.1.6](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.1.5...@coveo/auth@1.1.6) (2022-01-18) **Note:** Version bump only for package @coveo/auth diff --git a/packages/auth/package-lock.json b/packages/auth/package-lock.json index 40343c908a9..18f01805371 100644 --- a/packages/auth/package-lock.json +++ b/packages/auth/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/auth", - "version": "1.1.6", + "version": "1.1.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/auth/package.json b/packages/auth/package.json index 2de1a3e4780..23ba67daac5 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@coveo/auth", "private": false, - "version": "1.1.6", + "version": "1.1.7", "description": "Functions to help authenticate with the Coveo platform.", "main": "./dist/auth.js", "module": "./dist/auth.esm.js", diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index 4abaa794762..00d437dea9a 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.45.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.44.0...@coveo/headless@1.45.0) (2022-02-02) + + +### Features + +* **headless:** allow toggleSelectFacetValue to add new values ([#1704](https://github.com/coveo/ui-kit/issues/1704)) ([403507e](https://github.com/coveo/ui-kit/commit/403507e38755c1164522e13f27fef17dd1fbc3f1)) + + + + + # [1.44.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.43.2...@coveo/headless@1.44.0) (2022-01-24) diff --git a/packages/headless/package-lock.json b/packages/headless/package-lock.json index 08be2843f8e..9d15afc9a2a 100644 --- a/packages/headless/package-lock.json +++ b/packages/headless/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/headless", - "version": "1.44.0", + "version": "1.45.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/headless/package.json b/packages/headless/package.json index a5dc14bf68e..e9290871adc 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -15,7 +15,7 @@ }, "types": "./dist/definitions/index.d.ts", "license": "Apache-2.0", - "version": "1.44.0", + "version": "1.45.0", "files": [ "dist/", "recommendation/", diff --git a/packages/quantic/CHANGELOG.md b/packages/quantic/CHANGELOG.md index 2b620eed910..d6a95b09074 100644 --- a/packages/quantic/CHANGELOG.md +++ b/packages/quantic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.8.0...@coveo/quantic@1.8.1) (2022-02-02) + +**Note:** Version bump only for package @coveo/quantic + + + + + # [1.8.0](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.7.8...@coveo/quantic@1.8.0) (2022-01-28) diff --git a/packages/quantic/package-lock.json b/packages/quantic/package-lock.json index 12785b061c8..fef67ee3a62 100644 --- a/packages/quantic/package-lock.json +++ b/packages/quantic/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/quantic", - "version": "1.8.0", + "version": "1.8.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/quantic/package.json b/packages/quantic/package.json index c414bf8f02c..8f7823ddbe0 100644 --- a/packages/quantic/package.json +++ b/packages/quantic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/quantic", - "version": "1.8.0", + "version": "1.8.1", "description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform", "author": "coveo.com", "homepage": "https://coveo.com", @@ -34,7 +34,7 @@ "package:create:publish": "node_modules/.bin/ts-node scripts/build/create-package.ts --remove-translations --promote" }, "dependencies": { - "@coveo/headless": "^1.44.0" + "@coveo/headless": "^1.45.0" }, "engines": { "node": ">=14.0.0" diff --git a/packages/samples/headless-react/CHANGELOG.md b/packages/samples/headless-react/CHANGELOG.md index 13789aa0cc4..7609975d53e 100644 --- a/packages/samples/headless-react/CHANGELOG.md +++ b/packages/samples/headless-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.50.9](https://github.com/coveo/ui-kit/compare/headless-react@0.50.8...headless-react@0.50.9) (2022-02-02) + +**Note:** Version bump only for package headless-react + + + + + ## [0.50.8](https://github.com/coveo/ui-kit/compare/headless-react@0.50.7...headless-react@0.50.8) (2022-01-26) **Note:** Version bump only for package headless-react diff --git a/packages/samples/headless-react/package-lock.json b/packages/samples/headless-react/package-lock.json index 3c55736ac7f..c5ec8a6d343 100644 --- a/packages/samples/headless-react/package-lock.json +++ b/packages/samples/headless-react/package-lock.json @@ -1,6 +1,6 @@ { "name": "headless-react", - "version": "0.50.8", + "version": "0.50.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/samples/headless-react/package.json b/packages/samples/headless-react/package.json index 5f3bdeaeb62..e8dfd4f09f0 100644 --- a/packages/samples/headless-react/package.json +++ b/packages/samples/headless-react/package.json @@ -1,10 +1,10 @@ { "name": "headless-react", - "version": "0.50.8", + "version": "0.50.9", "dependencies": { - "@coveo/atomic-react": "^0.4.7", - "@coveo/auth": "^1.1.6", - "@coveo/headless": "^1.44.0", + "@coveo/atomic-react": "^0.4.8", + "@coveo/auth": "^1.1.7", + "@coveo/headless": "^1.45.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "11.2.7", "@testing-library/user-event": "13.5.0",