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.0.0
 - @edx/frontend-enterprise-logistration@2.0.0
 - @edx/frontend-enterprise-utils@2.0.0
  • Loading branch information
github-actions[bot] committed Apr 14, 2022
1 parent d4e3caf commit 4be3106
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
11 changes: 11 additions & 0 deletions packages/catalog-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "2.9.0",
"version": "3.0.0",
"description": "Components related to Enterprise catalog search.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/logistration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down Expand Up @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 4be3106

Please sign in to comment.