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 #360

Merged
merged 2 commits into from
Sep 28, 2023
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
10 changes: 5 additions & 5 deletions package-lock.json

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

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

## [5.3.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)


### Features

* allow Paragon v21 in catalog-search ([#356](https://github.com/openedx/frontend-enterprise/issues/356)) ([75005f5](https://github.com/openedx/frontend-enterprise/commit/75005f5e27304e3147fc141ef5dc1bc6ac64a834))
* removing free/all filter ([#359](https://github.com/openedx/frontend-enterprise/issues/359)) ([f187fbd](https://github.com/openedx/frontend-enterprise/commit/f187fbd89eb8c6b490b8a0fafb7f192ed9dcf24c))



## [5.2.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)


### Features

* allow Paragon v21 in catalog-search ([#356](https://github.com/openedx/frontend-enterprise/issues/356)) ([75005f5](https://github.com/openedx/frontend-enterprise/commit/75005f5e27304e3147fc141ef5dc1bc6ac64a834))
* removing free/all filter ([#359](https://github.com/openedx/frontend-enterprise/issues/359)) ([f187fbd](https://github.com/openedx/frontend-enterprise/commit/f187fbd89eb8c6b490b8a0fafb7f192ed9dcf24c))



## [5.1.0](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-07)


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": "5.1.0",
"version": "5.3.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": "^4.0.1",
"@edx/frontend-enterprise-utils": "^4.0.3",
"classnames": "2.2.5",
"lodash.debounce": "4.0.8",
"prop-types": "15.7.2"
Expand Down
16 changes: 16 additions & 0 deletions packages/logistration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)

**Note:** Version bump only for package @edx/frontend-enterprise-logistration





## [4.0.2](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)

**Note:** Version bump only for package @edx/frontend-enterprise-logistration





## [4.0.1](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-07)

**Note:** Version bump only for package @edx/frontend-enterprise-logistration
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": "4.0.1",
"version": "4.0.3",
"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": "^4.0.1",
"@edx/frontend-enterprise-utils": "^4.0.3",
"prop-types": "15.7.2"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.3](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)

**Note:** Version bump only for package @edx/frontend-enterprise-utils





## [4.0.2](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-28)

**Note:** Version bump only for package @edx/frontend-enterprise-utils





## [4.0.1](https://github.com/openedx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2023-09-07)

**Note:** Version bump only for package @edx/frontend-enterprise-utils
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": "4.0.1",
"version": "4.0.3",
"description": "Utils and other miscellaneous enterprise things.",
"repository": {
"type": "git",
Expand Down
Loading