Skip to content

Commit

Permalink
Merge branch 'master' into SFINT-5790
Browse files Browse the repository at this point in the history
  • Loading branch information
erocheleau authored Jan 16, 2025
2 parents 2b532bb + 856acde commit 5027450
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 31 deletions.
32 changes: 16 additions & 16 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.9",
"version": "3.0.10",
"scripts": {
"postinstall": "husky install && patch-package && npx playwright install",
"reset:install": "git checkout origin/master package-lock.json && npm i",
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@coveo/atomic": "3.15.1",
"@coveo/atomic": "3.15.2",
"rxjs": "7.8.1"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## <small>3.3.3 (2025-01-16)</small>

- chore: ensure atomic-angular component file is stable (#4866) ([a1dc782](https://github.com/coveo/ui-kit/commits/a1dc782)), closes [#4866](https://github.com/coveo/ui-kit/issues/4866)
- refactor(atomic): replace @stencil/store with in-house implementation (#4814) ([cc9cd0f](https://github.com/coveo/ui-kit/commits/cc9cd0f)), closes [#4814](https://github.com/coveo/ui-kit/issues/4814) [/github.com/coveo/ui-kit/pull/4814#discussion_r1901058283](https://github.com//github.com/coveo/ui-kit/pull/4814/issues/discussion_r1901058283)

## 3.3.0 (2025-01-15)

- chore: remove unused dependencies (#4825) ([5b3a877](https://github.com/coveo/ui-kit/commits/5b3a877)), closes [#4825](https://github.com/coveo/ui-kit/issues/4825)
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
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic-angular",
"version": "3.3.2",
"version": "3.3.3",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
Expand All @@ -11,7 +11,7 @@
"@coveo/headless": "3.13.2"
},
"dependencies": {
"@coveo/atomic": "3.15.1"
"@coveo/atomic": "3.15.2"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coveo/atomic-react",
"sideEffects": false,
"type": "module",
"version": "3.2.12",
"version": "3.2.13",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "3.15.1",
"@coveo/atomic": "3.15.2",
"@lit/react": "1.0.6",
"lit": "3.2.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## <small>3.15.2 (2025-01-16)</small>

- refactor(atomic): replace @stencil/store with in-house implementation (#4814) ([cc9cd0f](https://github.com/coveo/ui-kit/commits/cc9cd0f)), closes [#4814](https://github.com/coveo/ui-kit/issues/4814) [/github.com/coveo/ui-kit/pull/4814#discussion_r1901058283](https://github.com//github.com/coveo/ui-kit/pull/4814/issues/discussion_r1901058283)

## <small>3.15.1 (2025-01-15)</small>

- refactor(atomic): split the atomic store into composable parts (#4806) ([de2a920](https://github.com/coveo/ui-kit/commits/de2a920)), closes [#4806](https://github.com/coveo/ui-kit/issues/4806)
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/atomic",
"type": "module",
"version": "3.15.1",
"version": "3.15.2",
"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
2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "18.2.13",
"@angular/platform-browser-dynamic": "18.2.13",
"@angular/router": "18.2.13",
"@coveo/atomic-angular": "3.3.2",
"@coveo/atomic-angular": "3.3.3",
"rxjs": "7.8.1",
"zone.js": "0.15.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"type": "module",
"dependencies": {
"@coveo/atomic": "3.15.1",
"@coveo/atomic-react": "3.2.12",
"@coveo/atomic": "3.15.2",
"@coveo/atomic-react": "3.2.13",
"@coveo/headless": "3.13.2",
"next": "14.2.20",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "nx build"
},
"dependencies": {
"@coveo/atomic-react": "3.2.12",
"@coveo/atomic-react": "3.2.13",
"@coveo/headless": "3.13.2",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/standalone": "7.26.4",
"@coveo/atomic": "3.15.1",
"@coveo/atomic": "3.15.2",
"@coveo/atomic-hosted-page": "1.0.19",
"@coveo/atomic-react": "3.2.12",
"@coveo/atomic-react": "3.2.13",
"@coveo/headless": "3.13.2",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"e2e:watch": "cypress open --browser chrome --e2e"
},
"dependencies": {
"@coveo/atomic": "3.15.1",
"@coveo/atomic": "3.15.2",
"@coveo/bueno": "1.0.7",
"@coveo/headless": "3.13.2",
"@stencil/core": "4.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"vue": "3.5.13",
"@coveo/atomic": "3.15.1"
"@coveo/atomic": "3.15.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
Expand Down

0 comments on commit 5027450

Please sign in to comment.