Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): publish new versions #383

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions packages/catalog-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-29)


### ⚠ 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))
* add subtitle facet to SearchHeader ([#382](https://github.com/openedx/frontend-enterprise/issues/382)) ([047844f](https://github.com/openedx/frontend-enterprise/commit/047844fc32df30a09fddcefdc436a951bc821849))
* 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))



## [9.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/catalog-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-enterprise-catalog-search",
"version": "9.0.0",
"version": "10.0.0",
"description": "Components related to Enterprise catalog search.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"sideEffects": false,
"dependencies": {
"@edx/frontend-enterprise-utils": "^8.0.0",
"@edx/frontend-enterprise-utils": "^9.0.0",
"classnames": "2.2.5",
"lodash.debounce": "4.0.8",
"prop-types": "15.7.2"
Expand Down
23 changes: 23 additions & 0 deletions packages/hotjar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [7.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-29)


### ⚠ 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))



## [6.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/hotjar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-enterprise-hotjar",
"version": "6.0.0",
"version": "7.0.0",
"description": "Utils for Hotjar.",
"repository": {
"type": "git",
Expand Down
33 changes: 33 additions & 0 deletions packages/logistration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [9.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-29)


### ⚠ 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))



## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/logistration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-enterprise-logistration",
"version": "8.0.0",
"version": "9.0.0",
"description": "Enterprise-specific component(s) to ensure enterprise users are redirected to branded enterprise logistration flow.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"sideEffects": false,
"dependencies": {
"@edx/frontend-enterprise-utils": "^8.0.0",
"@edx/frontend-enterprise-utils": "^9.0.0",
"prop-types": "15.7.2"
},
"devDependencies": {
Expand Down
33 changes: 33 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [9.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-29)


### ⚠ 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))



## [8.0.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2024-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-enterprise-utils",
"version": "8.0.0",
"version": "9.0.0",
"description": "Utils and other miscellaneous enterprise things.",
"repository": {
"type": "git",
Expand Down
Loading