From 30d4e95eab42ff534c61bae459c7710d6a730199 Mon Sep 17 00:00:00 2001 From: Jenkins Bot Date: Thu, 25 Nov 2021 21:05:43 +0000 Subject: [PATCH] [Version Bump]: ui-kit publish lerna.json CHANGELOG.md **/CHANGELOG.md - @coveo/atomic@1.16.0 - @coveo/auth@1.1.0 - @coveo/headless@1.35.0 - @coveo/quantic@1.0.3 - headless-react@0.44.0 --- packages/atomic/CHANGELOG.md | 11 +++++++++++ packages/atomic/package-lock.json | 2 +- packages/atomic/package.json | 4 ++-- packages/auth/CHANGELOG.md | 11 +++++++++++ packages/auth/package-lock.json | 2 +- packages/auth/package.json | 2 +- packages/headless/CHANGELOG.md | 11 +++++++++++ packages/headless/package-lock.json | 2 +- packages/headless/package.json | 2 +- packages/quantic/CHANGELOG.md | 8 ++++++++ packages/quantic/package-lock.json | 2 +- packages/quantic/package.json | 4 ++-- packages/samples/headless-react/CHANGELOG.md | 11 +++++++++++ packages/samples/headless-react/package-lock.json | 2 +- packages/samples/headless-react/package.json | 6 +++--- 15 files changed, 66 insertions(+), 14 deletions(-) create mode 100644 packages/auth/CHANGELOG.md diff --git a/packages/atomic/CHANGELOG.md b/packages/atomic/CHANGELOG.md index 0106a2b4457..81b3b2fdc40 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.16.0](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.15.8...@coveo/atomic@1.16.0) (2021-11-25) + + +### Features + +* **atomic:** export initialize bindings & add atomic-external component ([#1511](https://github.com/coveo/ui-kit/issues/1511)) ([6f648bd](https://github.com/coveo/ui-kit/commit/6f648bd8659d3d95c70a85527a2eb426f0f315ca)) + + + + + ## [1.15.8](https://github.com/coveo/ui-kit/compare/@coveo/atomic@1.15.7...@coveo/atomic@1.15.8) (2021-11-25) **Note:** Version bump only for package @coveo/atomic diff --git a/packages/atomic/package-lock.json b/packages/atomic/package-lock.json index eb686a21c43..4c5170ac713 100644 --- a/packages/atomic/package-lock.json +++ b/packages/atomic/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic", - "version": "1.15.8", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/atomic/package.json b/packages/atomic/package.json index 7d908ce66fe..c9b69dc239e 100644 --- a/packages/atomic/package.json +++ b/packages/atomic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/atomic", - "version": "1.15.8", + "version": "1.16.0", "description": "A web-component library for building modern UIs interfacing with the Coveo platform", "homepage": "https://docs.coveo.com/en/atomic/latest/", "repository": { @@ -46,7 +46,7 @@ }, "dependencies": { "@coveo/bueno": "^0.33.1", - "@coveo/headless": "^1.34.0", + "@coveo/headless": "^1.35.0", "@salesforce-ux/design-system": "^2.16.1", "coveo-styleguide": "^9.26.0", "dayjs": "^1.10.4", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md new file mode 100644 index 00000000000..363915213aa --- /dev/null +++ b/packages/auth/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2021-11-25) + + +### Features + +* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41)) diff --git a/packages/auth/package-lock.json b/packages/auth/package-lock.json index 08401bc356f..61bb9599f4d 100644 --- a/packages/auth/package-lock.json +++ b/packages/auth/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/auth", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/auth/package.json b/packages/auth/package.json index 681378c25f6..01fbd80fc04 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "name": "@coveo/auth", "private": false, - "version": "1.0.0", + "version": "1.1.0", "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 93e507ef54f..602519e8f97 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.35.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.34.0...@coveo/headless@1.35.0) (2021-11-25) + + +### Features + +* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41)) + + + + + # [1.34.0](https://github.com/coveo/ui-kit/compare/@coveo/headless@1.33.2...@coveo/headless@1.34.0) (2021-11-25) diff --git a/packages/headless/package-lock.json b/packages/headless/package-lock.json index ffeaa5f6695..34ac8f7e023 100644 --- a/packages/headless/package-lock.json +++ b/packages/headless/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/headless", - "version": "1.34.0", + "version": "1.35.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/headless/package.json b/packages/headless/package.json index 8265230e8c6..371aed6bb20 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.34.0", + "version": "1.35.0", "files": [ "dist/", "recommendation/", diff --git a/packages/quantic/CHANGELOG.md b/packages/quantic/CHANGELOG.md index d6c8215c4a4..d9cec13643a 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.0.3](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.0.2...@coveo/quantic@1.0.3) (2021-11-25) + +**Note:** Version bump only for package @coveo/quantic + + + + + ## [1.0.2](https://github.com/coveo/ui-kit/compare/@coveo/quantic@1.0.1...@coveo/quantic@1.0.2) (2021-11-25) **Note:** Version bump only for package @coveo/quantic diff --git a/packages/quantic/package-lock.json b/packages/quantic/package-lock.json index 5d6f896c2e2..88e176a3ead 100644 --- a/packages/quantic/package-lock.json +++ b/packages/quantic/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coveo/quantic", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/quantic/package.json b/packages/quantic/package.json index 53e48e29b8b..6df8201a264 100644 --- a/packages/quantic/package.json +++ b/packages/quantic/package.json @@ -1,6 +1,6 @@ { "name": "@coveo/quantic", - "version": "1.0.2", + "version": "1.0.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", @@ -34,7 +34,7 @@ "package:create:publish": "node_modules/.bin/ts-node scripts/build/create-package.ts --remove-translations --promote" }, "dependencies": { - "@coveo/headless": "^1.34.0" + "@coveo/headless": "^1.35.0" }, "engines": { "node": ">=14.0.0" diff --git a/packages/samples/headless-react/CHANGELOG.md b/packages/samples/headless-react/CHANGELOG.md index 393f3f37d95..27a13f7d58c 100644 --- a/packages/samples/headless-react/CHANGELOG.md +++ b/packages/samples/headless-react/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. +# [0.44.0](https://github.com/coveo/ui-kit/compare/headless-react@0.43.9...headless-react@0.44.0) (2021-11-25) + + +### Features + +* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41)) + + + + + ## [0.43.9](https://github.com/coveo/ui-kit/compare/headless-react@0.43.8...headless-react@0.43.9) (2021-11-25) **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 cb3f24bd21e..aa6e9f21941 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.43.9", + "version": "0.44.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/samples/headless-react/package.json b/packages/samples/headless-react/package.json index 110f4254e88..590da0a8f1f 100644 --- a/packages/samples/headless-react/package.json +++ b/packages/samples/headless-react/package.json @@ -1,9 +1,9 @@ { "name": "headless-react", - "version": "0.43.9", + "version": "0.44.0", "dependencies": { - "@coveo/auth": "^1.0.0", - "@coveo/headless": "^1.34.0", + "@coveo/auth": "^1.1.0", + "@coveo/headless": "^1.35.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "11.2.7", "@testing-library/user-event": "13.2.1",