Skip to content

Commit

Permalink
Merge branch 'master' into feature/SVCC-2942-result-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmedini authored Jun 27, 2023
2 parents 95148db + 057a7ba commit 3846df6
Show file tree
Hide file tree
Showing 138 changed files with 2,763 additions and 380 deletions.
6 changes: 4 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"Artemia",
"Artemiidae",
"attachtocase",
"bazz",
"behaviour",
"bloup",
"btoashim",
"cfcomment",
"cfpage",
"cfspace",
Expand Down Expand Up @@ -254,7 +257,6 @@
"ytlikecount",
"ytvideoduration",
"ytvideoid",
"ytviewcount",
"btoashim"
"ytviewcount"
]
}
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Create release
on:
schedule:
# At 13:00 (UTC) every Wednesday.
- cron: '0 13 * * 3'
workflow_dispatch:
inputs:
version:
Expand Down
117 changes: 59 additions & 58 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 @@ -18,11 +18,11 @@
"@angular/platform-browser": "16.0.2",
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic": "2.31.4",
"@coveo/atomic": "2.32.0",
"rxjs": "7.5.6"
},
"peerDependencies": {
"@coveo/headless": "2.18.4"
"@coveo/headless": "2.19.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.2",
Expand All @@ -39,6 +39,6 @@
"ncp": "2.0.0",
"ng-packagr": "16.0.1",
"typescript": "4.9.5",
"@coveo/headless": "2.18.4"
"@coveo/headless": "2.19.0"
}
}
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 @@
# 2.9.0 (2023-06-20)

### Features

- **atomic,headless:** support custom sort for facets ([#2960](https://github.com/coveo/ui-kit/issues/2960)) ([21e00f2](https://github.com/coveo/ui-kit/commits/21e00f286f49b1a8f9af9a5d12e21dae36ae8e54))
- **atomic:** added folding-result-list for insight panel ([#2970](https://github.com/coveo/ui-kit/issues/2970)) ([4e5ed3b](https://github.com/coveo/ui-kit/commits/4e5ed3b479c6e71bed1add6145595cf902ab0887))

## 2.8.3 (2023-06-01)

### Features
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,14 +1,14 @@
{
"name": "@coveo/atomic-angular",
"version": "2.8.4",
"version": "2.9.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.18.4"
"@coveo/headless": "2.19.0"
},
"dependencies": {
"@coveo/atomic": "2.31.4",
"@coveo/atomic": "2.32.0",
"tslib": "2.4.0"
}
}
2 changes: 2 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.3.18 (2023-06-20)

## 0.3.16 (2023-06-01)

# Change Log
Expand Down
Loading

0 comments on commit 3846df6

Please sign in to comment.