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]
@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 Oct 18, 2023
1 parent 9b31ea6 commit 6769f58
Show file tree
Hide file tree
Showing 28 changed files with 131 additions and 90 deletions.
90 changes: 45 additions & 45 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 @@ -19,17 +19,17 @@
"@angular/platform-browser": "16.2.9",
"@angular/platform-browser-dynamic": "16.2.9",
"@angular/router": "16.2.9",
"@coveo/atomic": "2.46.0",
"@coveo/atomic": "2.46.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.35.0"
"@coveo/headless": "2.36.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.6",
"@angular/cli": "16.2.6",
"@angular/compiler-cli": "16.2.9",
"@coveo/headless": "2.35.0",
"@coveo/headless": "2.36.0",
"@types/jasmine": "5.1.0",
"@types/node": "20.8.6",
"jasmine-core": "5.1.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.16.1 (2023-10-18)

# 2.16.0 (2023-10-11)

### 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.16.0",
"version": "2.16.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.35.0"
"@coveo/headless": "2.36.0"
},
"dependencies": {
"@coveo/atomic": "2.46.0",
"@coveo/atomic": "2.46.1",
"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.4.5 (2023-10-18)

## 0.4.4 (2023-10-11)

## 0.4.3 (2023-10-04)
Expand Down
6 changes: 3 additions & 3 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.4.4",
"version": "0.4.5",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -31,8 +31,8 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/bueno": "0.44.2",
"@coveo/headless": "2.35.0",
"@coveo/bueno": "0.44.3",
"@coveo/headless": "2.36.0",
"@stencil/core": "4.3.0"
},
"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.6.5 (2023-10-18)

## 2.6.4 (2023-10-11)

## 2.6.3 (2023-10-04)
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.6.4",
"version": "2.6.5",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,10 +28,10 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.46.0"
"@coveo/atomic": "2.46.1"
},
"devDependencies": {
"@coveo/headless": "2.35.0",
"@coveo/headless": "2.36.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -47,7 +47,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.35.0",
"@coveo/headless": "2.36.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.46.1 (2023-10-18)

### Bug Fixes

- screw it, max-height transition ! ([#3254](https://github.com/coveo/ui-kit/issues/3254)) ([0d7e550](https://github.com/coveo/ui-kit/commits/0d7e550c3bb966a3c1ab69ef3e8268c71402245c))

# 2.46.0 (2023-10-11)

### Bug Fixes
Expand Down
Loading

0 comments on commit 6769f58

Please sign in to comment.