From ff45afa3f408719bbf8c0c1bf9fbc20fa004fc6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 20:23:57 +0000 Subject: [PATCH] chore(release): publish - @edx/frontend-enterprise-catalog-search@0.1.5 - @edx/frontend-enterprise-logistration@0.1.4 - @edx/frontend-enterprise-utils@0.1.4 --- packages/catalog-search/CHANGELOG.md | 11 +++++++++++ packages/catalog-search/package-lock.json | 2 +- packages/catalog-search/package.json | 8 ++++---- packages/logistration/CHANGELOG.md | 11 +++++++++++ packages/logistration/package-lock.json | 2 +- packages/logistration/package.json | 4 ++-- packages/utils/CHANGELOG.md | 11 +++++++++++ packages/utils/package-lock.json | 2 +- packages/utils/package.json | 2 +- 9 files changed, 43 insertions(+), 10 deletions(-) diff --git a/packages/catalog-search/CHANGELOG.md b/packages/catalog-search/CHANGELOG.md index 7003e58f..e2d099b0 100644 --- a/packages/catalog-search/CHANGELOG.md +++ b/packages/catalog-search/CHANGELOG.md @@ -3,6 +3,17 @@ 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/frontend-enterprise-catalog-search@0.1.4...@edx/frontend-enterprise-catalog-search@0.1.5) (2021-05-10) + + +### Bug Fixes + +* 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/frontend-enterprise-catalog-search@0.1.3...@edx/frontend-enterprise-catalog-search@0.1.4) (2021-05-08) **Note:** Version bump only for package @edx/frontend-enterprise-catalog-search diff --git a/packages/catalog-search/package-lock.json b/packages/catalog-search/package-lock.json index 2da164a5..5119ce8c 100644 --- a/packages/catalog-search/package-lock.json +++ b/packages/catalog-search/package-lock.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-catalog-search", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 4a2d59ce..2cc10961 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -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", @@ -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" @@ -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", diff --git a/packages/logistration/CHANGELOG.md b/packages/logistration/CHANGELOG.md index 65511963..5b8eb2f1 100644 --- a/packages/logistration/CHANGELOG.md +++ b/packages/logistration/CHANGELOG.md @@ -3,6 +3,17 @@ 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/frontend-enterprise-logistration@0.1.3...@edx/frontend-enterprise-logistration@0.1.4) (2021-05-10) + + +### Bug Fixes + +* 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/frontend-enterprise-logistration@0.1.2...@edx/frontend-enterprise-logistration@0.1.3) (2021-05-08) **Note:** Version bump only for package @edx/frontend-enterprise-logistration diff --git a/packages/logistration/package-lock.json b/packages/logistration/package-lock.json index 60cc86a8..edc0fa71 100644 --- a/packages/logistration/package-lock.json +++ b/packages/logistration/package-lock.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-logistration", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/logistration/package.json b/packages/logistration/package.json index ca260037..6cb6b3df 100644 --- a/packages/logistration/package.json +++ b/packages/logistration/package.json @@ -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", @@ -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" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 2ea9fd0d..bc8f056a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,17 @@ 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/frontend-enterprise-utils@0.1.3...@edx/frontend-enterprise-utils@0.1.4) (2021-05-10) + + +### Bug Fixes + +* 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/frontend-enterprise-utils@0.1.2...@edx/frontend-enterprise-utils@0.1.3) (2021-05-08) **Note:** Version bump only for package @edx/frontend-enterprise-utils diff --git a/packages/utils/package-lock.json b/packages/utils/package-lock.json index 61736dba..7acd6ead 100644 --- a/packages/utils/package-lock.json +++ b/packages/utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-utils", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 49b873ca..e3497160 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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",