From 83e8405e8768c8ea5d87dd40164d8266cb4ee7f0 Mon Sep 17 00:00:00 2001 From: Katrina Nguyen <71999631+katrinan029@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:03:29 -0700 Subject: [PATCH] chore(release): publish new versions (#381) - @edx/frontend-enterprise-catalog-search@9.0.0 - @edx/frontend-enterprise-hotjar@6.0.0 - @edx/frontend-enterprise-logistration@8.0.0 - @edx/frontend-enterprise-utils@8.0.0 --- package-lock.json | 12 ++++----- packages/catalog-search/CHANGELOG.md | 40 ++++++++++++++++++++++++++++ packages/catalog-search/package.json | 4 +-- packages/hotjar/CHANGELOG.md | 23 ++++++++++++++++ packages/hotjar/package.json | 2 +- packages/logistration/CHANGELOG.md | 33 +++++++++++++++++++++++ packages/logistration/package.json | 4 +-- packages/utils/CHANGELOG.md | 33 +++++++++++++++++++++++ packages/utils/package.json | 2 +- 9 files changed, 141 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46fc6d47..6a1a21ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28148,10 +28148,10 @@ }, "packages/catalog-search": { "name": "@edx/frontend-enterprise-catalog-search", - "version": "8.0.0", + "version": "9.0.0", "license": "AGPL-3.0", "dependencies": { - "@edx/frontend-enterprise-utils": "^7.0.0", + "@edx/frontend-enterprise-utils": "^8.0.0", "classnames": "2.2.5", "lodash.debounce": "4.0.8", "prop-types": "15.7.2" @@ -28182,7 +28182,7 @@ }, "packages/hotjar": { "name": "@edx/frontend-enterprise-hotjar", - "version": "5.0.0", + "version": "6.0.0", "license": "AGPL-3.0", "devDependencies": { "@edx/browserslist-config": "1.1.0", @@ -28199,10 +28199,10 @@ }, "packages/logistration": { "name": "@edx/frontend-enterprise-logistration", - "version": "7.0.0", + "version": "8.0.0", "license": "AGPL-3.0", "dependencies": { - "@edx/frontend-enterprise-utils": "^7.0.0", + "@edx/frontend-enterprise-utils": "^8.0.0", "prop-types": "15.7.2" }, "devDependencies": { @@ -28225,7 +28225,7 @@ }, "packages/utils": { "name": "@edx/frontend-enterprise-utils", - "version": "7.0.0", + "version": "8.0.0", "license": "AGPL-3.0", "dependencies": { "@testing-library/react": "12.1.4", diff --git a/packages/catalog-search/CHANGELOG.md b/packages/catalog-search/CHANGELOG.md index f0bef1f9..a6c2895e 100644 --- a/packages/catalog-search/CHANGELOG.md +++ b/packages/catalog-search/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@5.0.0...@edx/frontend-enterprise-catalog-search@9.0.0) (2024-03-11) + + +### ⚠ BREAKING CHANGES + +* consuming applications must now provide paragon from the @openedx scope + +* refactor: replace @edx/paragon and @edx/frontend-build + +* fix: fixed package issues + +* fix: updated dependency + +* fix: updated package lock file to fix ci issue + +* refactor: updated frontend-platform to v7 along with peer Dependencies + +### Features + +* add prequery search suggestions ([#371](https://github.com/openedx/frontend-enterprise/issues/371)) ([3651ee0](https://github.com/openedx/frontend-enterprise/commit/3651ee0f0e77e461956175d98aaa4addb38a1762)) +* added prequery event handler to search ([#373](https://github.com/openedx/frontend-enterprise/issues/373)) ([5705327](https://github.com/openedx/frontend-enterprise/commit/5705327b5aac701cf5288a697071ed48980b9859)) +* allow Paragon v21 in catalog-search ([#356](https://github.com/openedx/frontend-enterprise/issues/356)) ([75005f5](https://github.com/openedx/frontend-enterprise/commit/75005f5e27304e3147fc141ef5dc1bc6ac64a834)) +* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc)) +* enable prequery suggestions only for variant group ([#377](https://github.com/openedx/frontend-enterprise/issues/377)) ([fbee42a](https://github.com/openedx/frontend-enterprise/commit/fbee42a8b2a7a3111a83bf34b1917fc96454ba01)) +* fix prequery suggestion highlight container ([#380](https://github.com/openedx/frontend-enterprise/issues/380)) ([d54a0c7](https://github.com/openedx/frontend-enterprise/commit/d54a0c765def9850e37296e3fd8d7709664d08b4)) +* removing free/all filter ([#359](https://github.com/openedx/frontend-enterprise/issues/359)) ([f187fbd](https://github.com/openedx/frontend-enterprise/commit/f187fbd89eb8c6b490b8a0fafb7f192ed9dcf24c)) + + +### Bug Fixes + +* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef)) +* remove pathways from customers search ([#366](https://github.com/openedx/frontend-enterprise/issues/366)) ([d4625c9](https://github.com/openedx/frontend-enterprise/commit/d4625c92443d088c2319f81ea516c2613b8d3943)) + + +### Miscellaneous Chores + +* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380)) + + + ## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@5.0.0...@edx/frontend-enterprise-catalog-search@8.0.0) (2024-03-05) diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 1c4044e3..bc9f0487 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-catalog-search", - "version": "8.0.0", + "version": "9.0.0", "description": "Components related to Enterprise catalog search.", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "sideEffects": false, "dependencies": { - "@edx/frontend-enterprise-utils": "^7.0.0", + "@edx/frontend-enterprise-utils": "^8.0.0", "classnames": "2.2.5", "lodash.debounce": "4.0.8", "prop-types": "15.7.2" diff --git a/packages/hotjar/CHANGELOG.md b/packages/hotjar/CHANGELOG.md index 5ed524fd..76bd728c 100644 --- a/packages/hotjar/CHANGELOG.md +++ b/packages/hotjar/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-hotjar@2.0.0...@edx/frontend-enterprise-hotjar@6.0.0) (2024-03-11) + + +### ⚠ BREAKING CHANGES + +* consuming applications must now provide paragon from the @openedx scope + +* refactor: replace @edx/paragon and @edx/frontend-build + +* fix: fixed package issues + +* fix: updated dependency + +* fix: updated package lock file to fix ci issue + +* refactor: updated frontend-platform to v7 along with peer Dependencies + +### Miscellaneous Chores + +* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380)) + + + ## [5.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-hotjar@2.0.0...@edx/frontend-enterprise-hotjar@5.0.0) (2024-03-05) diff --git a/packages/hotjar/package.json b/packages/hotjar/package.json index 83c0aac2..d8323a75 100644 --- a/packages/hotjar/package.json +++ b/packages/hotjar/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-hotjar", - "version": "5.0.0", + "version": "6.0.0", "description": "Utils for Hotjar.", "repository": { "type": "git", diff --git a/packages/logistration/CHANGELOG.md b/packages/logistration/CHANGELOG.md index 00ecef1f..bedaae39 100644 --- a/packages/logistration/CHANGELOG.md +++ b/packages/logistration/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@4.0.0...@edx/frontend-enterprise-logistration@8.0.0) (2024-03-11) + + +### ⚠ BREAKING CHANGES + +* consuming applications must now provide paragon from the @openedx scope + +* refactor: replace @edx/paragon and @edx/frontend-build + +* fix: fixed package issues + +* fix: updated dependency + +* fix: updated package lock file to fix ci issue + +* refactor: updated frontend-platform to v7 along with peer Dependencies + +### Features + +* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc)) + + +### Bug Fixes + +* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef)) + + +### Miscellaneous Chores + +* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380)) + + + ## [7.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@4.0.0...@edx/frontend-enterprise-logistration@7.0.0) (2024-03-05) diff --git a/packages/logistration/package.json b/packages/logistration/package.json index de6bdec4..d154927b 100644 --- a/packages/logistration/package.json +++ b/packages/logistration/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-logistration", - "version": "7.0.0", + "version": "8.0.0", "description": "Enterprise-specific component(s) to ensure enterprise users are redirected to branded enterprise logistration flow.", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "sideEffects": false, "dependencies": { - "@edx/frontend-enterprise-utils": "^7.0.0", + "@edx/frontend-enterprise-utils": "^8.0.0", "prop-types": "15.7.2" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 14f35635..cd2f0656 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@8.0.0) (2024-03-11) + + +### ⚠ BREAKING CHANGES + +* consuming applications must now provide paragon from the @openedx scope + +* refactor: replace @edx/paragon and @edx/frontend-build + +* fix: fixed package issues + +* fix: updated dependency + +* fix: updated package lock file to fix ci issue + +* refactor: updated frontend-platform to v7 along with peer Dependencies + +### Features + +* bumped frontend-platform to v6 ([#364](https://github.com/openedx/frontend-enterprise/issues/364)) ([1541b86](https://github.com/openedx/frontend-enterprise/commit/1541b864dc6c351ea595d9f0c5669299af3b64cc)) + + +### Bug Fixes + +* bump frontend-platform ([#363](https://github.com/openedx/frontend-enterprise/issues/363)) ([1413ef2](https://github.com/openedx/frontend-enterprise/commit/1413ef21a1736d572bddb770352f33d505242bef)) + + +### Miscellaneous Chores + +* move paragon to peer dependency using [@openedx](https://github.com/openedx) scope and upgrade frontend-platform ([#367](https://github.com/openedx/frontend-enterprise/issues/367)) ([d121d67](https://github.com/openedx/frontend-enterprise/commit/d121d67efa6e84de86a7f3eb84acb674f2d4a380)) + + + ## [7.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@7.0.0) (2024-03-05) diff --git a/packages/utils/package.json b/packages/utils/package.json index 0d56b62e..74225cbe 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-utils", - "version": "7.0.0", + "version": "8.0.0", "description": "Utils and other miscellaneous enterprise things.", "repository": { "type": "git",