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]

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored Aug 24, 2023
1 parent a488029 commit b7b78b3
Show file tree
Hide file tree
Showing 19 changed files with 87 additions and 69 deletions.
70 changes: 35 additions & 35 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.41.1",
"@coveo/atomic": "2.42.0",
"rxjs": "7.5.6"
},
"peerDependencies": {
"@coveo/headless": "2.27.0"
"@coveo/headless": "2.28.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.27.0"
"@coveo/headless": "2.28.0"
}
}
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.14.0 (2023-08-24)

### Features

- **atomic:** added textarea search box ([#3118](https://github.com/coveo/ui-kit/issues/3118)) ([a436d52](https://github.com/coveo/ui-kit/commits/a436d52174d03fd27d1716607492d783b39debb9))

# 2.13.0 (2023-08-21)

### 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.13.1",
"version": "2.14.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.27.0"
"@coveo/headless": "2.28.0"
},
"dependencies": {
"@coveo/atomic": "2.41.1",
"@coveo/atomic": "2.42.0",
"tslib": "2.4.0"
}
}
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.3.27",
"version": "0.3.28",
"repository": {
"type": "git",
"url": "https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coveo/bueno": "0.43.7",
"@coveo/headless": "2.27.0",
"@coveo/headless": "2.28.0",
"@stencil/core": "2.17.3"
},
"devDependencies": {
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.5.8",
"version": "2.5.9",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,10 +28,10 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.41.1"
"@coveo/atomic": "2.42.0"
},
"devDependencies": {
"@coveo/headless": "2.27.0",
"@coveo/headless": "2.28.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
Expand All @@ -47,7 +47,7 @@
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@coveo/headless": "2.27.0",
"@coveo/headless": "2.28.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.42.0 (2023-08-24)

### Features

- **atomic:** added textarea search box ([#3118](https://github.com/coveo/ui-kit/issues/3118)) ([a436d52](https://github.com/coveo/ui-kit/commits/a436d52174d03fd27d1716607492d783b39debb9))

## 2.41.1 (2023-08-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "2.41.1",
"version": "2.42.0",
"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 @@ -63,7 +63,7 @@
},
"devDependencies": {
"@babel/core": "7.18.10",
"@coveo/headless": "2.27.0",
"@coveo/headless": "2.28.0",
"@fullhuman/postcss-purgecss": "4.1.3",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-replace": "2.4.2",
Expand Down Expand Up @@ -96,7 +96,7 @@
"tailwindcss": "3.3.3"
},
"peerDependencies": {
"@coveo/headless": "2.27.0"
"@coveo/headless": "2.28.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.28.0 (2023-08-24)

### Features

- **headless:** support facet exclusion in search parameter manager ([#3122](https://github.com/coveo/ui-kit/issues/3122)) ([338e740](https://github.com/coveo/ui-kit/commits/338e740bfa108cead0785f34490192ed3bd50fd6))

# 2.27.0 (2023-08-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"types": "./dist/definitions/index.d.ts",
"license": "Apache-2.0",
"version": "2.27.0",
"version": "2.28.0",
"files": [
"dist/",
"recommendation/",
Expand Down
Loading

0 comments on commit b7b78b3

Please sign in to comment.