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]
 - [email protected]
  • Loading branch information
Jenkins Bot committed Nov 25, 2021
1 parent a977c62 commit 30d4e95
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 14 deletions.
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.16.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)


### Features

* **atomic:** export initialize bindings & add atomic-external component ([#1511](https://github.com/coveo/ui-kit/issues/1511)) ([6f648bd](https://github.com/coveo/ui-kit/commit/6f648bd8659d3d95c70a85527a2eb426f0f315ca))





## [1.15.8](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)

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

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.15.8",
"version": "1.16.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 @@ -46,7 +46,7 @@
},
"dependencies": {
"@coveo/bueno": "^0.33.1",
"@coveo/headless": "^1.34.0",
"@coveo/headless": "^1.35.0",
"@salesforce-ux/design-system": "^2.16.1",
"coveo-styleguide": "^9.26.0",
"dayjs": "^1.10.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2021-11-25)


### Features

* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41))
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.0.0",
"version": "1.1.0",
"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.35.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)


### Features

* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41))





# [1.34.0](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)


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.34.0",
"version": "1.35.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.0.3](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)

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





## [1.0.2](https://github.com/coveo/ui-kit/compare/@coveo/[email protected]...@coveo/[email protected]) (2021-11-25)

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

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.0.2",
"version": "1.0.3",
"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.34.0"
"@coveo/headless": "^1.35.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/samples/headless-react/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.

# [0.44.0](https://github.com/coveo/ui-kit/compare/[email protected]@0.44.0) (2021-11-25)


### Features

* **auth:** add auth package ([#1514](https://github.com/coveo/ui-kit/issues/1514)) ([a977c62](https://github.com/coveo/ui-kit/commit/a977c62b7f7086746096d1930a4ddab044d70d41))





## [0.43.9](https://github.com/coveo/ui-kit/compare/[email protected]@0.43.9) (2021-11-25)

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

6 changes: 3 additions & 3 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "headless-react",
"version": "0.43.9",
"version": "0.44.0",
"dependencies": {
"@coveo/auth": "^1.0.0",
"@coveo/headless": "^1.34.0",
"@coveo/auth": "^1.1.0",
"@coveo/headless": "^1.35.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.2.1",
Expand Down

0 comments on commit 30d4e95

Please sign in to comment.