@commercetools-frontend/create-mc-app 21.20.2 → 21.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @commercetools-frontend/create-mc-app
2
2
 
3
+ ## 21.20.3
4
+
3
5
  ## 21.20.2
4
6
 
5
7
  ## 21.20.1
@@ -665,7 +665,7 @@ function _processOptions() {
665
665
 
666
666
  var pkgJson = {
667
667
  name: "@commercetools-frontend/create-mc-app",
668
- version: "21.20.2",
668
+ version: "21.20.3",
669
669
  description: "Create Merchant Center applications to quickly get up and running",
670
670
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
671
671
  repository: {
@@ -660,7 +660,7 @@ function _processOptions() {
660
660
 
661
661
  var pkgJson = {
662
662
  name: "@commercetools-frontend/create-mc-app",
663
- version: "21.20.2",
663
+ version: "21.20.3",
664
664
  description: "Create Merchant Center applications to quickly get up and running",
665
665
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
666
666
  repository: {
@@ -637,7 +637,7 @@ function _processOptions() {
637
637
 
638
638
  var pkgJson = {
639
639
  name: "@commercetools-frontend/create-mc-app",
640
- version: "21.20.2",
640
+ version: "21.20.3",
641
641
  description: "Create Merchant Center applications to quickly get up and running",
642
642
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
643
643
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/create-mc-app",
3
- "version": "21.20.2",
3
+ "version": "21.20.3",
4
4
  "description": "Create Merchant Center applications to quickly get up and running",
5
5
  "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
6
6
  "repository": {