@frontastic/common 2.43.0 → 2.45.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,4 +1,16 @@
1
1
 
2
+ ## Version 2.45.0 (2023-06-27)
3
+
4
+ ** New Features and Improvements **
5
+
6
+ - Allow terretory with numbers in locale parsing
7
+
8
+ ## Version 2.44.0 (2023-06-14)
9
+
10
+ ** New Features and Improvements **
11
+
12
+ - Add option to fetch frozen carts for logged in users with the environment variable `commercetools_fetch_frozen_user_carts=1`
13
+
2
14
  ## Version 2.43.0 (2023-05-26)
3
15
 
4
16
  ** New Features and Improvements **
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.43.0",
4
+ "version": "2.45.0",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.43.0",
3
+ "version": "2.45.0",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.21.0",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",