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 Jun 6, 2024
1 parent 87e6c15 commit 087f507
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 70 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 @@ -20,17 +20,17 @@
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@coveo/atomic": "2.66.0",
"@coveo/atomic": "2.66.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.64.0"
"@coveo/headless": "2.65.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@coveo/headless": "2.64.0",
"@coveo/headless": "2.65.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.12",
"jasmine-core": "5.1.2",
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
Expand Up @@ -8,10 +8,10 @@
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.64.0"
"@coveo/headless": "2.65.0"
},
"dependencies": {
"@coveo/atomic": "2.66.0",
"@coveo/atomic": "2.66.1",
"tslib": "2.6.2"
}
}
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.46",
"version": "0.5.47",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.9",
"@coveo/headless": "2.64.0",
"@coveo/headless": "2.65.0",
"@stencil/core": "4.15.0"
},
"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.10.0",
"version": "2.10.1",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,11 +29,11 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "2.66.0"
"@coveo/atomic": "2.66.1"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.64.0",
"@coveo/headless": "2.65.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -49,7 +49,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.64.0",
"@coveo/headless": "2.65.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
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.66.0",
"version": "2.66.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 Expand Up @@ -66,7 +66,7 @@
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.5",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.64.0",
"@coveo/headless": "2.65.0",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.2",
"@fullhuman/postcss-purgecss": "6.0.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"wait-on": "7.2.0"
},
"peerDependencies": {
"@coveo/headless": "2.64.0"
"@coveo/headless": "2.65.0"
},
"license": "Apache-2.0",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/headless-react",
"version": "1.0.9",
"version": "1.0.10",
"description": "React utilities for SSR (Server Side Rendering) with headless",
"homepage": "https://docs.coveo.com/en/headless/latest/",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/headless": "2.64.0"
"@coveo/headless": "2.65.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
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.65.0 (2024-06-06)

### Features

- **commerce:** toggle `capture` from analytics configuration ([#4057](https://github.com/coveo/ui-kit/issues/4057)) ([9e16744](https://github.com/coveo/ui-kit/commits/9e16744338e67dd293b064da8387a3bfd21e6c4e))

# 2.64.0 (2024-06-06)

### 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.64.0",
"version": "2.65.0",
"files": [
"dist/",
"recommendation/",
Expand Down
4 changes: 2 additions & 2 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/quantic",
"version": "2.50.7",
"version": "2.50.8",
"description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
"author": "coveo.com",
"homepage": "https://coveo.com",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@coveo/bueno": "0.45.9",
"@coveo/headless": "2.64.0"
"@coveo/headless": "2.65.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/atomic": "2.66.0",
"@coveo/atomic-react": "2.10.0",
"@coveo/headless": "2.64.0",
"@coveo/atomic": "2.66.1",
"@coveo/atomic-react": "2.10.1",
"@coveo/headless": "2.65.0",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
Loading

0 comments on commit 087f507

Please sign in to comment.