Skip to content

Commit

Permalink
[Version Bump][skip ci]: ui-kit publish
Browse files Browse the repository at this point in the history
@coveo/auth@1.11.11
@coveo/headless@2.50.2
@coveo/atomic@2.58.0
@coveo/atomic-hosted-page@0.5.20
@coveo/headless-react@0.2.20
@coveo/quantic@2.45.0
@coveo/atomic-react@2.8.13
@coveo/atomic-angular@2.22.0

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored Feb 21, 2024
1 parent ec0c2dc commit b15d23c
Show file tree
Hide file tree
Showing 26 changed files with 121 additions and 78 deletions.
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 @@ -22,17 +22,17 @@
"@angular/platform-browser": "17.1.3",
"@angular/platform-browser-dynamic": "17.1.3",
"@angular/router": "17.1.3",
"@coveo/atomic": "2.57.3",
"@coveo/atomic": "2.58.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.50.1"
"@coveo/headless": "2.50.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.1.3",
"@angular/cli": "17.1.3",
"@angular/compiler-cli": "17.1.3",
"@coveo/headless": "2.50.1",
"@coveo/headless": "2.50.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.11.19",
"jasmine-core": "5.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.22.0 (2024-02-21)

### Features

- **atomic:** exposes numberOfFoldedResults ([#3597](https://github.com/coveo/ui-kit/issues/3597)) ([3da9ac6](https://github.com/coveo/ui-kit/commits/3da9ac63984eef223e5a766ff1371435b9c1dc9c))

## 2.21.5 (2024-02-14)

# 2.21.0 (2024-01-19)
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.21.6",
"version": "2.22.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.50.1"
"@coveo/headless": "2.50.2"
},
"dependencies": {
"@coveo/atomic": "2.57.3",
"@coveo/atomic": "2.58.0",
"tslib": "2.6.2"
}
}
6 changes: 6 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.20 (2024-02-21)

### Bug Fixes

- **deps:** update stencil j:kit-282 ([#3578](https://github.com/coveo/ui-kit/issues/3578)) ([a5b645d](https://github.com/coveo/ui-kit/commits/a5b645d4f5395c9942af38feb5cfc2c08585405d))

## 0.5.18 (2024-02-14)

### Bug Fixes
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": "0.5.19",
"version": "0.5.20",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.7",
"@coveo/headless": "2.50.1",
"@coveo/headless": "2.50.2",
"@stencil/core": "4.12.2"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.8.13 (2024-02-21)

## 2.8.11 (2024-02-14)

## 2.8.10 (2024-02-09)
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.8.12",
"version": "2.8.13",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,11 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.57.3"
"@coveo/atomic": "2.58.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.50.1",
"@coveo/headless": "2.50.2",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -50,7 +50,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.50.1",
"@coveo/headless": "2.50.2",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.58.0 (2024-02-21)

### Bug Fixes

- **deps:** update stencil j:kit-282 ([#3578](https://github.com/coveo/ui-kit/issues/3578)) ([a5b645d](https://github.com/coveo/ui-kit/commits/a5b645d4f5395c9942af38feb5cfc2c08585405d))
- **refine-modal:** Sort facets values based on their DOM position ([#3619](https://github.com/coveo/ui-kit/issues/3619)) ([3cf03af](https://github.com/coveo/ui-kit/commits/3cf03afc9f28065d94fa723a4b2c417585d67d30))

### Features

- **atomic:** exposes numberOfFoldedResults ([#3597](https://github.com/coveo/ui-kit/issues/3597)) ([3da9ac6](https://github.com/coveo/ui-kit/commits/3da9ac63984eef223e5a766ff1371435b9c1dc9c))

## 2.57.2 (2024-02-14)

### Bug Fixes
Expand Down
Loading

0 comments on commit b15d23c

Please sign in to comment.