@triplit/react 0.0.34 → 0.0.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @triplit/react
2
2
 
3
+ ## 0.0.32
4
+
5
+ ### Patch Changes
6
+
7
+ - ba38c67: - fixup builds and typescript support
8
+ - improve support for next.js
9
+ - Updated dependencies [ba38c67]
10
+ - @triplit/client@0.0.32
11
+
12
+ ## 0.0.31
13
+
14
+ ### Patch Changes
15
+
16
+ - @triplit/client@0.0.31
17
+
3
18
  ## 0.0.30
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triplit/react",
3
3
  "packageManager": "yarn@3.4.1",
4
- "version": "0.0.34",
4
+ "version": "0.0.35",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/module.js",
@@ -17,7 +17,7 @@
17
17
  "/dist"
18
18
  ],
19
19
  "dependencies": {
20
- "@triplit/client": "0.0.34"
20
+ "@triplit/client": "^0.0.35"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@parcel/config-default": "^2.9.3",