@frontastic/common 2.25.3 → 2.27.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,17 @@
1
1
  # common Changelog
2
2
 
3
+ ## `2.27.0` (2022-03-15)
4
+
5
+ * feat(FP-1486): upgrade Shopify version to latest stable version 2022-01
6
+
7
+ ## `2.26.0` (2022-03-10)
8
+
9
+ * feat: add GraphCMS client factory
10
+
11
+ ## `2.25.4` (2022-03-07)
12
+
13
+ * misc: allowed ramsey/uuid library version ^4 as dependency
14
+
3
15
  ## `2.25.3` (2022-03-02)
4
16
 
5
17
  * fix(api-hub): replace content api with dummy for nextjs projects
package/composer.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frontastic/common",
3
3
  "license": "None",
4
- "version": "2.25.3",
4
+ "version": "2.27.0",
5
5
  "repositories": [
6
6
  {
7
7
  "type": "path",
@@ -35,7 +35,7 @@
35
35
  "league/oauth2-client": "^2.3",
36
36
  "myclabs/deep-copy": "^1.0",
37
37
  "qafoolabs/no-framework-bundle": "^2.6",
38
- "ramsey/uuid": "^3.9",
38
+ "ramsey/uuid": "^3.9||^4",
39
39
  "seld/jsonlint": "@stable",
40
40
  "swiftmailer/swiftmailer": "^6.2",
41
41
  "symfony/config": "^4.4",
@@ -14,7 +14,6 @@
14
14
  ```php
15
15
  public function __construct(
16
16
  \Psr\Container\ContainerInterface $container,
17
- \Doctrine\Common\Cache\Cache $cache,
18
17
  \Psr\SimpleCache\CacheInterface $psrCache,
19
18
  \Contentful\RichText\Renderer $richtextRenderer,
20
19
  bool $debug,
@@ -25,7 +24,6 @@ public function __construct(
25
24
  Argument|Type|Default|Description
26
25
  --------|----|-------|-----------
27
26
  `$container`|`\Psr\Container\ContainerInterface`||
28
- `$cache`|`\Doctrine\Common\Cache\Cache`||
29
27
  `$psrCache`|`\Psr\SimpleCache\CacheInterface`||
30
28
  `$richtextRenderer`|`\Contentful\RichText\Renderer`||
31
29
  `$debug`|`bool`||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontastic/common",
3
- "version": "2.25.3",
3
+ "version": "2.27.0",
4
4
  "devDependencies": {
5
5
  "@babel/core": "7.5.4",
6
6
  "@babel/plugin-proposal-class-properties": "^7.5.0",