@basictech/react 0.7.0-beta.7 → 0.7.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.
Files changed (2) hide show
  1. package/changelog.md +17 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # 1.3.4
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6a506e9: api improvements, react refactor, nextjs update
8
+ - e45744e: localstorage update
9
+ - e45744e: storage adapater update
10
+ - update apis, add remote db + sync db
11
+
12
+ ### Patch Changes
13
+
14
+ - cdf7123: refresh token patch
15
+ - 7e68aa3: add oauth settings
16
+ - 841839f: fix: provider props
17
+ - 7e68aa3: update token endpoint
18
+ - 4f11b3e: config server url & token patch
19
+
3
20
  ## 0.7.0-beta.7
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basictech/react",
3
- "version": "0.7.0-beta.7",
3
+ "version": "0.7.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",