@livepreso/react-plugin-textfield 0.4.2 → 0.4.3

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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@livepreso/react-plugin-textfield",
3
3
  "entries": [
4
+ {
5
+ "version": "0.4.3",
6
+ "tag": "@livepreso/react-plugin-textfield_v0.4.3",
7
+ "date": "Thu, 12 Mar 2026 02:50:05 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@livepreso/content-react\" to `2.2.1`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.4.2",
6
18
  "tag": "@livepreso/react-plugin-textfield_v0.4.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @livepreso/react-plugin-textfield
2
2
 
3
- This log was last generated on Tue, 24 Feb 2026 21:01:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Mar 2026 02:50:05 GMT and should not be manually modified.
4
+
5
+ ## 0.4.3
6
+ Thu, 12 Mar 2026 02:50:05 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.4.2
6
11
  Tue, 24 Feb 2026 21:01:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepreso/react-plugin-textfield",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -58,7 +58,7 @@
58
58
  "@tiptap/extension-mention": "~3.20.0",
59
59
  "@tiptap/suggestion": "~3.20.0",
60
60
  "fuse.js": "~7.1.0",
61
- "@livepreso/content-react": "2.2.0"
61
+ "@livepreso/content-react": "2.2.1"
62
62
  },
63
63
  "scripts": {
64
64
  "build": ""