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]
@coveo/[email protected]

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored and fpbrault committed Oct 10, 2024
1 parent ff63584 commit 121c419
Show file tree
Hide file tree
Showing 22 changed files with 115 additions and 76 deletions.
76 changes: 38 additions & 38 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.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic": "3.2.4",
"@coveo/atomic": "3.3.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "3.2.0"
"@coveo/headless": "3.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.9",
"@angular/cli": "17.3.9",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "3.2.0",
"@coveo/headless": "3.3.0",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@coveo/atomic-angular",
"version": "3.1.4",
"version": "3.1.5",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "3.2.0"
"@coveo/headless": "3.3.0"
},
"dependencies": {
"@coveo/atomic": "3.2.4",
"@coveo/atomic": "3.3.0",
"tslib": "2.6.3"
},
"engines": {
Expand Down
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": "1.0.5",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@coveo/bueno": "1.0.1",
"@coveo/headless": "3.2.0",
"@coveo/headless": "3.3.0",
"@stencil/core": "4.20.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coveo/atomic-react",
"sideEffects": false,
"type": "module",
"version": "3.1.4",
"version": "3.1.5",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "3.2.4"
"@coveo/atomic": "3.3.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
Expand All @@ -52,7 +52,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"peerDependencies": {
"@coveo/headless": "3.2.0",
"@coveo/headless": "3.3.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
19 changes: 19 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 3.3.0 (2024-10-10)

- test(atomic): add tests & stories for atomic-product-image (#4469) ([bc09766](https://github.com/coveo/ui-kit/commits/bc09766)), closes [#4469](https://github.com/coveo/ui-kit/issues/4469)
- test(atomic): add tests for atomic-product-price (#4441) ([09c56b4](https://github.com/coveo/ui-kit/commits/09c56b4)), closes [#4441](https://github.com/coveo/ui-kit/issues/4441)
- test(atomic): fix flaky atomic-external tests (#4515) ([d207ff5](https://github.com/coveo/ui-kit/commits/d207ff5)), closes [#4515](https://github.com/coveo/ui-kit/issues/4515)
- fix(atomic, headless): use `next` as default value for queryCorrectionMode (#4495) ([ddce004](https://github.com/coveo/ui-kit/commits/ddce004)), closes [#4495](https://github.com/coveo/ui-kit/issues/4495)
- fix(quantic,atomic): fixed timezone issue with user actions timeline (#4514) ([1142855](https://github.com/coveo/ui-kit/commits/1142855)), closes [#4514](https://github.com/coveo/ui-kit/issues/4514)
- feat(headless): change citation from custom to click event (#4492) ([1cc5aee](https://github.com/coveo/ui-kit/commits/1cc5aee)), closes [#4492](https://github.com/coveo/ui-kit/issues/4492)
- fix(atomic): atomic-product-image crashes when giving an invalid image-alt-field value (#4482) ([1fb3864](https://github.com/coveo/ui-kit/commits/1fb3864)), closes [#4482](https://github.com/coveo/ui-kit/issues/4482)
- fix(atomic): atomic-product-image fallback image is not using 1:1 ratio (#4483) ([816f529](https://github.com/coveo/ui-kit/commits/816f529)), closes [#4483](https://github.com/coveo/ui-kit/issues/4483)
- fix(atomic): dim unselected facet value (#4410) ([5ba9101](https://github.com/coveo/ui-kit/commits/5ba9101)), closes [#4410](https://github.com/coveo/ui-kit/issues/4410)
- fix(atomic): fix styling issues with atomic tabs (#4498) ([6d17ed7](https://github.com/coveo/ui-kit/commits/6d17ed7)), closes [#4498](https://github.com/coveo/ui-kit/issues/4498)
- fix(atomic): improve error message for atomic-tabs without name (#4497) ([a25bc35](https://github.com/coveo/ui-kit/commits/a25bc35)), closes [#4497](https://github.com/coveo/ui-kit/issues/4497)
- fix(atomic): prevent quickview from reopening when changing tab (#4508) ([35ab282](https://github.com/coveo/ui-kit/commits/35ab282)), closes [#4508](https://github.com/coveo/ui-kit/issues/4508)
- fix(atomic): show atomic-tab-manager dropdown based on available space instead of fixed breakpoint ( ([78a429c](https://github.com/coveo/ui-kit/commits/78a429c)), closes [#4502](https://github.com/coveo/ui-kit/issues/4502)
- fix(genqa): fix rga feedback position with chrome (#4480) ([e2585e4](https://github.com/coveo/ui-kit/commits/e2585e4)), closes [#4480](https://github.com/coveo/ui-kit/issues/4480)
- chore: Add CI healthcheck for CDN builds (#4458) ([904df53](https://github.com/coveo/ui-kit/commits/904df53)), closes [#4458](https://github.com/coveo/ui-kit/issues/4458)
- chore(atomic): fix atomic-tab-manager flaky test (#4507) ([42645c8](https://github.com/coveo/ui-kit/commits/42645c8)), closes [#4507](https://github.com/coveo/ui-kit/issues/4507)

## <small>3.2.4 (2024-10-02)</small>

- test(atomic): add tests for atomic-commerce-recommendation-list (#4437) ([74dff0d](https://github.com/coveo/ui-kit/commits/74dff0d)), closes [#4437](https://github.com/coveo/ui-kit/issues/4437)
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic",
"type": "module",
"version": "3.2.4",
"version": "3.3.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 @@ -67,7 +67,7 @@
},
"dependencies": {
"@coveo/bueno": "1.0.1",
"@coveo/headless": "3.2.0",
"@coveo/headless": "3.3.0",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "2.0.16",
Expand Down Expand Up @@ -163,7 +163,7 @@
},
"peerDependencies": {
"@coveo/bueno": "1.0.1",
"@coveo/headless": "3.2.0"
"@coveo/headless": "3.3.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down
Loading

0 comments on commit 121c419

Please sign in to comment.