Skip to content

Commit

Permalink
chore(release): publish 🎉
Browse files Browse the repository at this point in the history
 - @edx/frontend-enterprise-catalog-search@3.1.10
 - @edx/frontend-enterprise-hotjar@1.2.5
 - @edx/frontend-enterprise-logistration@2.1.6
 - @edx/frontend-enterprise-utils@2.2.5
  • Loading branch information
github-actions[bot] committed Feb 17, 2023
1 parent a9d2231 commit 9561d9e
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 6 deletions.
9 changes: 9 additions & 0 deletions packages/catalog-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [3.1.10](https://github.com/edx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@3.1.5...@edx/frontend-enterprise-catalog-search@3.1.10) (2023-02-17)


### Bug Fixes

* Bump all versions one final time I hope.... ([#297](https://github.com/edx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/edx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))



### [3.1.9](https://github.com/edx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@3.1.5...@edx/frontend-enterprise-catalog-search@3.1.9) (2023-02-17)


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

### 1.2.5 (2023-02-17)


### Bug Fixes

* Bump all versions one final time I hope.... ([#297](https://github.com/edx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/edx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))



### 1.2.4 (2023-02-17)


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": "1.2.4",
"version": "1.2.5",
"description": "Utils for Hotjar.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/logistration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.1.6 (2023-02-17)


### Bug Fixes

* Bump all versions one final time I hope.... ([#297](https://github.com/edx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/edx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))



### 2.1.5 (2023-02-17)


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

### 2.2.5 (2023-02-17)


### Bug Fixes

* Bump all versions one final time I hope.... ([#297](https://github.com/edx/frontend-enterprise/issues/297)) ([3452d81](https://github.com/edx/frontend-enterprise/commit/3452d810bad4b7292ce342ac96bec500809b532d))
* more version fixes ([#292](https://github.com/edx/frontend-enterprise/issues/292)) ([f51bafc](https://github.com/edx/frontend-enterprise/commit/f51bafcb8a93d9f3be40437c16b55ef5c79d7f04))



### 2.2.4 (2023-02-17)


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": "2.2.4",
"version": "2.2.5",
"description": "Utils and other miscellaneous enterprise things.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9561d9e

Please sign in to comment.