Skip to content

Commit e8b1c6a

Browse files
[Version Bump][skip ci]: ui-kit publish
@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
1 parent d6c39dd commit e8b1c6a

File tree

25 files changed

+95
-79
lines changed

25 files changed

+95
-79
lines changed

package-lock.json

Lines changed: 40 additions & 40 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.23",
4+
"version": "3.0.24",
55
"scripts": {
66
"postinstall": "husky install && patch-package && npx playwright install",
77
"reset:install": "git checkout origin/master package-lock.json && npm i",

packages/atomic-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"@angular/platform-browser": "19.2.2",
2121
"@angular/platform-browser-dynamic": "19.2.2",
2222
"@angular/router": "19.2.2",
23-
"@coveo/atomic": "3.22.0",
23+
"@coveo/atomic": "3.22.1",
2424
"rxjs": "7.8.2"
2525
},
2626
"peerDependencies": {
27-
"@coveo/headless": "3.21.0"
27+
"@coveo/headless": "3.22.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/build-angular": "19.2.3",
3131
"@angular/cli": "19.2.3",
3232
"@angular/compiler-cli": "19.2.2",
33-
"@coveo/headless": "3.21.0",
33+
"@coveo/headless": "3.22.0",
3434
"@types/node": "22.13.5",
3535
"ng-packagr": "19.2.0",
3636
"typescript": "5.8.2"

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.3.17",
3+
"version": "3.3.18",
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.21.0"
11+
"@coveo/headless": "3.22.0"
1212
},
1313
"dependencies": {
14-
"@coveo/atomic": "3.22.0"
14+
"@coveo/atomic": "3.22.1"
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.1.10",
4+
"version": "1.1.11",
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.0.10",
34-
"@coveo/headless": "3.21.0",
34+
"@coveo/headless": "3.22.0",
3535
"lit": "3.2.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.2.27",
5+
"version": "3.2.28",
66
"description": "React specific wrapper for the Atomic component library",
77
"repository": {
88
"type": "git",
@@ -30,7 +30,7 @@
3030
"commerce/"
3131
],
3232
"dependencies": {
33-
"@coveo/atomic": "3.22.0",
33+
"@coveo/atomic": "3.22.1",
3434
"@lit/react": "1.0.6",
3535
"lit": "3.2.1"
3636
},
@@ -50,7 +50,7 @@
5050
"rollup-plugin-polyfill-node": "^0.13.0"
5151
},
5252
"peerDependencies": {
53-
"@coveo/headless": "3.21.0",
53+
"@coveo/headless": "3.22.0",
5454
"react": ">=18.0.0",
5555
"react-dom": ">=18.0.0"
5656
},

packages/atomic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>3.22.1 (2025-04-02)</small>
2+
3+
- chore: move vendor directory (#5128) ([d6c39dd](https://github.com/coveo/ui-kit/commits/d6c39dd)), closes [#5128](https://github.com/coveo/ui-kit/issues/5128)
4+
15
## 3.22.0 (2025-04-02)
26

37
- chore(atomic): add ChildrenUpdateCompleteMixin mixin (#5110) ([ea24ea5](https://github.com/coveo/ui-kit/commits/ea24ea5)), closes [#5110](https://github.com/coveo/ui-kit/issues/5110)

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.22.0",
4+
"version": "3.22.1",
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": {
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"@coveo/bueno": "1.0.10",
74-
"@coveo/headless": "3.21.0",
74+
"@coveo/headless": "3.22.0",
7575
"@lit/context": "1.1.4",
7676
"@popperjs/core": "2.11.8",
7777
"@salesforce-ux/design-system": "2.26.2",
@@ -156,7 +156,7 @@
156156
},
157157
"peerDependencies": {
158158
"@coveo/bueno": "1.0.10",
159-
"@coveo/headless": "3.21.0",
159+
"@coveo/headless": "3.22.0",
160160
"typescript": ">=5.0.0"
161161
},
162162
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)