@frontastic/common 2.48.0 → 2.48.2

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,18 @@
1
1
 
2
+ ## Version 2.48.2 (2023-11-09)
3
+
4
+ ** Bug fixes **
5
+
6
+ - Catch correct exception for missing template in new Twig versions
7
+ - Correctly inject the service container into the system controller
8
+
9
+ ## Version 2.48.1 (2023-10-12)
10
+
11
+ ** Bug fixes **
12
+
13
+ - Disable the Symfony 5.4 compatibility for now.
14
+ - Add breaking statement for old Catwalk versions in composer.
15
+
2
16
  ## Version 2.48.0 (2023-10-11)
3
17
 
4
18
  ** 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.48.0",
4
+ "version": "2.48.2",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -13,7 +13,7 @@
13
13
  "optimize-autoloader": true
14
14
  },
15
15
  "conflict": {
16
- "frontastic/catwalk": "<1.20.1"
16
+ "frontastic/catwalk": "<1.68.0"
17
17
  },
18
18
  "require": {
19
19
  "ext-json": "*",
@@ -40,7 +40,7 @@
40
40
  "symfony/expression-language": "^4.4||^5.4",
41
41
  "symfony/finder": "^4.4||^5.4",
42
42
  "symfony/http-kernel": "^4.4||^5.4",
43
- "symfony/symfony": "^4.4||^5.4",
43
+ "symfony/symfony": "^4.4",
44
44
  "symfony/yaml": "^4.4||^5.4",
45
45
  "woohoolabs/yang": "^2.3"
46
46
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.48.0",
3
+ "version": "2.48.2",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.21.0",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",