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 Aug 23, 2023
1 parent c75c586 commit 18a622f
Show file tree
Hide file tree
Showing 12 changed files with 36 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 @@ -18,7 +18,7 @@
"@angular/platform-browser": "16.0.2",
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic": "2.41.0",
"@coveo/atomic": "2.41.1",
"rxjs": "7.5.6"
},
"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,14 +1,14 @@
{
"name": "@coveo/atomic-angular",
"version": "2.13.0",
"version": "2.13.1",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "14 - 16",
"@angular/core": "14 - 16",
"@coveo/headless": "2.27.0"
},
"dependencies": {
"@coveo/atomic": "2.41.0",
"@coveo/atomic": "2.41.1",
"tslib": "2.4.0"
}
}
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": "2.5.7",
"version": "2.5.8",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"recommendation/"
],
"dependencies": {
"@coveo/atomic": "2.41.0"
"@coveo/atomic": "2.41.1"
},
"devDependencies": {
"@coveo/headless": "2.27.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.41.1 (2023-08-23)

### Bug Fixes

- **atomic:** change language code for region specific languages ([#3121](https://github.com/coveo/ui-kit/issues/3121)) ([c75c586](https://github.com/coveo/ui-kit/commits/c75c58661a4b6b497fd815aa09d697ba0b0fb6de))

# 2.41.0 (2023-08-21)

### Features
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": "2.41.0",
"version": "2.41.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 @@ -17,7 +17,7 @@
"@angular/platform-browser": "16.0.2",
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic-angular": "2.13.0",
"@coveo/atomic-angular": "2.13.1",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.13.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 @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@coveo/atomic": "2.41.0",
"@coveo/atomic-react": "2.5.7",
"@coveo/atomic": "2.41.1",
"@coveo/atomic-react": "2.5.8",
"@coveo/headless": "2.27.0",
"next": "13.2.3",
"react": "18.2.0",
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": "2.41.0",
"@coveo/atomic-react": "2.5.7",
"@coveo/atomic": "2.41.1",
"@coveo/atomic-react": "2.5.8",
"@coveo/headless": "2.27.0",
"react": "18.2.0",
"react-dom": "18.2.0"
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 @@ -13,8 +13,8 @@
},
"dependencies": {
"@coveo/headless": "2.27.0",
"@coveo/atomic": "2.41.0",
"@coveo/atomic-react": "2.5.7",
"@coveo/atomic": "2.41.1",
"@coveo/atomic-react": "2.5.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"@babel/standalone": "7.21.2"
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": "2.41.0",
"@coveo/atomic": "2.41.1",
"@coveo/headless": "2.27.0",
"@stencil/core": "2.17.3",
"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 @@ -9,7 +9,7 @@
"build:assets": "ncp ../../atomic/dist/atomic/assets public/assets && ncp ../../atomic/dist/atomic/lang public/lang"
},
"dependencies": {
"@coveo/atomic": "2.41.0",
"@coveo/atomic": "2.41.1",
"@coveo/headless": "2.27.0",
"core-js": "3.24.1",
"vue": "3.2.37"
Expand Down

0 comments on commit 18a622f

Please sign in to comment.