Skip to content

Commit

Permalink
Merge branch 'master' of github.com:coveo/ui-kit into KIT-3833
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lakhdar committed Feb 6, 2025
2 parents 4b2f8f2 + c353e4d commit 8eac4f3
Show file tree
Hide file tree
Showing 44 changed files with 240 additions and 133 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-kit",
"private": true,
"version": "3.0.13",
"version": "3.0.14",
"scripts": {
"postinstall": "husky install && patch-package && npx playwright install",
"reset:install": "git checkout origin/master package-lock.json && npm i",
Expand Down
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": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@coveo/atomic": "3.17.0",
"@coveo/atomic": "3.18.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "3.14.0"
"@coveo/headless": "3.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.13",
"@coveo/headless": "3.14.0",
"@coveo/headless": "3.15.0",
"@types/node": "22.12.0",
"ng-packagr": "18.2.1",
"typescript": "5.5.4"
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,17 +1,17 @@
{
"name": "@coveo/atomic-angular",
"version": "3.3.6",
"version": "3.3.7",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 18",
"@angular/core": "14 - 18",
"@coveo/headless": "3.14.0"
"@coveo/headless": "3.15.0"
},
"dependencies": {
"@coveo/atomic": "3.17.0"
"@coveo/atomic": "3.18.0"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.1.0 (2025-02-05)

- fix(deps): update all dependencies j:kit-282 (#4903) ([192cf67](https://github.com/coveo/ui-kit/commits/192cf67)), closes [#4903](https://github.com/coveo/ui-kit/issues/4903)
- fix(deps): update all dependencies j:kit-282 (#4933) ([9016283](https://github.com/coveo/ui-kit/commits/9016283)), closes [#4933](https://github.com/coveo/ui-kit/issues/4933)
- chore(atomic): bundle lit dependencies for CDN build (#4908) ([87681ca](https://github.com/coveo/ui-kit/commits/87681ca)), closes [#4908](https://github.com/coveo/ui-kit/issues/4908)
- chore(deps): update dependency vite to v5.4.14 j:kit-282 (#4902) ([e0b448b](https://github.com/coveo/ui-kit/commits/e0b448b)), closes [#4902](https://github.com/coveo/ui-kit/issues/4902)
- refactor(atomic-hosted-page): refactor common files into atomic-hosted-ui (#4898) ([6c74af7](https://github.com/coveo/ui-kit/commits/6c74af7)), closes [#4898](https://github.com/coveo/ui-kit/issues/4898)
- feat(atomic-hosted-page): migrate from stencil to lit (#4897) ([bf6bed4](https://github.com/coveo/ui-kit/commits/bf6bed4)), closes [#4897](https://github.com/coveo/ui-kit/issues/4897)

## <small>1.0.21 (2025-01-29)</small>

- fix(atomic-hosted-page): fix cdn import errors by externalizing headless (#4884) ([2364a8d](https://github.com/coveo/ui-kit/commits/2364a8d)), closes [#4884](https://github.com/coveo/ui-kit/issues/4884)
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": "1.0.21",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.14.0",
"@coveo/headless": "3.15.0",
"lit": "3.2.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>3.2.17 (2025-02-05)</small>

- fix(atomic-react): stop exporting atomicResultChildren and atomicResultChildrenTemplate (#4931) ([c0d2f08](https://github.com/coveo/ui-kit/commits/c0d2f08)), closes [#4931](https://github.com/coveo/ui-kit/issues/4931)
- fix(deps): update all dependencies j:kit-282 (#4903) ([192cf67](https://github.com/coveo/ui-kit/commits/192cf67)), closes [#4903](https://github.com/coveo/ui-kit/issues/4903)
- fix(deps): update all dependencies j:kit-282 (#4933) ([9016283](https://github.com/coveo/ui-kit/commits/9016283)), closes [#4933](https://github.com/coveo/ui-kit/issues/4933)

## <small>3.2.16 (2025-01-29)</small>

- chore: add tailwind styles support for lit components (#4862) ([6537c36](https://github.com/coveo/ui-kit/commits/6537c36)), closes [#4862](https://github.com/coveo/ui-kit/issues/4862) [/github.com/coveo/ui-kit/pull/4804#issue-2751560151](https://github.com//github.com/coveo/ui-kit/pull/4804/issues/issue-2751560151) [/github.com/coveo/ui-kit/pull/4804#discussion_r1894392106](https://github.com//github.com/coveo/ui-kit/pull/4804/issues/discussion_r1894392106) [#4804](https://github.com/coveo/ui-kit/issues/4804)
Expand Down
Loading

0 comments on commit 8eac4f3

Please sign in to comment.