Skip to content

Commit

Permalink
Merge branch 'master' into SFINT-5796
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitiche authored Dec 4, 2024
2 parents ce8954a + 8f4b54d commit 726d120
Show file tree
Hide file tree
Showing 31 changed files with 188 additions and 104 deletions.
112 changes: 56 additions & 56 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.3",
"version": "3.0.4",
"scripts": {
"postinstall": "husky install && patch-package && npx playwright install",
"reset:install": "git checkout origin/master package-lock.json && npm i",
Expand Down
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": "3.11.1",
"@coveo/atomic": "3.12.0",
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "3.10.0"
"@coveo/headless": "3.11.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "3.10.0",
"@coveo/headless": "3.11.0",
"@types/node": "22.9.1",
"jasmine-core": "5.4.0",
"karma": "6.4.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## <small>3.2.7 (2024-12-04)</small>

- chore(deps): update all dependencies j:kit-282 (#4705) ([34921b9](https://github.com/coveo/ui-kit/commits/34921b9)), closes [#4705](https://github.com/coveo/ui-kit/issues/4705) [#8203](https://github.com/coveo/ui-kit/issues/8203)

## <small>3.2.3 (2024-11-06)</small>

- [Version Bump][skip ci]: ui-kit publish ([afbd8fc](https://github.com/coveo/ui-kit/commits/afbd8fc))
Expand Down
6 changes: 3 additions & 3 deletions packages/atomic-angular/projects/atomic-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@coveo/atomic-angular",
"version": "3.2.6",
"version": "3.2.7",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/coveo/ui-kit"
},
"peerDependencies": {
"@angular/common": "14 - 17",
"@angular/core": "14 - 17",
"@coveo/headless": "3.10.0"
"@coveo/headless": "3.11.0"
},
"dependencies": {
"@coveo/atomic": "3.11.1",
"@coveo/atomic": "3.12.0",
"tslib": "2.8.1"
},
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions packages/atomic-hosted-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## <small>1.0.15 (2024-12-04)</small>

- chore(deps): update all dependencies j:kit-282 (#4705) ([34921b9](https://github.com/coveo/ui-kit/commits/34921b9)), closes [#4705](https://github.com/coveo/ui-kit/issues/4705) [#8203](https://github.com/coveo/ui-kit/issues/8203)
- chore(deps): update all dependencies j:kit-282 (major) (#4748) ([cc95ed7](https://github.com/coveo/ui-kit/commits/cc95ed7)), closes [#4748](https://github.com/coveo/ui-kit/issues/4748)

## <small>1.0.11 (2024-11-06)</small>

- [Version Bump][skip ci]: ui-kit publish ([afbd8fc](https://github.com/coveo/ui-kit/commits/afbd8fc))
Expand Down
Loading

0 comments on commit 726d120

Please sign in to comment.