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]
@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 Nov 6, 2024
1 parent 4e3d244 commit afbd8fc
Show file tree
Hide file tree
Showing 30 changed files with 162 additions and 94 deletions.
94 changes: 47 additions & 47 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": "3.8.0",
"@coveo/atomic": "3.9.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "3.6.0"
"@coveo/headless": "3.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.9",
"@angular/cli": "17.3.9",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "3.6.0",
"@coveo/headless": "3.7.0",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>3.2.2 (2024-11-06)</small>

- [Version Bump][skip ci]: ui-kit publish ([4e3d244](https://github.com/coveo/ui-kit/commits/4e3d244))
- feat(atomic, commerce): create atomic-product-multi-value-text component (#4224) ([949d6ca](https://github.com/coveo/ui-kit/commits/949d6ca)), closes [#4224](https://github.com/coveo/ui-kit/issues/4224)
- fix(atomic): fix clicks for recommendation lists in grid display mode (#4623) ([38970c3](https://github.com/coveo/ui-kit/commits/38970c3)), closes [#4623](https://github.com/coveo/ui-kit/issues/4623)
- chore: allow running on node 22 (#4605) ([573b7f3](https://github.com/coveo/ui-kit/commits/573b7f3)), closes [#4605](https://github.com/coveo/ui-kit/issues/4605)

## <small>3.2.1 (2024-11-06)</small>

- feat(atomic, commerce): create atomic-product-multi-value-text component (#4224) ([949d6ca](https://github.com/coveo/ui-kit/commits/949d6ca)), closes [#4224](https://github.com/coveo/ui-kit/issues/4224)
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.1",
"version": "3.2.2",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "3.6.0"
"@coveo/headless": "3.7.0"
},
"dependencies": {
"@coveo/atomic": "3.8.0",
"@coveo/atomic": "3.9.0",
"tslib": "2.6.3"
},
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## <small>1.0.10 (2024-11-06)</small>

- [Version Bump][skip ci]: ui-kit publish ([4e3d244](https://github.com/coveo/ui-kit/commits/4e3d244))
- chore: allow running on node 22 (#4605) ([573b7f3](https://github.com/coveo/ui-kit/commits/573b7f3)), closes [#4605](https://github.com/coveo/ui-kit/issues/4605)

## <small>1.0.9 (2024-11-06)</small>

- chore: allow running on node 22 (#4605) ([573b7f3](https://github.com/coveo/ui-kit/commits/573b7f3)), closes [#4605](https://github.com/coveo/ui-kit/issues/4605)
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": "1.0.9",
"version": "1.0.10",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"promote:npm:latest": "npm run-script -w=@coveo/release promote-npm-prod"
},
"dependencies": {
"@coveo/bueno": "1.0.3",
"@coveo/headless": "3.6.0",
"@coveo/bueno": "1.0.4",
"@coveo/headless": "3.7.0",
"@stencil/core": "4.20.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>3.2.2 (2024-11-06)</small>

- [Version Bump][skip ci]: ui-kit publish ([4e3d244](https://github.com/coveo/ui-kit/commits/4e3d244))
- feat(atomic, commerce): create atomic-product-multi-value-text component (#4224) ([949d6ca](https://github.com/coveo/ui-kit/commits/949d6ca)), closes [#4224](https://github.com/coveo/ui-kit/issues/4224)
- chore: allow running on node 22 (#4605) ([573b7f3](https://github.com/coveo/ui-kit/commits/573b7f3)), closes [#4605](https://github.com/coveo/ui-kit/issues/4605)

## <small>3.2.1 (2024-11-06)</small>

- feat(atomic, commerce): create atomic-product-multi-value-text component (#4224) ([949d6ca](https://github.com/coveo/ui-kit/commits/949d6ca)), closes [#4224](https://github.com/coveo/ui-kit/issues/4224)
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.1",
"version": "3.2.2",
"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.8.0"
"@coveo/atomic": "3.9.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
Expand All @@ -49,7 +49,7 @@
"rollup-plugin-polyfill-node": "^0.13.0"
},
"peerDependencies": {
"@coveo/headless": "3.6.0",
"@coveo/headless": "3.7.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
Expand Down
Loading

0 comments on commit afbd8fc

Please sign in to comment.