@basictech/nextjs 0.6.0-beta.7 → 0.6.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 +26 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @basictech/nextjs
|
|
2
2
|
|
|
3
|
+
## 0.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6a506e9: api improvements, react refactor, nextjs update
|
|
8
|
+
- e45744e: storage adapater update
|
|
9
|
+
- update apis, add remote db + sync db
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- cdf7123: refresh token patch
|
|
14
|
+
- 7e68aa3: add oauth settings
|
|
15
|
+
- 841839f: fix: provider props
|
|
16
|
+
- 7e68aa3: update token endpoint
|
|
17
|
+
- 4f11b3e: config server url & token patch
|
|
18
|
+
- Updated dependencies [cdf7123]
|
|
19
|
+
- Updated dependencies [7e68aa3]
|
|
20
|
+
- Updated dependencies [6a506e9]
|
|
21
|
+
- Updated dependencies [841839f]
|
|
22
|
+
- Updated dependencies [e45744e]
|
|
23
|
+
- Updated dependencies [e45744e]
|
|
24
|
+
- Updated dependencies [7e68aa3]
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- Updated dependencies [4f11b3e]
|
|
27
|
+
- @basictech/react@0.7.0
|
|
28
|
+
|
|
3
29
|
## 0.6.0-beta.7
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basictech/nextjs",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"author": "",
|
|
39
39
|
"license": "ISC",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@basictech/react": "0.7.0
|
|
41
|
+
"@basictech/react": "0.7.0",
|
|
42
42
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
43
43
|
"@radix-ui/react-popover": "^1.1.2"
|
|
44
44
|
},
|