Skip to content

Commit

Permalink
Merge branch 'master' into KIT-2661_add_bundler_headless_react
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrajamanickam-coveo committed Sep 20, 2023
2 parents 2d8b514 + 3cad7b2 commit 8d3ab8f
Show file tree
Hide file tree
Showing 27 changed files with 116 additions and 86 deletions.
86 changes: 43 additions & 43 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 @@ -19,17 +19,17 @@
"@angular/platform-browser": "16.2.5",
"@angular/platform-browser-dynamic": "16.2.5",
"@angular/router": "16.2.5",
"@coveo/atomic": "2.43.0",
"@coveo/atomic": "2.43.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.31.0"
"@coveo/headless": "2.32.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.2",
"@angular/cli": "16.2.2",
"@angular/compiler-cli": "16.2.5",
"@coveo/headless": "2.31.0",
"@coveo/headless": "2.32.0",
"@types/jasmine": "4.3.6",
"@types/node": "20.6.1",
"jasmine-core": "5.1.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.15.1 (2023-09-20)

# 2.15.0 (2023-09-11)

### Features
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,14 +1,14 @@
{
"name": "@coveo/atomic-angular",
"version": "2.15.0",
"version": "2.15.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.31.0"
"@coveo/headless": "2.32.0"
},
"dependencies": {
"@coveo/atomic": "2.43.0",
"@coveo/atomic": "2.43.1",
"tslib": "2.4.0"
}
}
2 changes: 2 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.1 (2023-09-20)

# 0.4.0 (2023-09-11)

### Features
Expand Down
6 changes: 3 additions & 3 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.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/bueno": "0.44.0",
"@coveo/headless": "2.31.0",
"@coveo/bueno": "0.44.1",
"@coveo/headless": "2.32.0",
"@stencil/core": "4.2.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.6.1 (2023-09-20)

# 2.6.0 (2023-09-11)

### Features
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.6.0",
"version": "2.6.1",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,10 +28,10 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.43.0"
"@coveo/atomic": "2.43.1"
},
"devDependencies": {
"@coveo/headless": "2.31.0",
"@coveo/headless": "2.32.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -47,7 +47,7 @@
"@rollup/plugin-terser": "0.4.3"
},
"peerDependencies": {
"@coveo/headless": "2.31.0",
"@coveo/headless": "2.32.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.43.1 (2023-09-20)

# 2.43.0 (2023-09-11)

### Bug Fixes
Expand Down
Loading

0 comments on commit 8d3ab8f

Please sign in to comment.