@triplit/react 0.3.14 → 0.3.16

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @triplit/react
2
2
 
3
+ ## 0.3.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [962cbfc]
8
+ - @triplit/client@0.3.16
9
+
10
+ ## 0.3.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [7d75647]
15
+ - @triplit/client@0.3.15
16
+
3
17
  ## 0.3.14
4
18
 
5
19
  ### 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.14",
4
+ "version": "0.3.16",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "/dist"
26
26
  ],
27
27
  "dependencies": {
28
- "@triplit/client": "^0.3.14"
28
+ "@triplit/client": "^0.3.16"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/react": "^18.2.0",