Skip to content

Commit 8d3ab8f

Browse files
Merge branch 'master' into KIT-2661_add_bundler_headless_react
https://coveord.atlassian.net/browse/KIT-2661
2 parents 2d8b514 + 3cad7b2 commit 8d3ab8f

File tree

27 files changed

+116
-86
lines changed

27 files changed

+116
-86
lines changed

package-lock.json

+43-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/atomic-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@angular/platform-browser": "16.2.5",
2020
"@angular/platform-browser-dynamic": "16.2.5",
2121
"@angular/router": "16.2.5",
22-
"@coveo/atomic": "2.43.0",
22+
"@coveo/atomic": "2.43.1",
2323
"rxjs": "7.8.1"
2424
},
2525
"peerDependencies": {
26-
"@coveo/headless": "2.31.0"
26+
"@coveo/headless": "2.32.0"
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/build-angular": "16.2.2",
3030
"@angular/cli": "16.2.2",
3131
"@angular/compiler-cli": "16.2.5",
32-
"@coveo/headless": "2.31.0",
32+
"@coveo/headless": "2.32.0",
3333
"@types/jasmine": "4.3.6",
3434
"@types/node": "20.6.1",
3535
"jasmine-core": "5.1.1",

packages/atomic-angular/projects/atomic-angular/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.15.1 (2023-09-20)
2+
13
# 2.15.0 (2023-09-11)
24

35
### Features
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@coveo/atomic-angular",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"license": "Apache-2.0",
55
"peerDependencies": {
66
"@angular/common": "14 - 16",
77
"@angular/core": "14 - 16",
8-
"@coveo/headless": "2.31.0"
8+
"@coveo/headless": "2.32.0"
99
},
1010
"dependencies": {
11-
"@coveo/atomic": "2.43.0",
11+
"@coveo/atomic": "2.43.1",
1212
"tslib": "2.4.0"
1313
}
1414
}

packages/atomic-hosted-page/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.1 (2023-09-20)
2+
13
# 0.4.0 (2023-09-11)
24

35
### Features

packages/atomic-hosted-page/package.json

+3-3
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": "0.4.0",
4+
"version": "0.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/coveo/ui-kit.git",
@@ -31,8 +31,8 @@
3131
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
3232
},
3333
"dependencies": {
34-
"@coveo/bueno": "0.44.0",
35-
"@coveo/headless": "2.31.0",
34+
"@coveo/bueno": "0.44.1",
35+
"@coveo/headless": "2.32.0",
3636
"@stencil/core": "4.2.1"
3737
},
3838
"devDependencies": {

packages/atomic-react/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.6.1 (2023-09-20)
2+
13
# 2.6.0 (2023-09-11)
24

35
### Features

packages/atomic-react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coveo/atomic-react",
33
"sideEffects": false,
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"description": "React specific wrapper for the Atomic component library",
66
"repository": {
77
"type": "git",
@@ -28,10 +28,10 @@
2828
"recommendation/"
2929
],
3030
"dependencies": {
31-
"@coveo/atomic": "2.43.0"
31+
"@coveo/atomic": "2.43.1"
3232
},
3333
"devDependencies": {
34-
"@coveo/headless": "2.31.0",
34+
"@coveo/headless": "2.32.0",
3535
"@rollup/plugin-commonjs": "^25.0.0",
3636
"@rollup/plugin-node-resolve": "^15.0.0",
3737
"@rollup/plugin-replace": "^5.0.0",
@@ -47,7 +47,7 @@
4747
"@rollup/plugin-terser": "0.4.3"
4848
},
4949
"peerDependencies": {
50-
"@coveo/headless": "2.31.0",
50+
"@coveo/headless": "2.32.0",
5151
"react": ">=18.0.0",
5252
"react-dom": ">=18.0.0"
5353
}

packages/atomic/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.43.1 (2023-09-20)
2+
13
# 2.43.0 (2023-09-11)
24

35
### Bug Fixes

0 commit comments

Comments
 (0)