@basictech/nextjs 0.5.0-beta.5 → 0.5.1-beta.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 +29 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @basictech/nextjs
|
|
2
2
|
|
|
3
|
+
## 0.5.1-beta.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @basictech/react@0.6.0-beta.0
|
|
9
|
+
|
|
10
|
+
## 0.5.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 6765047: fix server url
|
|
15
|
+
- af26a15: include schema to sync
|
|
16
|
+
- 6dd6ad9: add react 19
|
|
17
|
+
- f9c25a3: fix update notif
|
|
18
|
+
- 7f42c2a: react - initdb and version check
|
|
19
|
+
- weee
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies [6765047]
|
|
24
|
+
- Updated dependencies [af26a15]
|
|
25
|
+
- Updated dependencies [783ecad]
|
|
26
|
+
- Updated dependencies [6dd6ad9]
|
|
27
|
+
- Updated dependencies [f9c25a3]
|
|
28
|
+
- Updated dependencies [7f42c2a]
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @basictech/react@0.5.0
|
|
31
|
+
|
|
3
32
|
## 0.5.0-beta.5
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basictech/nextjs",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-beta.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@basictech/react": "0.
|
|
20
|
+
"@basictech/react": "0.6.0-beta.0",
|
|
21
21
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
22
22
|
"@radix-ui/react-popover": "^1.1.2"
|
|
23
23
|
},
|