diff --git a/package-lock.json b/package-lock.json index 6ad4e8ea..6ea3ec46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25065,10 +25065,10 @@ }, "packages/catalog-search": { "name": "@edx/frontend-enterprise-catalog-search", - "version": "5.5.0", + "version": "5.6.0", "license": "AGPL-3.0", "dependencies": { - "@edx/frontend-enterprise-utils": "^4.0.5", + "@edx/frontend-enterprise-utils": "^4.1.0", "classnames": "2.2.5", "lodash.debounce": "4.0.8", "prop-types": "15.7.2" @@ -25116,10 +25116,10 @@ }, "packages/logistration": { "name": "@edx/frontend-enterprise-logistration", - "version": "4.0.5", + "version": "4.1.0", "license": "AGPL-3.0", "dependencies": { - "@edx/frontend-enterprise-utils": "^4.0.5", + "@edx/frontend-enterprise-utils": "^4.1.0", "prop-types": "15.7.2" }, "devDependencies": { @@ -25142,7 +25142,7 @@ }, "packages/utils": { "name": "@edx/frontend-enterprise-utils", - "version": "4.0.5", + "version": "4.1.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 3717d0fe..28d66b39 100644 --- a/packages/catalog-search/CHANGELOG.md +++ b/packages/catalog-search/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.6.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@5.0.0...@edx/frontend-enterprise-catalog-search@5.6.0) (2024-02-01) + + +### Features + +* add prequery search suggestions ([f8dfe85](https://github.com/openedx/frontend-enterprise/commit/f8dfe85cdbcfd70a290d61ddea8242768e437080)) +* 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)) +* 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)) +* refactored to include additional prop for feature flag ([bd600b6](https://github.com/openedx/frontend-enterprise/commit/bd600b624e51f9b8f0eff0b5eb467ec92fa6a828)) +* remove pathways from customers search ([#366](https://github.com/openedx/frontend-enterprise/issues/366)) ([d4625c9](https://github.com/openedx/frontend-enterprise/commit/d4625c92443d088c2319f81ea516c2613b8d3943)) + + + ## [5.5.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@5.0.0...@edx/frontend-enterprise-catalog-search@5.5.0) (2024-01-10) diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 7433035c..647cdd72 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-catalog-search", - "version": "5.5.0", + "version": "5.6.0", "description": "Components related to Enterprise catalog search.", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "sideEffects": false, "dependencies": { - "@edx/frontend-enterprise-utils": "^4.0.5", + "@edx/frontend-enterprise-utils": "^4.1.0", "classnames": "2.2.5", "lodash.debounce": "4.0.8", "prop-types": "15.7.2" diff --git a/packages/logistration/CHANGELOG.md b/packages/logistration/CHANGELOG.md index 86ac3fec..35859473 100644 --- a/packages/logistration/CHANGELOG.md +++ b/packages/logistration/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@4.0.0...@edx/frontend-enterprise-logistration@4.1.0) (2024-02-01) + + +### 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)) + + + ## [4.0.5](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@4.0.0...@edx/frontend-enterprise-logistration@4.0.5) (2024-01-10) diff --git a/packages/logistration/package.json b/packages/logistration/package.json index 2af48803..e0e9e24f 100644 --- a/packages/logistration/package.json +++ b/packages/logistration/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-logistration", - "version": "4.0.5", + "version": "4.1.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": "^4.0.5", + "@edx/frontend-enterprise-utils": "^4.1.0", "prop-types": "15.7.2" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 1ea6cea8..f39ab30a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.1.0) (2024-02-01) + + +### 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)) + + + ## [4.0.5](https://github.com/openedx/frontend-enterprise/compare/@edx/frontend-enterprise-utils@4.0.0...@edx/frontend-enterprise-utils@4.0.5) (2024-01-10) diff --git a/packages/utils/package.json b/packages/utils/package.json index d0fd912a..32985792 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-utils", - "version": "4.0.5", + "version": "4.1.0", "description": "Utils and other miscellaneous enterprise things.", "repository": { "type": "git",