Skip to content

Commit

Permalink
[Version Bump]: ui-kit publish
Browse files Browse the repository at this point in the history
lerna.json
CHANGELOG.md
**/CHANGELOG.md

 - @coveo/[email protected]
 - @coveo/[email protected]
 - @coveo/[email protected]
  • Loading branch information
GitHub Actions Bot committed Jul 14, 2022
1 parent a9bcb19 commit 64e67eb
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/atomic-angular/projects/atomic-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.20.11](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)

**Note:** Version bump only for package @coveo/atomic-angular





## [1.20.10](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)

**Note:** Version bump only for package @coveo/atomic-angular
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,13 +1,13 @@
{
"name": "@coveo/atomic-angular",
"version": "1.20.10",
"version": "1.20.11",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "^13.1.0",
"@angular/core": "^13.1.0"
},
"dependencies": {
"@coveo/atomic": "1.84.1",
"@coveo/atomic": "1.85.0",
"tslib": "2.4.0"
}
}
8 changes: 8 additions & 0 deletions packages/atomic-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.15.11](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)

**Note:** Version bump only for package @coveo/atomic-react





## [1.15.10](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)

**Note:** Version bump only for package @coveo/atomic-react
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": "1.15.10",
"version": "1.15.11",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dist/"
],
"dependencies": {
"@coveo/atomic": "1.84.1"
"@coveo/atomic": "1.85.0"
},
"devDependencies": {
"@types/node": "15.14.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/atomic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.85.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)


### Features

* **atomic:** first atomic segmented filter test ([#2208](https://github.com/coveo/ui-kit/issues/2208)) ([a9bcb19](https://github.com/coveo/ui-kit/commit/a9bcb19372646fd1d6fb608c72aa0faf46a158da))





## [1.84.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-07-14)

**Note:** Version bump only for package @coveo/atomic
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": "1.84.1",
"version": "1.85.0",
"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

0 comments on commit 64e67eb

Please sign in to comment.