Просмотр исходного кода

chore: version packages (#91)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] 5 месяцев назад
Родитель
Сommit
726ddc1d4f

+ 0 - 9
.changeset/fix-prompt-hallucinations.md

@@ -1,9 +0,0 @@
----
-"@json-render/core": patch
-"@json-render/react": patch
-"@json-render/react-native": patch
-"@json-render/remotion": patch
-"@json-render/codegen": patch
----
-
-Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.

+ 8 - 0
packages/codegen/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @json-render/codegen
 
+## 0.5.2
+
+### Patch Changes
+
+- 429e456: Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.
+- Updated dependencies [429e456]
+  - @json-render/core@0.5.2
+
 ## 0.5.1
 
 ### Patch Changes

+ 1 - 1
packages/codegen/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/codegen",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "license": "Apache-2.0",
   "description": "Utilities for generating code from json-render UI trees",
   "keywords": [

+ 6 - 0
packages/core/CHANGELOG.md

@@ -1,5 +1,11 @@
 # @json-render/core
 
+## 0.5.2
+
+### Patch Changes
+
+- 429e456: Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.
+
 ## 0.5.1
 
 ## 0.5.0

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/core",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "license": "Apache-2.0",
   "description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",
   "keywords": [

+ 8 - 0
packages/react-native/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @json-render/react-native
 
+## 0.5.2
+
+### Patch Changes
+
+- 429e456: Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.
+- Updated dependencies [429e456]
+  - @json-render/core@0.5.2
+
 ## 0.5.1
 
 ### Patch Changes

+ 1 - 1
packages/react-native/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/react-native",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "license": "Apache-2.0",
   "description": "React Native renderer for @json-render/core. JSON becomes React Native components.",
   "keywords": [

+ 8 - 0
packages/react/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @json-render/react
 
+## 0.5.2
+
+### Patch Changes
+
+- 429e456: Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.
+- Updated dependencies [429e456]
+  - @json-render/core@0.5.2
+
 ## 0.5.1
 
 ### Patch Changes

+ 1 - 1
packages/react/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/react",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "license": "Apache-2.0",
   "description": "React renderer for @json-render/core. JSON becomes React components.",
   "keywords": [

+ 8 - 0
packages/remotion/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @json-render/remotion
 
+## 0.5.2
+
+### Patch Changes
+
+- 429e456: Fix LLM hallucinations by dynamically generating prompt examples from the user's catalog instead of hardcoding component names. Adds optional `example` field to `ComponentDefinition` with Zod schema introspection fallback. Mentions RFC 6902 in output format section.
+- Updated dependencies [429e456]
+  - @json-render/core@0.5.2
+
 ## 0.5.1
 
 ### Patch Changes

+ 1 - 1
packages/remotion/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@json-render/remotion",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "license": "Apache-2.0",
   "description": "Remotion renderer for @json-render/core. JSON becomes video compositions.",
   "keywords": [