@frontastic/common 2.33.6 → 2.33.7

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,6 @@
1
+ ## Version 2.33.7 (2022-06-02)
1
2
 
3
+ * fix: Don’t overwrite explicitly set user agent. This fixes user agent detection during SSR.
2
4
  ## Version 2.33.6 (2022-05-24)
3
5
 
4
6
  * fix: correctly fetch cloudinary URLs again
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.33.6",
4
+ "version": "2.33.7",
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.6",
3
+ "version": "2.33.7",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",
@@ -63,8 +63,8 @@
63
63
  "required": ["type"]
64
64
  }
65
65
  },
66
- { "required": ["values"] }
67
- ]
66
+ { "required": ["values"] }
67
+ ]
68
68
  },
69
69
  { "$ref": "#/definitions/field" }
70
70
  ]