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]
 - [email protected]
 - [email protected]
  • Loading branch information
GitHub Actions Bot committed Mar 16, 2022
1 parent 917a007 commit d6bfb72
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 14 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.

## [0.5.3](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)

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





## [0.5.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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,12 +1,12 @@
{
"name": "@coveo/atomic-angular",
"version": "0.5.2",
"version": "0.5.3",
"peerDependencies": {
"@angular/common": "^13.1.0",
"@angular/core": "^13.1.0"
},
"dependencies": {
"@coveo/atomic": "^1.34.2",
"@coveo/atomic": "^1.34.3",
"tslib": "2.3.1"
}
}
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.

## [0.6.3](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)

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





## [0.6.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)

**Note:** Version bump only for package @coveo/atomic-react
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.6.2",
"version": "0.6.3",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"dist/"
],
"dependencies": {
"@coveo/atomic": "^1.34.2"
"@coveo/atomic": "^1.34.3"
},
"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.34.3](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)


### Bug Fixes

* **atomic:** temp fix for outline rings ([#1826](https://github.com/coveo/ui-kit/issues/1826)) ([917a007](https://github.com/coveo/ui-kit/commit/917a007908a0913fe8fe3f087dcacc56272191f2))





## [1.34.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-03-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "1.34.2",
"version": "1.34.3",
"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
8 changes: 8 additions & 0 deletions packages/samples/headless-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.

## [0.50.35](https://github.com/coveo/ui-kit/compare/[email protected]@0.50.35) (2022-03-16)

**Note:** Version bump only for package headless-react





## [0.50.34](https://github.com/coveo/ui-kit/compare/[email protected]@0.50.34) (2022-03-16)

**Note:** Version bump only for package headless-react
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "headless-react",
"version": "0.50.34",
"version": "0.50.35",
"dependencies": {
"@coveo/atomic-react": "^0.6.2",
"@coveo/atomic-react": "^0.6.3",
"@coveo/auth": "^1.1.10",
"@coveo/headless": "^1.52.0",
"@testing-library/jest-dom": "5.16.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/samples/vuejs/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.

## [0.1.3](https://github.com/coveo/ui-kit/compare/[email protected]@0.1.3) (2022-03-16)

**Note:** Version bump only for package vue-search





## [0.1.2](https://github.com/coveo/ui-kit/compare/[email protected]@0.1.2) (2022-03-16)

**Note:** Version bump only for package vue-search
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/vuejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/samples/vuejs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vue-search",
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@coveo/atomic": "^1.34.2",
"@coveo/atomic": "^1.34.3",
"vue": "^3.2.31"
},
"devDependencies": {
Expand Down

0 comments on commit d6bfb72

Please sign in to comment.