@adhese/sdk-react 1.3.1 → 1.3.2-nightly-20241114123923

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 +9 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @adhese/sdk-react
2
2
 
3
+ ## 1.3.2-nightly-20241114123923
4
+
5
+ ### Patch Changes
6
+
7
+ - cf75eb1: Fix license field missing in package.json
8
+ - cf75eb1: Connect package version more strictly to better enfore tandem updates
9
+ - Updated dependencies [cf75eb1]
10
+ - @adhese/sdk@1.3.2-nightly-20241114123923
11
+
3
12
  ## 1.3.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@adhese/sdk-react",
3
3
  "type": "module",
4
- "version": "1.3.1",
4
+ "version": "1.3.2-nightly-20241114123923",
5
5
  "description": "Adhese SDK",
6
+ "license": "GPL-3.0",
6
7
  "repository": {
7
8
  "type": "git",
8
9
  "url": "git+https://github.com/adhese/sdk_typescript.git"
@@ -44,7 +45,7 @@
44
45
  "react-dom": ">=16.13"
45
46
  },
46
47
  "dependencies": {
47
- "@adhese/sdk": "^1.3.1",
48
- "@adhese/sdk-shared": "^1.2.0"
48
+ "@adhese/sdk": "1.3.2-nightly-20241114123923",
49
+ "@adhese/sdk-shared": "1.2.0"
49
50
  }
50
51
  }