Skip to content

Commit

Permalink
Merge branch 'master' into KIT-3445
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme authored Jul 31, 2024
2 parents c0a974e + e680640 commit 846468f
Show file tree
Hide file tree
Showing 43 changed files with 934 additions and 129 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.

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": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/router": "17.3.12",
"@coveo/atomic": "2.74.0",
"@coveo/atomic": "2.75.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.74.0"
"@coveo/headless": "2.75.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "2.74.0",
"@coveo/headless": "2.75.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
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
Expand Up @@ -8,10 +8,10 @@
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "2.74.0"
"@coveo/headless": "2.75.0"
},
"dependencies": {
"@coveo/atomic": "2.74.0",
"@coveo/atomic": "2.75.0",
"tslib": "2.6.3"
}
}
2 changes: 2 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.6.2 (2024-07-31)

# 0.6.0 (2024-07-17)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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": "0.6.1",
"version": "0.6.2",
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/ui-kit.git",
Expand Down Expand Up @@ -30,8 +30,8 @@
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/bueno": "0.46.0",
"@coveo/headless": "2.74.0",
"@coveo/bueno": "0.46.1",
"@coveo/headless": "2.75.0",
"@stencil/core": "4.19.2"
},
"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 @@
# 2.13.0 (2024-07-31)

### Features

- **atomic-commerce:** products-per-page ([#4107](https://github.com/coveo/ui-kit/issues/4107)) ([81e31cf](https://github.com/coveo/ui-kit/commits/81e31cff63c19f19b12babd4b10aa5b2e60c19e6))

# 2.12.0 (2024-07-09)

### Features
Expand Down
8 changes: 4 additions & 4 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.12.2",
"version": "2.13.0",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,11 +29,11 @@
"commerce/"
],
"dependencies": {
"@coveo/atomic": "2.74.0"
"@coveo/atomic": "2.75.0"
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@coveo/headless": "2.74.0",
"@coveo/headless": "2.75.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
Expand All @@ -49,7 +49,7 @@
"@rollup/plugin-terser": "0.4.4"
},
"peerDependencies": {
"@coveo/headless": "2.74.0",
"@coveo/headless": "2.75.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.75.0 (2024-07-31)

### Features

- **atomic-commerce:** products-per-page ([#4107](https://github.com/coveo/ui-kit/issues/4107)) ([81e31cf](https://github.com/coveo/ui-kit/commits/81e31cff63c19f19b12babd4b10aa5b2e60c19e6))
- **atomic:** add atomic-tab-manager component ([#4196](https://github.com/coveo/ui-kit/issues/4196)) ([523ab9b](https://github.com/coveo/ui-kit/commits/523ab9be9ba9bf8d14ef304d98726680bea63b71))

# 2.74.0 (2024-07-24)

### Bug Fixes
Expand Down
Loading

0 comments on commit 846468f

Please sign in to comment.