Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/rn-renderer-bundler-fields.md

This file was deleted.

13 changes: 13 additions & 0 deletions demo-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @mobile-reality/mdma-demo-native

## 0.0.2

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-renderer-react-native@0.2.1
- @mobile-reality/mdma-runtime@0.3.1
- @mobile-reality/mdma-spec@0.3.1
- @mobile-reality/mdma-agui@0.2.0
- @mobile-reality/mdma-attachables-core@0.2.5
- @mobile-reality/mdma-parser@0.2.5
- @mobile-reality/mdma-prompt-pack@0.4.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mobile-reality/mdma-demo-native",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"main": "index.ts",
"scripts": {
"start": "expo start",
Expand Down
12 changes: 12 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @mobile-reality/mdma-demo

## 0.0.13

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-runtime@0.3.1
- @mobile-reality/mdma-spec@0.3.1
- @mobile-reality/mdma-renderer-react@0.4.1
- @mobile-reality/mdma-parser@0.2.5
- @mobile-reality/mdma-prompt-pack@0.4.1
- @mobile-reality/mdma-validator@0.3.2

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mobile-reality/mdma-demo",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 3 additions & 1 deletion packages/agui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/attachables-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mobile-reality/mdma-attachables-core

## 0.2.5

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-runtime@0.3.1
- @mobile-reality/mdma-spec@0.3.1

## 0.2.4

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/attachables-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-attachables-core",
"version": "0.2.4",
"version": "0.2.5",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -31,7 +31,9 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mobile-reality/mdma-cli

## 0.2.9

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-spec@0.3.1
- @mobile-reality/mdma-prompt-pack@0.4.1
- @mobile-reality/mdma-validator@0.3.2

## 0.2.8

### Patch Changes
Expand Down
17 changes: 14 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "@mobile-reality/mdma-cli",
"version": "0.2.8",
"keywords": ["mdma", "markdown", "ai", "llm", "interactive-document", "cli", "prompt-builder"],
"version": "0.2.9",
"keywords": [
"mdma",
"markdown",
"ai",
"llm",
"interactive-document",
"cli",
"prompt-builder"
],
"type": "module",
"bin": {
"mdma": "./dist/bin/mdma.js"
Expand Down Expand Up @@ -60,7 +68,10 @@
"vite": "^6.0.0",
"vitest": "^3.2.0"
},
"files": ["dist", "app-dist"],
"files": [
"dist",
"app-dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mobile-reality/mdma-mcp

## 0.2.12

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-spec@0.3.1
- @mobile-reality/mdma-prompt-pack@0.4.1

## 0.2.11

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-mcp",
"version": "0.2.11",
"version": "0.2.12",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -40,7 +40,9 @@
"vitest": "^3.2.0",
"zod": "^3.24.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mobile-reality/mdma-parser

## 0.2.5

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-spec@0.3.1

## 0.2.4

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-parser",
"version": "0.2.4",
"version": "0.2.5",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -41,7 +41,9 @@
"vitest": "^3.2.0",
"zod": "^3.24.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/prompt-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mobile-reality/mdma-prompt-pack

## 0.4.1

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-spec@0.3.1

## 0.4.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/prompt-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-prompt-pack",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -37,7 +37,9 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/renderer-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @mobile-reality/mdma-renderer-react-native

## 0.2.1

### Patch Changes

- d55f0ab: Add `main`, `module`, and `react-native` entry fields (and a `default` export condition) alongside the existing `exports` map. These packages previously exposed only an `exports` map, so bundlers that don't opt into package `exports` resolution — notably Metro/Snackager (Expo Snack) — couldn't find an entry point and failed with "Can't resolve ''". The added fields make the packages resolvable in any React Native / Metro bundler without enabling `unstable_enablePackageExports`. Fully additive and backwards-compatible.
- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-runtime@0.3.1
- @mobile-reality/mdma-spec@0.3.1

## 0.2.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/renderer-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-renderer-react-native",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -46,7 +46,9 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/renderer-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mobile-reality/mdma-renderer-react

## 0.4.1

### Patch Changes

- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-runtime@0.3.1
- @mobile-reality/mdma-spec@0.3.1

## 0.4.0

### Minor Changes
Expand Down
18 changes: 15 additions & 3 deletions packages/renderer-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"name": "@mobile-reality/mdma-renderer-react",
"version": "0.4.0",
"keywords": ["mdma", "markdown", "ai", "llm", "interactive-document", "react", "forms", "ui"],
"version": "0.4.1",
"keywords": [
"mdma",
"markdown",
"ai",
"llm",
"interactive-document",
"react",
"forms",
"ui"
],
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +38,10 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist", "styles.css"],
"files": [
"dist",
"styles.css"
],
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mobile-reality/mdma-runtime

## 0.3.1

### Patch Changes

- d55f0ab: Add `main`, `module`, and `react-native` entry fields (and a `default` export condition) alongside the existing `exports` map. These packages previously exposed only an `exports` map, so bundlers that don't opt into package `exports` resolution — notably Metro/Snackager (Expo Snack) — couldn't find an entry point and failed with "Can't resolve ''". The added fields make the packages resolvable in any React Native / Metro bundler without enabling `unstable_enablePackageExports`. Fully additive and backwards-compatible.
- Updated dependencies [d55f0ab]
- @mobile-reality/mdma-spec@0.3.1

## 0.3.0

### Minor Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mobile-reality/mdma-runtime",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [
"mdma",
"markdown",
Expand Down Expand Up @@ -36,7 +36,9 @@
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"files": ["dist"],
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mobile-reality/mdma-spec

## 0.3.1

### Patch Changes

- d55f0ab: Add `main`, `module`, and `react-native` entry fields (and a `default` export condition) alongside the existing `exports` map. These packages previously exposed only an `exports` map, so bundlers that don't opt into package `exports` resolution — notably Metro/Snackager (Expo Snack) — couldn't find an entry point and failed with "Can't resolve ''". The added fields make the packages resolvable in any React Native / Metro bundler without enabling `unstable_enablePackageExports`. Fully additive and backwards-compatible.

## 0.3.0

### Minor Changes
Expand Down
Loading