-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Version Bump][skip ci]: ui-kit publish
lerna.json CHANGELOG.md **/CHANGELOG.md - @coveo/[email protected] - @coveo/[email protected] - @coveo/[email protected] - @coveo/[email protected] - @coveo/[email protected] - @coveo/[email protected] - @coveo/[email protected]
- Loading branch information
GitHub Actions Bot
committed
Dec 14, 2022
1 parent
386b7d3
commit 4b132fc
Showing
15 changed files
with
7,865 additions
and
24,167 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Features | ||
|
||
- release v2 ([#2611](https://github.com/coveo/ui-kit/issues/2611)) ([386b7d3](https://github.com/coveo/ui-kit/commit/386b7d3b623871861766c792662a25faf17a15c7)) | ||
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Bug Fixes | ||
|
||
- **headless:** made result template manager throw errors instead of logging errors ([#2518](https://github.com/coveo/ui-kit/issues/2518)) ([5d54709](https://github.com/coveo/ui-kit/commit/5d547095c68615120a4b087b3c993c111b3d6169)) | ||
|
@@ -24,6 +30,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
- **atomic:** replaced printable uri target attribute with attributes slot ([#2525](https://github.com/coveo/ui-kit/issues/2525)) ([d9a5c2f](https://github.com/coveo/ui-kit/commit/d9a5c2f0608dd006384e5c1de0c17c9bc7498f42)) | ||
- **atomic:** adapt search box + suggestion width in search layout ([#2589](https://github.com/coveo/ui-kit/issues/2589)) ([56ca263](https://github.com/coveo/ui-kit/commit/56ca263f8d52a99157bb3dfa3fdeb3a12ef8d869)) | ||
- **headless:** refactored field suggestion options ([#2581](https://github.com/coveo/ui-kit/issues/2581)) ([4a5577e](https://github.com/coveo/ui-kit/commit/4a5577ec78461a1456c81a43385be34f6546b0fc)) | ||
|
||
## [1.34.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-13) | ||
|
||
**Note:** Version bump only for package @coveo/atomic-angular | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@coveo/atomic-angular", | ||
"version": "2.0.0-pre.7", | ||
"version": "2.0.0", | ||
"license": "Apache-2.0", | ||
"peerDependencies": { | ||
"@angular/common": "^13.1.0", | ||
"@angular/core": "^13.1.0", | ||
"@coveo/headless": "2.0.0-pre.7" | ||
}, | ||
"dependencies": { | ||
"@coveo/atomic": "2.0.0-pre.7", | ||
"@coveo/atomic": "2.0.0", | ||
"tslib": "2.4.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Features | ||
|
||
- release v2 ([#2611](https://github.com/coveo/ui-kit/issues/2611)) ([386b7d3](https://github.com/coveo/ui-kit/commit/386b7d3b623871861766c792662a25faf17a15c7)) | ||
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Bug Fixes | ||
|
||
- **headless:** made result template manager throw errors instead of logging errors ([#2518](https://github.com/coveo/ui-kit/issues/2518)) ([5d54709](https://github.com/coveo/ui-kit/commit/5d547095c68615120a4b087b3c993c111b3d6169)) | ||
|
@@ -25,6 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
- **atomic:** adapt search box + suggestion width in search layout ([#2589](https://github.com/coveo/ui-kit/issues/2589)) ([56ca263](https://github.com/coveo/ui-kit/commit/56ca263f8d52a99157bb3dfa3fdeb3a12ef8d869)) | ||
- **headless:** refactored field suggestion options ([#2581](https://github.com/coveo/ui-kit/issues/2581)) ([4a5577e](https://github.com/coveo/ui-kit/commit/4a5577ec78461a1456c81a43385be34f6546b0fc)) | ||
- **headless:** use new preparable analytics ([#2604](https://github.com/coveo/ui-kit/pull/2604)) ([4349fb9](https://github.com/coveo/ui-kit/commit/4349fb9169768b243a5753488a25d34216de1591)) | ||
|
||
## [1.27.21](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-13) | ||
|
||
**Note:** Version bump only for package @coveo/atomic-react | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Features | ||
|
||
- release v2 ([#2611](https://github.com/coveo/ui-kit/issues/2611)) ([386b7d3](https://github.com/coveo/ui-kit/commit/386b7d3b623871861766c792662a25faf17a15c7)) | ||
|
||
# [2.0.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-14) | ||
|
||
### Bug Fixes | ||
|
||
- **headless:** made result template manager throw errors instead of logging errors ([#2518](https://github.com/coveo/ui-kit/issues/2518)) ([5d54709](https://github.com/coveo/ui-kit/commit/5d547095c68615120a4b087b3c993c111b3d6169)) | ||
|
@@ -25,6 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
- **atomic:** replaced printable uri target attribute with attributes slot ([#2525](https://github.com/coveo/ui-kit/issues/2525)) ([d9a5c2f](https://github.com/coveo/ui-kit/commit/d9a5c2f0608dd006384e5c1de0c17c9bc7498f42)) | ||
- **atomic:** adapt search box + suggestion width in search layout ([#2589](https://github.com/coveo/ui-kit/issues/2589)) ([56ca263](https://github.com/coveo/ui-kit/commit/56ca263f8d52a99157bb3dfa3fdeb3a12ef8d869)) | ||
- **headless:** refactored field suggestion options ([#2581](https://github.com/coveo/ui-kit/issues/2581)) ([4a5577e](https://github.com/coveo/ui-kit/commit/4a5577ec78461a1456c81a43385be34f6546b0fc)) | ||
|
||
## [1.126.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-12-13) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.