@evolu/react 9.0.0 → 9.0.1-preview.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/README.md +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -13,3 +13,5 @@ The Evolu community is on [GitHub Discussions](https://github.com/evoluhq/evolu/
13
13
  To chat with other community members, you can join the [Evolu Discord](https://discord.gg/2J8yyyyxtZ).
14
14
 
15
15
  [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/evoluhq.svg?style=social&label=Follow%20%40evoluhq)](https://twitter.com/evoluhq)
16
+
17
+ TODO: remove this line
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/react",
3
- "version": "9.0.0",
3
+ "version": "9.0.1-preview.0",
4
4
  "description": "Evolu for React",
5
5
  "keywords": [
6
6
  "evolu",
@@ -34,11 +34,11 @@
34
34
  "react": "^19.1.0",
35
35
  "typescript": "^5.8.3",
36
36
  "vitest": "^3.2.2",
37
- "@evolu/common": "6.0.0",
38
- "@evolu/tsconfig": "0.0.2"
37
+ "@evolu/tsconfig": "0.0.2",
38
+ "@evolu/common": "6.0.1-preview.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@evolu/common": "^6.0.0",
41
+ "@evolu/common": "^6.0.1-preview.0",
42
42
  "react": "^19.0.0"
43
43
  },
44
44
  "publishConfig": {