@commercetools-frontend/create-mc-app 21.23.7 → 21.23.8

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.23.8
4
+
3
5
  ## 21.23.7
4
6
 
5
7
  ### Patch Changes
@@ -693,7 +693,7 @@ function _processOptions() {
693
693
 
694
694
  var pkgJson = {
695
695
  name: "@commercetools-frontend/create-mc-app",
696
- version: "21.23.7",
696
+ version: "21.23.8",
697
697
  description: "Create Merchant Center applications to quickly get up and running",
698
698
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
699
699
  repository: {
@@ -693,7 +693,7 @@ function _processOptions() {
693
693
 
694
694
  var pkgJson = {
695
695
  name: "@commercetools-frontend/create-mc-app",
696
- version: "21.23.7",
696
+ version: "21.23.8",
697
697
  description: "Create Merchant Center applications to quickly get up and running",
698
698
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
699
699
  repository: {
@@ -658,7 +658,7 @@ function _processOptions() {
658
658
 
659
659
  var pkgJson = {
660
660
  name: "@commercetools-frontend/create-mc-app",
661
- version: "21.23.7",
661
+ version: "21.23.8",
662
662
  description: "Create Merchant Center applications to quickly get up and running",
663
663
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
664
664
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/create-mc-app",
3
- "version": "21.23.7",
3
+ "version": "21.23.8",
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": {