@commercetools-frontend/create-mc-app 23.3.0 → 24.0.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,25 @@
1
1
  # @commercetools-frontend/create-mc-app
2
2
 
3
+ ## 24.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#3687](https://github.com/commercetools/merchant-center-application-kit/pull/3687) [`552de5e`](https://github.com/commercetools/merchant-center-application-kit/commit/552de5e6d40bd9d7f1b5d51ea4892ad1a2a448ae) Thanks [@kark](https://github.com/kark)! - Upgrade UI Kit to React 19.
8
+
9
+ From this version onwards, this is the minimum version an application using this library should be depending on.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`552de5e`](https://github.com/commercetools/merchant-center-application-kit/commit/552de5e6d40bd9d7f1b5d51ea4892ad1a2a448ae)]:
14
+ - @commercetools-frontend/application-config@24.0.0
15
+
16
+ ## 23.4.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @commercetools-frontend/application-config@23.4.0
22
+
3
23
  ## 23.3.0
4
24
 
5
25
  ### Patch Changes
@@ -70,7 +70,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
70
70
 
71
71
  var pkgJson = {
72
72
  name: "@commercetools-frontend/create-mc-app",
73
- version: "23.3.0",
73
+ version: "24.0.0",
74
74
  description: "Create Merchant Center applications to quickly get up and running",
75
75
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
76
76
  repository: {
@@ -96,7 +96,7 @@ var pkgJson = {
96
96
  "@babel/core": "^7.22.17",
97
97
  "@babel/runtime": "^7.22.15",
98
98
  "@babel/runtime-corejs3": "^7.22.15",
99
- "@commercetools-frontend/application-config": "^23.3.0",
99
+ "@commercetools-frontend/application-config": "^24.0.0",
100
100
  "@types/babel__core": "^7.20.1",
101
101
  "@types/semver": "^7.5.1",
102
102
  commander: "^13.1.0",
@@ -70,7 +70,7 @@ var prettier__default = /*#__PURE__*/_interopDefault(prettier);
70
70
 
71
71
  var pkgJson = {
72
72
  name: "@commercetools-frontend/create-mc-app",
73
- version: "23.3.0",
73
+ version: "24.0.0",
74
74
  description: "Create Merchant Center applications to quickly get up and running",
75
75
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
76
76
  repository: {
@@ -96,7 +96,7 @@ var pkgJson = {
96
96
  "@babel/core": "^7.22.17",
97
97
  "@babel/runtime": "^7.22.15",
98
98
  "@babel/runtime-corejs3": "^7.22.15",
99
- "@commercetools-frontend/application-config": "^23.3.0",
99
+ "@commercetools-frontend/application-config": "^24.0.0",
100
100
  "@types/babel__core": "^7.20.1",
101
101
  "@types/semver": "^7.5.1",
102
102
  commander: "^13.1.0",
@@ -35,7 +35,7 @@ import prettier from 'prettier';
35
35
 
36
36
  var pkgJson = {
37
37
  name: "@commercetools-frontend/create-mc-app",
38
- version: "23.3.0",
38
+ version: "24.0.0",
39
39
  description: "Create Merchant Center applications to quickly get up and running",
40
40
  bugs: "https://github.com/commercetools/merchant-center-application-kit/issues",
41
41
  repository: {
@@ -61,7 +61,7 @@ var pkgJson = {
61
61
  "@babel/core": "^7.22.17",
62
62
  "@babel/runtime": "^7.22.15",
63
63
  "@babel/runtime-corejs3": "^7.22.15",
64
- "@commercetools-frontend/application-config": "^23.3.0",
64
+ "@commercetools-frontend/application-config": "^24.0.0",
65
65
  "@types/babel__core": "^7.20.1",
66
66
  "@types/semver": "^7.5.1",
67
67
  commander: "^13.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/create-mc-app",
3
- "version": "23.3.0",
3
+ "version": "24.0.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
  "@babel/core": "^7.22.17",
27
27
  "@babel/runtime": "^7.22.15",
28
28
  "@babel/runtime-corejs3": "^7.22.15",
29
- "@commercetools-frontend/application-config": "^23.3.0",
29
+ "@commercetools-frontend/application-config": "^24.0.0",
30
30
  "@types/babel__core": "^7.20.1",
31
31
  "@types/semver": "^7.5.1",
32
32
  "commander": "^13.1.0",