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]

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored Jun 26, 2024
1 parent 9b28869 commit 8cd544d
Show file tree
Hide file tree
Showing 20 changed files with 113 additions and 70 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@coveo/atomic": "2.68.1",
"@coveo/atomic": "2.69.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.68.0"
"@coveo/headless": "2.69.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@coveo/headless": "2.68.0",
"@coveo/headless": "2.69.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.12",
"jasmine-core": "5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.68.0"
"@coveo/headless": "2.69.0"
},
"dependencies": {
"@coveo/atomic": "2.68.1",
"@coveo/atomic": "2.69.0",
"tslib": "2.6.2"
}
}
4 changes: 2 additions & 2 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.5.50",
"version": "0.5.51",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.9",
"@coveo/headless": "2.68.0",
"@coveo/headless": "2.69.0",
"@stencil/core": "4.15.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.10.5 (2024-06-26)

### Bug Fixes

- **atomic:** add query-summary E2E tests ([#4102](https://github.com/coveo/ui-kit/issues/4102)) ([6f73da7](https://github.com/coveo/ui-kit/commits/6f73da703b5d948b713680d187f03da1d207976a))

## 2.10.4 (2024-06-19)

### Bug Fixes
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.10.4",
"version": "2.10.5",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,11 +29,11 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "2.68.1"
"@coveo/atomic": "2.69.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.68.0",
"@coveo/headless": "2.69.0",
"@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.68.0",
"@coveo/headless": "2.69.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
18 changes: 18 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 2.69.0 (2024-06-26)

### Bug Fixes

- **atomic:** add query-summary E2E tests ([#4102](https://github.com/coveo/ui-kit/issues/4102)) ([6f73da7](https://github.com/coveo/ui-kit/commits/6f73da703b5d948b713680d187f03da1d207976a))
- **atomic:** adjust product-list placeholder ([#4108](https://github.com/coveo/ui-kit/issues/4108)) ([9b28869](https://github.com/coveo/ui-kit/commits/9b288691bd05dac40ac87e244d0c892379469535))
- **atomic:** clear recent searches on keyboard enter keypress ([#4072](https://github.com/coveo/ui-kit/issues/4072)) ([9ab7ba5](https://github.com/coveo/ui-kit/commits/9ab7ba5f43197e7691051daf45dc955f8a87d8af))
- **atomic:** escape searchQuery in regex ([#4116](https://github.com/coveo/ui-kit/issues/4116)) ([dbd33a1](https://github.com/coveo/ui-kit/commits/dbd33a18b8eab4ff3c34aa2cd2069f7c043c7f96))
- **atomic:** fix atomic-commerce-search-box needlessly requesting suggestions when input is disabled ([#4096](https://github.com/coveo/ui-kit/issues/4096)) ([49e9415](https://github.com/coveo/ui-kit/commits/49e9415a601924996d87f1062ea87fed231dcb36))
- **atomic:** resolve result to full collection in context of folded result list ([#4119](https://github.com/coveo/ui-kit/issues/4119)) ([360b604](https://github.com/coveo/ui-kit/commits/360b604badd96f21c20701e55a109cb8a0766a75))
- **headless:** update product interface to reflect how the commerce api behaves ([#4104](https://github.com/coveo/ui-kit/issues/4104)) ([5e514c5](https://github.com/coveo/ui-kit/commits/5e514c5bf642e709c6bd897f693ec42174026c24))

### Features

- **atomic:** add alt text field on atomic-result-image ([#4056](https://github.com/coveo/ui-kit/issues/4056)) ([3d69e97](https://github.com/coveo/ui-kit/commits/3d69e976a380c8f71b9a6720be19920cc7fe4447))
- **atomic:** add identifier on atomic commerce generated facets ([#4112](https://github.com/coveo/ui-kit/issues/4112)) ([b2a4406](https://github.com/coveo/ui-kit/commits/b2a4406f6f94d6d724811ce430484b02eb9d48f5))
- **commerce:** make summary a sub-controller ([#4082](https://github.com/coveo/ui-kit/issues/4082)) ([cfcc9d9](https://github.com/coveo/ui-kit/commits/cfcc9d9b2557345a0a96e271a0dba9cb549812b4))

## 2.68.1 (2024-06-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "2.68.1",
"version": "2.69.0",
"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 @@ -66,7 +66,7 @@
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.5",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.68.0",
"@coveo/headless": "2.69.0",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.2",
"@fullhuman/postcss-purgecss": "6.0.0",
Expand Down Expand Up @@ -138,7 +138,7 @@
"wait-on": "7.2.0"
},
"peerDependencies": {
"@coveo/headless": "2.68.0"
"@coveo/headless": "2.69.0"
},
"license": "Apache-2.0",
"engines": {
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": "1.0.13",
"version": "1.0.14",
"description": "React utilities for SSR (Server Side Rendering) with headless",
"homepage": "https://docs.coveo.com/en/headless/latest/",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/headless": "2.68.0"
"@coveo/headless": "2.69.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.69.0 (2024-06-26)

### Bug Fixes

- **atomic:** fix atomic-commerce-search-box needlessly requesting suggestions when input is disabled ([#4096](https://github.com/coveo/ui-kit/issues/4096)) ([49e9415](https://github.com/coveo/ui-kit/commits/49e9415a601924996d87f1062ea87fed231dcb36))
- **headless:** update product interface to reflect how the commerce api behaves ([#4104](https://github.com/coveo/ui-kit/issues/4104)) ([5e514c5](https://github.com/coveo/ui-kit/commits/5e514c5bf642e709c6bd897f693ec42174026c24))

### Features

- **commerce:** make summary a sub-controller ([#4082](https://github.com/coveo/ui-kit/issues/4082)) ([cfcc9d9](https://github.com/coveo/ui-kit/commits/cfcc9d9b2557345a0a96e271a0dba9cb549812b4))
- **headless commerce:** retrieve clientId from Relay instead of coveoua when building commerce API requests ([#4111](https://github.com/coveo/ui-kit/issues/4111)) ([6c6b8e4](https://github.com/coveo/ui-kit/commits/6c6b8e49ccc3f6f2a91d18a42655588f5349e32e))
- **headless:** handle 401 like 419 ([#4103](https://github.com/coveo/ui-kit/issues/4103)) ([6623e03](https://github.com/coveo/ui-kit/commits/6623e031e92406df2b10b8455724161fa62cd00c))

# 2.68.0 (2024-06-19)

### Features
Expand Down
Loading

0 comments on commit 8cd544d

Please sign in to comment.