Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2021
1 parent 608b1fb commit 1f5e88a
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 10 deletions.
12 changes: 12 additions & 0 deletions packages/catalog-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-10)


### Bug Fixes

* run lerna commands for all packages regardless of whether they changed in release.yml ([#109](https://github.com/edx/frontend-enterprise/issues/109)) ([608b1fb](https://github.com/edx/frontend-enterprise/commit/608b1fb4c3b5343f05ef994436dbbd2418668e17))
* update publishing behavior and add additional docs ([#104](https://github.com/edx/frontend-enterprise/issues/104)) ([525c430](https://github.com/edx/frontend-enterprise/commit/525c430d5027e4514a27edccfed3d6ed4ddae091))





## [0.1.4](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-08)

**Note:** Version bump only for package @edx/frontend-enterprise-catalog-search
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog-search/package-lock.json

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

8 changes: 4 additions & 4 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": "0.1.4",
"version": "0.1.5",
"description": "Components related to Enterprise catalog search.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"sideEffects": false,
"dependencies": {
"@edx/frontend-enterprise-utils": "^0.1.3",
"@edx/frontend-enterprise-utils": "^0.1.4",
"classnames": "2.2.5",
"lodash.debounce": "4.0.8",
"prop-types": "15.6.2"
Expand All @@ -54,8 +54,8 @@
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "3.4.2",
"@testing-library/user-event": "13.1.8",
"react-instantsearch-dom": "6.8.3",
"npm-watch": "^0.9.0"
"npm-watch": "^0.9.0",
"react-instantsearch-dom": "6.8.3"
},
"peerDependencies": {
"@edx/frontend-platform": "1.9.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/logistration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-10)


### Bug Fixes

* run lerna commands for all packages regardless of whether they changed in release.yml ([#109](https://github.com/edx/frontend-enterprise/issues/109)) ([608b1fb](https://github.com/edx/frontend-enterprise/commit/608b1fb4c3b5343f05ef994436dbbd2418668e17))
* update publishing behavior and add additional docs ([#104](https://github.com/edx/frontend-enterprise/issues/104)) ([525c430](https://github.com/edx/frontend-enterprise/commit/525c430d5027e4514a27edccfed3d6ed4ddae091))





## [0.1.3](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-08)

**Note:** Version bump only for package @edx/frontend-enterprise-logistration
Expand Down
2 changes: 1 addition & 1 deletion packages/logistration/package-lock.json

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

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": "0.1.3",
"version": "0.1.4",
"description": "Enterprise-specific component(s) to ensure enterprise users are redirected to branded enterprise logistration flow.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"sideEffects": false,
"dependencies": {
"@edx/frontend-enterprise-utils": "^0.1.3",
"@edx/frontend-enterprise-utils": "^0.1.4",
"prop-types": "15.7.2",
"query-string": "7.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-10)


### Bug Fixes

* run lerna commands for all packages regardless of whether they changed in release.yml ([#109](https://github.com/edx/frontend-enterprise/issues/109)) ([608b1fb](https://github.com/edx/frontend-enterprise/commit/608b1fb4c3b5343f05ef994436dbbd2418668e17))
* update publishing behavior and add additional docs ([#104](https://github.com/edx/frontend-enterprise/issues/104)) ([525c430](https://github.com/edx/frontend-enterprise/commit/525c430d5027e4514a27edccfed3d6ed4ddae091))





## [0.1.3](https://github.com/edx/frontend-enterprise/compare/@edx/[email protected]...@edx/[email protected]) (2021-05-08)

**Note:** Version bump only for package @edx/frontend-enterprise-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

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

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

0 comments on commit 1f5e88a

Please sign in to comment.