Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(atomic, quantic): broken HTML because of formatting in CRGA markdown heading #4553

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.78.2",
"@coveo/atomic": "3.4.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.80.2"
"@coveo/headless": "3.4.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "2.80.2",
"@coveo/headless": "3.4.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.1.7 (2024-10-17)

## 2.28.1 (2024-08-29)

# 2.28.0 (2024-08-27)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@coveo/atomic-angular",
"version": "2.28.2",
"version": "3.1.7",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.80.2"
"@coveo/headless": "3.4.1"
},
"dependencies": {
"@coveo/atomic": "2.78.2",
"@coveo/atomic": "3.4.1",
"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.9",
"version": "1.0.8",
"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.3",
"@coveo/headless": "2.80.2",
"@coveo/headless": "3.4.1",
"@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.14.2",
"version": "3.1.7",
"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.78.2"
"@coveo/atomic": "3.4.1"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.80.2",
"@coveo/headless": "3.4.1",
"@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.80.2",
"@coveo/headless": "3.4.1",
"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 @@
## 3.4.1 (2024-10-17)

### Bug Fixes

- **genqa:** fix rga feedback position with chrome ([#4501](https://github.com/coveo/ui-kit/issues/4501)) ([3814405](https://github.com/coveo/ui-kit/commits/381440540ab9224595f061cc7eaf37561b7674b6))

## 2.78.2 (2024-09-16)

### 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.78.2",
"version": "3.4.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 @@
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.9",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.80.2",
"@coveo/headless": "3.4.1",
"@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.80.2"
"@coveo/headless": "3.4.1"
},
"license": "Apache-2.0",
"engines": {
Expand Down
Loading
Loading