Skip to content

Commit

Permalink
[Version Bump][skip ci]: ui-kit publish
Browse files Browse the repository at this point in the history
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored Dec 11, 2024
1 parent f961cb2 commit c89e253
Show file tree
Hide file tree
Showing 24 changed files with 106 additions and 79 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-kit",
"private": true,
"version": "3.0.4",
"version": "3.0.5",
"scripts": {
"postinstall": "husky install && patch-package && npx playwright install",
"reset:install": "git checkout origin/master package-lock.json && npm i",
Expand Down
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": "3.12.0",
"@coveo/atomic": "3.12.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "3.11.0"
"@coveo/headless": "3.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "3.11.0",
"@coveo/headless": "3.12.0",
"@types/node": "22.9.1",
"jasmine-core": "5.4.0",
"karma": "6.4.4",
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": "3.2.7",
"version": "3.2.8",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "3.11.0"
"@coveo/headless": "3.12.0"
},
"dependencies": {
"@coveo/atomic": "3.12.0",
"@coveo/atomic": "3.12.1",
"tslib": "2.8.1"
},
"engines": {
Expand Down
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": "1.0.15",
"version": "1.0.16",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.11.0",
"@coveo/headless": "3.12.0",
"@stencil/core": "4.20.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coveo/atomic-react",
"sideEffects": false,
"type": "module",
"version": "3.2.7",
"version": "3.2.8",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "3.12.0"
"@coveo/atomic": "3.12.1"
},
"devDependencies": {
"@coveo/release": "1.0.0",
Expand All @@ -49,7 +49,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"peerDependencies": {
"@coveo/headless": "3.11.0",
"@coveo/headless": "3.12.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>3.12.1 (2024-12-11)</small>

- fix(atomic): accessibility issues on "More" tab list (#4774) ([212b46e](https://github.com/coveo/ui-kit/commits/212b46e)), closes [#4774](https://github.com/coveo/ui-kit/issues/4774)
- fix(atomic): disable next and previous quickview button at edges (#4762) ([4812865](https://github.com/coveo/ui-kit/commits/4812865)), closes [#4762](https://github.com/coveo/ui-kit/issues/4762)
- fix(atomic): fix error when hovering recent result containing double quotes (#4760) ([0e89ee9](https://github.com/coveo/ui-kit/commits/0e89ee9)), closes [#4760](https://github.com/coveo/ui-kit/issues/4760)
- fix(atomic): fix missing hover effect on more tab button (#4772) ([d6dc16d](https://github.com/coveo/ui-kit/commits/d6dc16d)), closes [#4772](https://github.com/coveo/ui-kit/issues/4772)

## 3.12.0 (2024-12-04)

- chore: add atomic loader to CDN deployment config (#4686) ([7a7e0ba](https://github.com/coveo/ui-kit/commits/7a7e0ba)), closes [#4686](https://github.com/coveo/ui-kit/issues/4686)
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic",
"type": "module",
"version": "3.12.0",
"version": "3.12.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 @@
},
"dependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.11.0",
"@coveo/headless": "3.12.0",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "2.0.16",
Expand Down Expand Up @@ -159,7 +159,7 @@
},
"peerDependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.11.0"
"@coveo/headless": "3.12.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down
Loading

0 comments on commit c89e253

Please sign in to comment.