diff --git a/packages/catalog-search/CHANGELOG.md b/packages/catalog-search/CHANGELOG.md index 4ce6d8df..36d1757c 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. +## [3.0.0](https://github.com/edx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@2.9.0...@edx/frontend-enterprise-catalog-search@3.0.0) (2022-04-14) + + +### ⚠ BREAKING CHANGES + +* The Open edX platform is collectively moving towards Node 16. By doing so in this repository, we can now use NPM workspaces in place of Lerna in many places. Lerna is still used for publishing to NPM, updating CHANGELOGs and package.json files upon released. But NPM workspace commands can now be used instead of Lerna commands for the developer experience, which is more performant, easier to reason about, and natively supported by NPM. + +* Node 16 upgrade and peer dependency cleanup (#250) ([d4e3caf](https://github.com/edx/frontend-enterprise/commit/d4e3caf7e15a626f1c5e4b4d27f5e09c6f412120)), closes [#250](https://github.com/edx/frontend-enterprise/issues/250) + + + ## [2.9.0](https://github.com/edx/frontend-enterprise/compare/@edx/frontend-enterprise-catalog-search@2.8.0...@edx/frontend-enterprise-catalog-search@2.9.0) (2022-04-12) diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index b1bc4da1..a5dec0f4 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-catalog-search", - "version": "2.9.0", + "version": "3.0.0", "description": "Components related to Enterprise catalog search.", "repository": { "type": "git", @@ -36,7 +36,7 @@ }, "sideEffects": false, "dependencies": { - "@edx/frontend-enterprise-utils": "^1.3.0", + "@edx/frontend-enterprise-utils": "^2.0.0", "classnames": "2.2.5", "lodash.debounce": "4.0.8", "prop-types": "15.7.2" diff --git a/packages/logistration/CHANGELOG.md b/packages/logistration/CHANGELOG.md index a1f4f311..0f1e0049 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. +## 2.0.0 (2022-04-14) + + +### ⚠ BREAKING CHANGES + +* The Open edX platform is collectively moving towards Node 16. By doing so in this repository, we can now use NPM workspaces in place of Lerna in many places. Lerna is still used for publishing to NPM, updating CHANGELOGs and package.json files upon released. But NPM workspace commands can now be used instead of Lerna commands for the developer experience, which is more performant, easier to reason about, and natively supported by NPM. + +* Node 16 upgrade and peer dependency cleanup (#250) ([d4e3caf](https://github.com/edx/frontend-enterprise/commit/d4e3caf7e15a626f1c5e4b4d27f5e09c6f412120)), closes [#250](https://github.com/edx/frontend-enterprise/issues/250) + + + ### [1.1.2](https://github.com/edx/frontend-enterprise/compare/@edx/frontend-enterprise-logistration@1.1.1...@edx/frontend-enterprise-logistration@1.1.2) (2022-01-24) **Note:** Version bump only for package @edx/frontend-enterprise-logistration diff --git a/packages/logistration/package.json b/packages/logistration/package.json index 0e028ed4..b43f4785 100644 --- a/packages/logistration/package.json +++ b/packages/logistration/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-logistration", - "version": "1.1.2", + "version": "2.0.0", "description": "Enterprise-specific component(s) to ensure enterprise users are redirected to branded enterprise logistration flow.", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "sideEffects": false, "dependencies": { - "@edx/frontend-enterprise-utils": "^1.3.0", + "@edx/frontend-enterprise-utils": "^2.0.0", "prop-types": "15.7.2" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8d08cfbc..5169bd55 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. +## 2.0.0 (2022-04-14) + + +### ⚠ BREAKING CHANGES + +* The Open edX platform is collectively moving towards Node 16. By doing so in this repository, we can now use NPM workspaces in place of Lerna in many places. Lerna is still used for publishing to NPM, updating CHANGELOGs and package.json files upon released. But NPM workspace commands can now be used instead of Lerna commands for the developer experience, which is more performant, easier to reason about, and natively supported by NPM. + +* Node 16 upgrade and peer dependency cleanup (#250) ([d4e3caf](https://github.com/edx/frontend-enterprise/commit/d4e3caf7e15a626f1c5e4b4d27f5e09c6f412120)), closes [#250](https://github.com/edx/frontend-enterprise/issues/250) + + + ## 1.3.0 (2022-01-24) diff --git a/packages/utils/package-lock.json b/packages/utils/package-lock.json index b55a3019..935afb51 100644 --- a/packages/utils/package-lock.json +++ b/packages/utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-utils", - "version": "1.3.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/utils/package.json b/packages/utils/package.json index d64376eb..9ca98245 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@edx/frontend-enterprise-utils", - "version": "1.3.0", + "version": "2.0.0", "description": "Utils and other miscellaneous enterprise things.", "repository": { "type": "git",