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]
 - @coveo/[email protected]
 - @coveo/[email protected]
 - [email protected]
  • Loading branch information
GitHub Actions Bot committed Feb 2, 2022
1 parent 403507e commit dd254b8
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 18 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.4.8](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-02-02)

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





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

**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.4.7",
"version": "0.4.8",
"description": "React specific wrapper for the Atomic component library",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"dist/"
],
"dependencies": {
"@coveo/atomic": "^1.27.0"
"@coveo/atomic": "^1.28.0"
},
"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.28.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-02-02)


### Features

* **headless:** allow toggleSelectFacetValue to add new values ([#1704](https://github.com/coveo/ui-kit/issues/1704)) ([403507e](https://github.com/coveo/ui-kit/commit/403507e38755c1164522e13f27fef17dd1fbc3f1))





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


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.

4 changes: 2 additions & 2 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/atomic",
"version": "1.27.0",
"version": "1.28.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 Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@coveo/bueno": "^0.34.2",
"@coveo/headless": "^1.44.0",
"@coveo/headless": "^1.45.0",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "1.5.0",
"coveo-styleguide": "^9.26.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/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.1.7](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-02-02)


### Bug Fixes

* **auth:** send organizationId as query string param during handshake ([#1699](https://github.com/coveo/ui-kit/issues/1699)) ([51eb008](https://github.com/coveo/ui-kit/commit/51eb0089cf834a5eeef3631d322fbc7d1aafe604))





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

**Note:** Version bump only for package @coveo/auth
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/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/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coveo/auth",
"private": false,
"version": "1.1.6",
"version": "1.1.7",
"description": "Functions to help authenticate with the Coveo platform.",
"main": "./dist/auth.js",
"module": "./dist/auth.esm.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/headless/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.45.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-02-02)


### Features

* **headless:** allow toggleSelectFacetValue to add new values ([#1704](https://github.com/coveo/ui-kit/issues/1704)) ([403507e](https://github.com/coveo/ui-kit/commit/403507e38755c1164522e13f27fef17dd1fbc3f1))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/headless/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/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"types": "./dist/definitions/index.d.ts",
"license": "Apache-2.0",
"version": "1.44.0",
"version": "1.45.0",
"files": [
"dist/",
"recommendation/",
Expand Down
8 changes: 8 additions & 0 deletions packages/quantic/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.8.1](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2022-02-02)

**Note:** Version bump only for package @coveo/quantic





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


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.

4 changes: 2 additions & 2 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/quantic",
"version": "1.8.0",
"version": "1.8.1",
"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 Expand Up @@ -34,7 +34,7 @@
"package:create:publish": "node_modules/.bin/ts-node scripts/build/create-package.ts --remove-translations --promote"
},
"dependencies": {
"@coveo/headless": "^1.44.0"
"@coveo/headless": "^1.45.0"
},
"engines": {
"node": ">=14.0.0"
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.9](https://github.com/coveo/ui-kit/compare/[email protected]@0.50.9) (2022-02-02)

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





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

**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.

8 changes: 4 additions & 4 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "headless-react",
"version": "0.50.8",
"version": "0.50.9",
"dependencies": {
"@coveo/atomic-react": "^0.4.7",
"@coveo/auth": "^1.1.6",
"@coveo/headless": "^1.44.0",
"@coveo/atomic-react": "^0.4.8",
"@coveo/auth": "^1.1.7",
"@coveo/headless": "^1.45.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.5.0",
Expand Down

0 comments on commit dd254b8

Please sign in to comment.