@frontastic/common 2.33.7 → 2.33.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,15 +1,23 @@
1
- ## Version 2.33.7 (2022-06-02)
1
+
2
+ ## Version 2.33.8 (2022-06-07)
3
+
4
+ * Revert "Panos/nodes tree caching"
5
+
2
6
 
3
7
  * fix: Don’t overwrite explicitly set user agent. This fixes user agent detection during SSR.
8
+
4
9
  ## Version 2.33.6 (2022-05-24)
5
10
 
6
11
  * fix: correctly fetch cloudinary URLs again
12
+
7
13
  ## Version 2.33.5 (2022-05-19)
8
14
 
9
15
  * fix: don’t use ?? in libraries/common
16
+
10
17
  ## Version 2.33.4 (2022-05-17)
11
18
 
12
19
  * fix: used correct format on Changelog for catwalk and common
20
+
13
21
  ## Version 2.33.3 (2022-05-12)
14
22
 
15
23
  * Prevent enum fields without values field to exist
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.33.7",
4
+ "version": "2.33.8",
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.33.7",
3
+ "version": "2.33.8",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",