diff --git a/.changeset/neat-plants-flash.md b/.changeset/neat-plants-flash.md
new file mode 100644
index 0000000000..e8a0ebbc29
--- /dev/null
+++ b/.changeset/neat-plants-flash.md
@@ -0,0 +1,5 @@
+---
+"@lynx-js/react": patch
+---
+
+Refactor: Improved naming for list operation related types. Renamed `UpdateAction` interface to `ListOperations`.
diff --git a/.changeset/orange-days-chew.md b/.changeset/orange-days-chew.md
new file mode 100644
index 0000000000..2db991cc5c
--- /dev/null
+++ b/.changeset/orange-days-chew.md
@@ -0,0 +1,17 @@
+---
+"@lynx-js/react": patch
+---
+
+Support using `"jsx": "react-jsx"` along with `"jsxImportSource": "@lynx-js/react"` in `tsconfig.json`.
+
+```json
+{
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "jsxImportSource": "@lynx-js/react"
+ }
+}
+```
+
+This configuration enhances TypeScript definitions for standard JSX elements,
+providing type errors for unsupported elements like `
` or `