@basictech/react 0.5.0-beta.5 → 0.5.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 +12 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # 1.3.4
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6765047: fix server url
8
+ - af26a15: include schema to sync
9
+ - 783ecad: reset db on signout
10
+ - 6dd6ad9: add react 19
11
+ - f9c25a3: fix update notif
12
+ - 7f42c2a: react - initdb and version check
13
+ - weee
14
+
3
15
  ## 0.5.0-beta.5
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basictech/react",
3
- "version": "0.5.0-beta.5",
3
+ "version": "0.5.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",