@triplit/react 0.3.30 → 0.3.31

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @triplit/react
2
2
 
3
+ ## 0.3.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [64349f8]
8
+ - @triplit/client@0.3.31
9
+
3
10
  ## 0.3.30
4
11
 
5
12
  ### 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.3.30",
4
+ "version": "0.3.31",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "/dist"
27
27
  ],
28
28
  "dependencies": {
29
- "@triplit/client": "^0.3.30"
29
+ "@triplit/client": "^0.3.31"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^18.2.0",