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]
  • Loading branch information
GitHub Actions Bot committed Jan 18, 2022
1 parent e851075 commit e45591c
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 10 deletions.
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.3.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)

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





## [0.3.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)

**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.3.1",
"version": "0.3.2",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"dist/"
],
"dependencies": {
"@coveo/atomic": "^1.23.6"
"@coveo/atomic": "^1.23.7"
},
"devDependencies": {
"@types/node": "^15.12.2",
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.23.7](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)


### Bug Fixes

* **atomic:** improved accessibility for printable uri ([#1662](https://github.com/coveo/ui-kit/issues/1662)) ([8964919](https://github.com/coveo/ui-kit/commit/8964919d357cf4d8d7f807625dab85520ada4067))





## [1.23.6](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)

**Note:** Version bump only for package @coveo/atomic
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.23.6",
"version": "1.23.7",
"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
11 changes: 11 additions & 0 deletions packages/quantic/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.7.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)


### Bug Fixes

* **quantic:** added escape util for showing query in rich-text ([#1671](https://github.com/coveo/ui-kit/issues/1671)) ([71670dd](https://github.com/coveo/ui-kit/commit/71670dd2bdbbd1b46ce4a0df57bc7406bd84efa5))





## [1.7.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-01-18)

**Note:** Version bump only for package @coveo/quantic
Expand Down
2 changes: 1 addition & 1 deletion packages/quantic/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/quantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/quantic",
"version": "1.7.1",
"version": "1.7.2",
"description": "A Salesforce Lightning Web Component (LWC) library for building modern UIs interfacing with the Coveo platform",
"author": "coveo.com",
"homepage": "https://coveo.com",
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.49.1](https://github.com/coveo/ui-kit/compare/[email protected]@0.49.1) (2022-01-18)

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





# [0.49.0](https://github.com/coveo/ui-kit/compare/[email protected]@0.49.0) (2022-01-18)


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.49.0",
"version": "0.49.1",
"dependencies": {
"@coveo/atomic-react": "^0.3.1",
"@coveo/atomic-react": "^0.3.2",
"@coveo/auth": "^1.1.6",
"@coveo/headless": "^1.42.0",
"@testing-library/jest-dom": "5.14.1",
Expand Down

0 comments on commit e45591c

Please sign in to comment.