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]

**/CHANGELOG.md
**/package.json
CHANGELOG.md
package.json
package-lock.json
  • Loading branch information
developer-experience-bot[bot] authored Jan 15, 2025
1 parent 3153a4b commit 58a2824
Show file tree
Hide file tree
Showing 14 changed files with 36 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.8",
"version": "3.0.9",
"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.0",
"@coveo/atomic": "3.15.1",
"rxjs": "7.8.1"
},
"peerDependencies": {
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.1",
"version": "3.3.2",
"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.0"
"@coveo/atomic": "3.15.1"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3107,4 +3107,5 @@ export declare interface AtomicTimeframeFacet extends Components.AtomicTimeframe



import type {} from '@coveo/atomic/components';
import type {} from '@coveo/atomic/components';
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.11",
"version": "3.2.12",
"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.0",
"@coveo/atomic": "3.15.1",
"@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.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)

## 3.15.0 (2025-01-15)

- chore: relocate dist/components to dist/atomic/components (#4859) ([d854df2](https://github.com/coveo/ui-kit/commits/d854df2)), closes [#4859](https://github.com/coveo/ui-kit/issues/4859)
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.0",
"version": "3.15.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
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.1",
"@coveo/atomic-angular": "3.3.2",
"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.0",
"@coveo/atomic-react": "3.2.11",
"@coveo/atomic": "3.15.1",
"@coveo/atomic-react": "3.2.12",
"@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.11",
"@coveo/atomic-react": "3.2.12",
"@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.0",
"@coveo/atomic": "3.15.1",
"@coveo/atomic-hosted-page": "1.0.19",
"@coveo/atomic-react": "3.2.11",
"@coveo/atomic-react": "3.2.12",
"@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.0",
"@coveo/atomic": "3.15.1",
"@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.0"
"@coveo/atomic": "3.15.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.1",
Expand Down

0 comments on commit 58a2824

Please sign in to comment.