Skip to content

Commit e38ba0d

Browse files
chore: update versions
1 parent d31589e commit e38ba0d

File tree

8 files changed

+25
-14
lines changed

8 files changed

+25
-14
lines changed

.changeset/famous-trainers-hope.md

-5
This file was deleted.

.changeset/green-horses-bow.md

-6
This file was deleted.

packages/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lo-fi/react
22

3+
## 42.1.0
4+
5+
### Minor Changes
6+
7+
- 17e1f20: React: new errorFallback prop for Provider turns on catastrophic error handling, shutting down your app and replacing it with fallback UI in the case of an event which may cause data corruption or loss if usage continues.
8+
39
## 42.0.1
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verdant-web/react",
3-
"version": "42.0.1",
3+
"version": "42.1.0",
44
"access": "public",
55
"type": "module",
66
"exports": {

packages/store/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lo-fi/web
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- 31ea7e5: Store: improve error behavior for failed sync. TipTap: fix editor not refreshing when source entities change.
8+
39
## 4.4.0
410

511
### Minor Changes

packages/store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verdant-web/store",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"access": "public",
55
"type": "module",
66
"main": "dist/esm/index.js",

packages/tiptap/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @verdant-web/tiptap
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- 31ea7e5: Store: improve error behavior for failed sync. TipTap: fix editor not refreshing when source entities change.
8+
- Updated dependencies [17e1f20]
9+
- Updated dependencies [31ea7e5]
10+
- @verdant-web/react@42.1.0
11+
- @verdant-web/store@4.4.1
12+
313
## 3.0.0
414

515
### Patch Changes

packages/tiptap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@verdant-web/tiptap",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"access": "public",
55
"type": "module",
66
"main": "dist/esm/index.js",

0 commit comments

Comments
 (0)