@commercetools-frontend/create-mc-app 21.16.0 → 21.18.0
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,13 @@
|
|
|
1
1
|
# @commercetools-frontend/create-mc-app
|
|
2
2
|
|
|
3
|
+
## 21.18.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2837](https://github.com/commercetools/merchant-center-application-kit/pull/2837) [`3959ed2a0`](https://github.com/commercetools/merchant-center-application-kit/commit/3959ed2a0012077b6366c3a22c749fe7d6e74784) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies
|
|
8
|
+
|
|
9
|
+
## 21.17.0
|
|
10
|
+
|
|
3
11
|
## 21.16.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -665,7 +665,7 @@ function _processOptions() {
|
|
|
665
665
|
|
|
666
666
|
var pkgJson = {
|
|
667
667
|
name: "@commercetools-frontend/create-mc-app",
|
|
668
|
-
version: "21.
|
|
668
|
+
version: "21.18.0",
|
|
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: {
|
|
@@ -696,7 +696,7 @@ var pkgJson = {
|
|
|
696
696
|
listr2: "5.0.5",
|
|
697
697
|
prettier: "2.7.1",
|
|
698
698
|
rcfile: "1.0.3",
|
|
699
|
-
semver: "7.3.
|
|
699
|
+
semver: "7.3.8"
|
|
700
700
|
},
|
|
701
701
|
engines: {
|
|
702
702
|
node: "14.x || 16.x || 17.x"
|
|
@@ -660,7 +660,7 @@ function _processOptions() {
|
|
|
660
660
|
|
|
661
661
|
var pkgJson = {
|
|
662
662
|
name: "@commercetools-frontend/create-mc-app",
|
|
663
|
-
version: "21.
|
|
663
|
+
version: "21.18.0",
|
|
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: {
|
|
@@ -691,7 +691,7 @@ var pkgJson = {
|
|
|
691
691
|
listr2: "5.0.5",
|
|
692
692
|
prettier: "2.7.1",
|
|
693
693
|
rcfile: "1.0.3",
|
|
694
|
-
semver: "7.3.
|
|
694
|
+
semver: "7.3.8"
|
|
695
695
|
},
|
|
696
696
|
engines: {
|
|
697
697
|
node: "14.x || 16.x || 17.x"
|
|
@@ -637,7 +637,7 @@ function _processOptions() {
|
|
|
637
637
|
|
|
638
638
|
var pkgJson = {
|
|
639
639
|
name: "@commercetools-frontend/create-mc-app",
|
|
640
|
-
version: "21.
|
|
640
|
+
version: "21.18.0",
|
|
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: {
|
|
@@ -668,7 +668,7 @@ var pkgJson = {
|
|
|
668
668
|
listr2: "5.0.5",
|
|
669
669
|
prettier: "2.7.1",
|
|
670
670
|
rcfile: "1.0.3",
|
|
671
|
-
semver: "7.3.
|
|
671
|
+
semver: "7.3.8"
|
|
672
672
|
},
|
|
673
673
|
engines: {
|
|
674
674
|
node: "14.x || 16.x || 17.x"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/create-mc-app",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.18.0",
|
|
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": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"listr2": "5.0.5",
|
|
27
27
|
"prettier": "2.7.1",
|
|
28
28
|
"rcfile": "1.0.3",
|
|
29
|
-
"semver": "7.3.
|
|
29
|
+
"semver": "7.3.8"
|
|
30
30
|
},
|
|
31
31
|
"engines": {
|
|
32
32
|
"node": "14.x || 16.x || 17.x"
|