Skip to content

Commit

Permalink
Merge branch 'master' into feat/query-correction-switcharoo
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Aug 22, 2024
2 parents 9ed97d6 + 23b4d59 commit 55ac0bf
Show file tree
Hide file tree
Showing 51 changed files with 875 additions and 154 deletions.
78 changes: 39 additions & 39 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": "2.77.0",
"@coveo/atomic": "2.77.2",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.77.0"
"@coveo/headless": "2.79.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "2.77.0",
"@coveo/headless": "2.79.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.27.1 (2024-08-20)

### Bug Fixes

- **refine-modal:** include facets from atomic-external ([#4219](https://github.com/coveo/ui-kit/issues/4219)) ([107c56b](https://github.com/coveo/ui-kit/commits/107c56b2d4a1467847210db05b1726b36ad4b50c))

# 2.27.0 (2024-08-14)

### 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,17 +1,17 @@
{
"name": "@coveo/atomic-angular",
"version": "2.27.0",
"version": "2.27.2",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.77.0"
"@coveo/headless": "2.79.0"
},
"dependencies": {
"@coveo/atomic": "2.77.0",
"@coveo/atomic": "2.77.2",
"tslib": "2.6.3"
}
}
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": "0.6.4",
"version": "0.6.6",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@coveo/bueno": "0.46.1",
"@coveo/headless": "2.77.0",
"@coveo/headless": "2.79.0",
"@stencil/core": "4.20.0"
},
"devDependencies": {
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.13.3",
"version": "2.13.5",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,11 +29,11 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "2.77.0"
"@coveo/atomic": "2.77.2"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.77.0",
"@coveo/headless": "2.79.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -49,7 +49,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.77.0",
"@coveo/headless": "2.79.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.77.1 (2024-08-20)

### Bug Fixes

- **refine-modal:** include facets from atomic-external ([#4219](https://github.com/coveo/ui-kit/issues/4219)) ([107c56b](https://github.com/coveo/ui-kit/commits/107c56b2d4a1467847210db05b1726b36ad4b50c))

# 2.77.0 (2024-08-14)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "2.77.0",
"version": "2.77.2",
"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 @@ -66,7 +66,7 @@
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.9",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.77.0",
"@coveo/headless": "2.79.0",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.3",
"@fullhuman/postcss-purgecss": "6.0.0",
Expand Down Expand Up @@ -140,7 +140,7 @@
"wait-on": "7.2.0"
},
"peerDependencies": {
"@coveo/headless": "2.77.0"
"@coveo/headless": "2.79.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down
Loading

0 comments on commit 55ac0bf

Please sign in to comment.