Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Aug 8, 2024
2 parents 077002d + 6e13c9f commit 222a94b
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 30 deletions.
30 changes: 15 additions & 15 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 packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic": "2.76.0",
"@coveo/atomic": "2.76.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.26.0 (2024-08-07)

### Bug Fixes

- **atomic:** add query-summary E2E tests ([#4102](https://github.com/coveo/ui-kit/issues/4102)) ([6f73da7](https://github.com/coveo/ui-kit/commits/6f73da703b5d948b713680d187f03da1d207976a))
- expose atomic-commerce-load-more-products to react ([#4097](https://github.com/coveo/ui-kit/issues/4097)) ([d7214c7](https://github.com/coveo/ui-kit/commits/d7214c7b988e169ccb4bb9b84a4b471721f329cb))

### Features

- **atomic-commerce:** products-per-page ([#4107](https://github.com/coveo/ui-kit/issues/4107)) ([81e31cf](https://github.com/coveo/ui-kit/commits/81e31cff63c19f19b12babd4b10aa5b2e60c19e6))
- **atomic:** add alt text field on atomic-result-image ([#4056](https://github.com/coveo/ui-kit/issues/4056)) ([3d69e97](https://github.com/coveo/ui-kit/commits/3d69e976a380c8f71b9a6720be19920cc7fe4447))
- **atomic:** add new atomic-commerce-refine-toggle component ([#4155](https://github.com/coveo/ui-kit/issues/4155)) ([71d81ba](https://github.com/coveo/ui-kit/commits/71d81ba6a60c8ab83a2d744cb56097d85f691383))
- **atomic:** add tab-manager support for facet components ([#4210](https://github.com/coveo/ui-kit/issues/4210)) ([600ee80](https://github.com/coveo/ui-kit/commits/600ee803edd1ae2e87c5aa75524fbd0bab96ca96))

## 2.25.5 (2024-05-29)

## 2.25.3 (2024-05-15)
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic-angular",
"version": "2.25.5",
"version": "2.26.0",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
Expand All @@ -11,7 +11,7 @@
"@coveo/headless": "2.76.0"
},
"dependencies": {
"@coveo/atomic": "2.76.0",
"@coveo/atomic": "2.76.1",
"tslib": "2.6.3"
}
}
4 changes: 2 additions & 2 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.1",
"version": "2.13.2",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "2.76.0"
"@coveo/atomic": "2.76.1"
},
"devDependencies": {
"@coveo/release": "1.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.76.1 (2024-08-07)

# 2.76.0 (2024-08-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "2.76.0",
"version": "2.76.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
2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic-angular": "2.25.5",
"@coveo/atomic-angular": "2.26.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/atomic": "2.76.0",
"@coveo/atomic-react": "2.13.1",
"@coveo/atomic": "2.76.1",
"@coveo/atomic-react": "2.13.2",
"@coveo/headless": "2.76.0",
"next": "14.2.5",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Samples with atomic-react",
"private": true,
"dependencies": {
"@coveo/atomic": "2.76.0",
"@coveo/atomic-react": "2.13.1",
"@coveo/atomic": "2.76.1",
"@coveo/atomic-react": "2.13.2",
"@coveo/headless": "2.76.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/standalone": "7.25.0",
"@coveo/atomic": "2.76.0",
"@coveo/atomic": "2.76.1",
"@coveo/atomic-hosted-page": "0.6.3",
"@coveo/atomic-react": "2.13.1",
"@coveo/atomic-react": "2.13.2",
"@coveo/headless": "2.76.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"e2e:watch": "cypress open --browser chrome --e2e"
},
"dependencies": {
"@coveo/atomic": "2.76.0",
"@coveo/atomic": "2.76.1",
"@coveo/headless": "2.76.0",
"@stencil/core": "4.20.0",
"stencil-router-v2": "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"vue": "^3.4.15",
"@coveo/atomic": "2.76.0"
"@coveo/atomic": "2.76.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
Expand Down

0 comments on commit 222a94b

Please sign in to comment.