@adhese/sdk-react 1.10.0-nightly-20260129081909 → 1.10.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,11 +1,32 @@
1
1
  # @adhese/sdk-react
2
2
 
3
- ## 1.10.0-nightly-20260129081909
3
+ ## 1.10.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [18d2033]
8
- - @adhese/sdk@1.10.0-nightly-20260129081909
7
+ - Updated dependencies [333e931]
8
+ - @adhese/sdk@1.10.0
9
+
10
+ ## 1.9.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [0626b90]
15
+ - @adhese/sdk-shared@1.5.3
16
+ - @adhese/sdk@1.9.9
17
+
18
+ ## 1.9.8
19
+
20
+ ### Patch Changes
21
+
22
+ - d6f11ea: Updated README
23
+
24
+ ## 1.9.7
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [33c0503]
29
+ - @adhese/sdk@1.9.7
9
30
 
10
31
  ## 1.9.6
11
32
 
package/README.md CHANGED
@@ -34,7 +34,8 @@ function Devtools() {
34
34
  ```
35
35
 
36
36
  ## `useAdhese`
37
- The `useAdhese` hook returns the Adhese instance that is created by the `AdheseProvider`. It can be used to access the Adhese instance in any child component.
37
+ The `useAdhese` hook returns the Adhese instance that is created by the `AdheseProvider`. It can be used to access the
38
+ Adhese instance in any child component.
38
39
 
39
40
  ```jsx
40
41
  import { useAdhese } from '@adhese/sdk-react';
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@adhese/sdk-react",
3
3
  "type": "module",
4
- "version": "1.10.0-nightly-20260129081909",
4
+ "version": "1.10.0",
5
5
  "description": "Adhese SDK",
6
6
  "license": "GPL-3.0",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/adhese/sdk_typescript.git"
9
+ "url": "git+https://github.com/adhese/sdk_typescript.git",
10
+ "directory": "packages/sdk-react"
10
11
  },
11
12
  "exports": {
12
13
  ".": {
@@ -51,7 +52,7 @@
51
52
  "react-dom": ">=16.13"
52
53
  },
53
54
  "dependencies": {
54
- "@adhese/sdk": "1.10.0-nightly-20260129081909",
55
- "@adhese/sdk-shared": "1.5.2"
55
+ "@adhese/sdk": "1.10.0",
56
+ "@adhese/sdk-shared": "1.5.3"
56
57
  }
57
58
  }