@adhese/sdk-react 1.3.2-nightly-20241115105401 → 1.3.2
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 +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @adhese/sdk-react
|
|
2
2
|
|
|
3
|
-
## 1.3.2
|
|
3
|
+
## 1.3.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 448224a: Fix custom render not visible in rendering state of the slot
|
|
8
8
|
- 4e327ce: Make sure placeholder is rendered as the inital render to fix issues in SSR environments
|
|
9
9
|
- 3d76945: Fix license field missing in package.json
|
|
10
10
|
- 3d76945: Connect package version more strictly to better enforce tandem updates
|
|
11
|
-
- Updated dependencies [
|
|
11
|
+
- Updated dependencies [448224a]
|
|
12
12
|
- Updated dependencies [3d76945]
|
|
13
|
-
- @adhese/sdk@1.3.2
|
|
13
|
+
- @adhese/sdk@1.3.2
|
|
14
14
|
|
|
15
15
|
## 1.3.1
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adhese/sdk-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.2
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"description": "Adhese SDK",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-dom": ">=16.13"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@adhese/sdk": "1.3.2
|
|
48
|
+
"@adhese/sdk": "1.3.2",
|
|
49
49
|
"@adhese/sdk-shared": "1.2.0"
|
|
50
50
|
}
|
|
51
51
|
}
|