Skip to content

Commit

Permalink
Merge branch 'master' into CAPI-90-category-facets
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo authored Mar 22, 2024
2 parents d902a93 + 8f4d68d commit ffbe270
Show file tree
Hide file tree
Showing 56 changed files with 821 additions and 433 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ jobs:
SFDX_AUTH_JWT_USERNAME: ${{ secrets.SFDX_AUTH_JWT_USERNAME }}
SFDX_AUTH_JWT_KEY_FILE: server.key
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./packages/quantic
- name: Notify Docs
run: npm run notify:docs
79 changes: 39 additions & 40 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 @@ -22,17 +22,17 @@
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/router": "17.2.4",
"@coveo/atomic": "2.62.0",
"@coveo/atomic": "2.62.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.57.0"
"@coveo/headless": "2.57.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.3",
"@angular/cli": "17.2.3",
"@angular/compiler-cli": "17.2.4",
"@coveo/headless": "2.57.0",
"@coveo/headless": "2.57.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.25",
"jasmine-core": "5.1.2",
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.23.3",
"version": "2.23.4",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.57.0"
"@coveo/headless": "2.57.1"
},
"dependencies": {
"@coveo/atomic": "2.62.0",
"@coveo/atomic": "2.62.1",
"tslib": "2.6.2"
}
}
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.5.32",
"version": "0.5.33",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.8",
"@coveo/headless": "2.57.0",
"@coveo/headless": "2.57.1",
"@stencil/core": "4.13.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.8.27",
"version": "2.8.28",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,11 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.62.0"
"@coveo/atomic": "2.62.1"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.57.0",
"@coveo/headless": "2.57.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -50,7 +50,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.57.0",
"@coveo/headless": "2.57.1",
"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.62.1 (2024-03-20)

# 2.62.0 (2024-03-20)

### 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.62.0",
"version": "2.62.1",
"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 @@
"devDependencies": {
"@babel/core": "7.24.0",
"@coveo/release": "1.0.0",
"@coveo/headless": "2.57.0",
"@coveo/headless": "2.57.1",
"@fullhuman/postcss-purgecss": "5.0.0",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.5",
Expand Down Expand Up @@ -103,7 +103,7 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"@coveo/headless": "2.57.0"
"@coveo/headless": "2.57.1"
},
"license": "Apache-2.0",
"engines": {
Expand Down
Loading

0 comments on commit ffbe270

Please sign in to comment.