Skip to content

Commit b0f1f88

Browse files
[Version Bump][skip ci]: ui-kit publish
@coveo/create-atomic-component-project@1.5.3 @coveo/create-atomic-result-component@1.3.3 @coveo/create-atomic@1.41.2 @coveo/create-atomic-component@1.5.3 @coveo/headless@4.0.0 @coveo/shopify@1.8.8 @coveo/atomic-hosted-page@1.2.8 @coveo/headless-react@2.5.8 @coveo/atomic@3.33.4 @coveo/quantic@3.30.0 @coveo/atomic-react@3.3.8 @coveo/atomic-angular@3.7.4 **/CHANGELOG.md **/package.json CHANGELOG.md package.json package-lock.json
1 parent da0d82c commit b0f1f88

File tree

37 files changed

+183
-1296
lines changed

37 files changed

+183
-1296
lines changed

package-lock.json

Lines changed: 54 additions & 1243 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-kit",
33
"private": true,
4-
"version": "3.0.59",
4+
"version": "3.0.60",
55
"scripts": {
66
"postinstall": "husky install && patch-package && npx playwright install",
77
"reset:install": "git checkout origin/main package-lock.json && npm i",

packages/atomic-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@coveo/atomic": "3.33.3",
16+
"@coveo/atomic": "3.33.4",
1717
"rxjs": "7.8.2"
1818
},
1919
"peerDependencies": {
20-
"@coveo/headless": "3.29.2"
20+
"@coveo/headless": "4.0.0"
2121
},
2222
"devDependencies": {
2323
"@angular-devkit/build-angular": "19.2.3",
2424
"@angular/cli": "19.2.3",
2525
"@angular/compiler-cli": "19.2.2",
2626
"@types/node": "22.16.5",
27-
"@coveo/headless": "3.29.2",
27+
"@coveo/headless": "4.0.0",
2828
"ng-packagr": "19.2.0",
2929
"typescript": "5.8.3",
3030
"ncp": "2.0.0",

packages/atomic-angular/projects/atomic-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@coveo/atomic-angular",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"license": "Apache-2.0",
55
"repository": {
66
"url": "https://github.com/coveo/ui-kit"
77
},
88
"peerDependencies": {
99
"@angular/common": "14 - 19",
1010
"@angular/core": "14 - 19",
11-
"@coveo/headless": "3.29.2"
11+
"@coveo/headless": "4.0.0"
1212
},
1313
"dependencies": {
14-
"@coveo/atomic": "3.33.3"
14+
"@coveo/atomic": "3.33.4"
1515
},
1616
"engines": {
1717
"node": "^20.9.0 || ^22.11.0"

packages/atomic-hosted-page/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/atomic-hosted-page",
33
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/coveo/ui-kit.git",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@coveo/bueno": "1.1.0",
34-
"@coveo/headless": "3.29.2",
34+
"@coveo/headless": "4.0.0",
3535
"lit": "3.3.1"
3636
},
3737
"devDependencies": {

packages/atomic-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@coveo/atomic-react",
33
"sideEffects": false,
44
"type": "module",
5-
"version": "3.3.7",
5+
"version": "3.3.8",
66
"description": "React specific wrapper for the Atomic component library",
77
"repository": {
88
"type": "git",
@@ -31,7 +31,7 @@
3131
"commerce/"
3232
],
3333
"dependencies": {
34-
"@coveo/atomic": "3.33.3",
34+
"@coveo/atomic": "3.33.4",
3535
"@lit/react": "1.0.6"
3636
},
3737
"devDependencies": {
@@ -50,7 +50,7 @@
5050
"ncp": "2.0.0"
5151
},
5252
"peerDependencies": {
53-
"@coveo/headless": "3.29.2",
53+
"@coveo/headless": "4.0.0",
5454
"react": ">=18.0.0",
5555
"react-dom": ">=18.0.0"
5656
},

packages/atomic/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>3.33.4 (2025-09-10)</small>
2+
3+
* chore: deduplicate dependencies in create-atomic-* (#5959) ([7fcf462](https://github.com/coveo/ui-kit/commits/7fcf462)), closes [#5959](https://github.com/coveo/ui-kit/issues/5959)
4+
* chore(atomic insight): migrate IconButton functional component (#5976) ([8b47cb0](https://github.com/coveo/ui-kit/commits/8b47cb0)), closes [#5976](https://github.com/coveo/ui-kit/issues/5976)
5+
* docs: Fixed broken links (#5957) ([6c63261](https://github.com/coveo/ui-kit/commits/6c63261)), closes [#5957](https://github.com/coveo/ui-kit/issues/5957)
6+
* (docs): Remove request duration info on the atomic-commerce-query-summary component (#6007) ([009880b](https://github.com/coveo/ui-kit/commits/009880b)), closes [#6007](https://github.com/coveo/ui-kit/issues/6007)
7+
8+
9+
110
## <small>3.33.3 (2025-09-03)</small>
211

312
* fix(atomic commerce): missing min-height for atomic-product-excerpt/description (#5969) ([d2100f1](https://github.com/coveo/ui-kit/commits/d2100f1)), closes [#5969](https://github.com/coveo/ui-kit/issues/5969)

packages/atomic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/atomic",
33
"type": "module",
4-
"version": "3.33.3",
4+
"version": "3.33.4",
55
"description": "A web-component library for building modern UIs interfacing with the Coveo platform",
66
"homepage": "https://docs.coveo.com/en/atomic/latest/",
77
"repository": {
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@coveo/bueno": "1.1.0",
84-
"@coveo/headless": "3.29.2",
84+
"@coveo/headless": "4.0.0",
8585
"@lit/context": "1.1.6",
8686
"@open-wc/lit-helpers": "0.7.0",
8787
"@popperjs/core": "2.11.8",
@@ -164,7 +164,7 @@
164164
},
165165
"peerDependencies": {
166166
"@coveo/bueno": "1.1.0",
167-
"@coveo/headless": "3.29.2",
167+
"@coveo/headless": "4.0.0",
168168
"typescript": ">=5.0.0"
169169
},
170170
"peerDependenciesMeta": {

packages/create-atomic-component-project/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>1.5.3 (2025-09-10)</small>
2+
3+
* chore: deduplicate dependencies in create-atomic-* (#5959) ([7fcf462](https://github.com/coveo/ui-kit/commits/7fcf462)), closes [#5959](https://github.com/coveo/ui-kit/issues/5959)
4+
5+
6+
17
## <small>1.5.2 (2025-09-03)</small>
28

39
* [Version Bump][skip ci]: ui-kit publish ([1793fed](https://github.com/coveo/ui-kit/commits/1793fed))

packages/create-atomic-component-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveo/create-atomic-component-project",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Initialize a Coveo Atomic Library Project",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)