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 Sep 18, 2024
1 parent b9ee6e1 commit 9efa2df
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 30 deletions.
30 changes: 15 additions & 15 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 packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic": "3.1.0",
"@coveo/atomic": "3.1.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.0.1",
"version": "3.0.2",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
Expand All @@ -11,7 +11,7 @@
"@coveo/headless": "3.0.0"
},
"dependencies": {
"@coveo/atomic": "3.1.0",
"@coveo/atomic": "3.1.1",
"tslib": "2.6.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 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": "3.0.1",
"version": "3.0.2",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "3.1.0"
"@coveo/atomic": "3.1.1"
},
"devDependencies": {
"@coveo/rollup-plugin-replace-with-ast": "1.0.0",
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.1.1 (2024-09-18)</small>

- chore: ensure absolute paths are not resolved as local when building for the CDN (#4434) ([b9ee6e1](https://github.com/coveo/ui-kit/commits/b9ee6e1)), closes [#4434](https://github.com/coveo/ui-kit/issues/4434)

## 3.1.0 (2024-09-18)

- fix(atomic, atomic-react): use root-relative URL for CDN (#4431) ([39313ea](https://github.com/coveo/ui-kit/commits/39313ea)), closes [#4431](https://github.com/coveo/ui-kit/issues/4431)
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "3.1.0",
"version": "3.1.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": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic-angular": "3.0.1",
"@coveo/atomic-angular": "3.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
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 @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/atomic": "3.1.0",
"@coveo/atomic-react": "3.0.1",
"@coveo/atomic": "3.1.1",
"@coveo/atomic-react": "3.0.2",
"@coveo/headless": "3.0.0",
"next": "14.2.5",
"react": "18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Samples with atomic-react",
"private": true,
"dependencies": {
"@coveo/atomic": "3.1.0",
"@coveo/atomic-react": "3.0.1",
"@coveo/atomic": "3.1.1",
"@coveo/atomic-react": "3.0.2",
"@coveo/headless": "3.0.0",
"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.25.0",
"@coveo/atomic": "3.1.0",
"@coveo/atomic": "3.1.1",
"@coveo/atomic-hosted-page": "1.0.0",
"@coveo/atomic-react": "3.0.1",
"@coveo/atomic-react": "3.0.2",
"@coveo/headless": "3.0.0",
"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.1.0",
"@coveo/atomic": "3.1.1",
"@coveo/headless": "3.0.0",
"@stencil/core": "4.20.0",
"stencil-router-v2": "0.6.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.4.15",
"@coveo/atomic": "3.1.0"
"@coveo/atomic": "3.1.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
Expand Down

0 comments on commit 9efa2df

Please sign in to comment.