@adhese/sdk-react 1.0.3 → 1.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @adhese/sdk-react
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 180e82a: Fix issue where `mobile` would be passed as a param instead of the required `phone`, which would result in that the server would not return any ads
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 112e224: Add `width` and `height` option to overwrite slot sizing
14
+
15
+ **NOTE**: Only applies when `renderMode` is `iframe` or `undefined`
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [112e224]
20
+ - @adhese/sdk-shared@1.1.0
21
+ - @adhese/sdk@1.1.0
22
+
3
23
  ## 1.0.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adhese/sdk-react",
3
3
  "type": "module",
4
- "version": "1.0.3",
4
+ "version": "1.1.1",
5
5
  "description": "Adhese SDK",
6
6
  "repository": {
7
7
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "react-dom": ">=16.13"
45
45
  },
46
46
  "dependencies": {
47
- "@adhese/sdk": "^1.0.2",
48
- "@adhese/sdk-shared": "^1.0.0"
47
+ "@adhese/sdk": "^1.1.0",
48
+ "@adhese/sdk-shared": "^1.1.0"
49
49
  }
50
50
  }