Skip to content

Commit 74f9276

Browse files
chore: version packages (alpha) (#15200)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## mastracode@0.14.0-alpha.5 ### Patch Changes - Updated dependencies \[[`5cf84a3`](5cf84a3)]: - @mastra/mcp@1.5.0-alpha.1 ## @mastra/arize@1.0.17-alpha.3 ### Patch Changes - dependencies updates: ([#15282](#15282)) - Updated dependency [`@arizeai/openinference-genai@0.1.7` ↗︎](https://www.npmjs.com/package/@arizeai/openinference-genai/v/0.1.7) (from `0.1.6`, in `dependencies`) ## @mastra/arthur@0.2.3-alpha.3 ### Patch Changes - dependencies updates: ([#15282](#15282)) - Updated dependency [`@arizeai/openinference-genai@0.1.7` ↗︎](https://www.npmjs.com/package/@arizeai/openinference-genai/v/0.1.7) (from `0.1.6`, in `dependencies`) ## mastra@1.6.0-alpha.5 ### Patch Changes - Fixed `mastra server deploy` getting stuck in `queued` after transient upload confirmation failures. The CLI now retries these failures and cleans up failed deploys so they no longer remain orphaned. ([#15371](#15371)) ## @mastra/mcp@1.5.0-alpha.1 ### Patch Changes - Preserve forwarded MCP client elicitation capabilities so client-supported URL and form elicitations work correctly. ([#15233](#15233)) ## create-mastra@1.6.0-alpha.5 ## @internal/playground@1.6.0-alpha.5 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d34368b commit 74f9276

File tree

15 files changed

+48
-7
lines changed

15 files changed

+48
-7
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@
127127
"@internal/browser-test-utils": "0.0.1"
128128
},
129129
"changesets": [
130+
"@mastra_arize-15282-dependencies",
131+
"@mastra_arthur-15282-dependencies",
130132
"@mastra_core-15214-dependencies",
131133
"@mastra_deployer-15210-dependencies",
132134
"@mastra_playground-ui-15085-dependencies",
@@ -180,13 +182,15 @@
180182
"stale-worlds-happen",
181183
"storage-entity-version-id",
182184
"strong-pillows-admire",
185+
"swift-llamas-joke",
183186
"tall-trams-see",
184187
"tame-cars-thank",
185188
"three-bugs-shout",
186189
"tiny-trams-behave",
187190
"tough-geese-relax",
188191
"vast-masks-juggle",
189192
"warm-monkeys-know",
193+
"whole-places-beam",
190194
"wild-ads-smile",
191195
"wise-carrots-heal",
192196
"witty-radios-breathe",

mastracode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# mastracode
22

3+
## 0.14.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cf84a3`](https://github.com/mastra-ai/mastra/commit/5cf84a3e2b7aa69b3f674a6f312f1bf0ed7ebead)]:
8+
- @mastra/mcp@1.5.0-alpha.1
9+
310
## 0.14.0-alpha.4
411

512
### Minor Changes

mastracode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastracode",
3-
"version": "0.14.0-alpha.4",
3+
"version": "0.14.0-alpha.5",
44
"description": "",
55
"type": "module",
66
"files": [

observability/arize/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mastra/arize
22

3+
## 1.0.17-alpha.3
4+
5+
### Patch Changes
6+
7+
- dependencies updates: ([#15282](https://github.com/mastra-ai/mastra/pull/15282))
8+
- Updated dependency [`@arizeai/openinference-genai@0.1.7` ↗︎](https://www.npmjs.com/package/@arizeai/openinference-genai/v/0.1.7) (from `0.1.6`, in `dependencies`)
9+
310
## 1.0.17-alpha.2
411

512
### Patch Changes

observability/arize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mastra/arize",
3-
"version": "1.0.17-alpha.2",
3+
"version": "1.0.17-alpha.3",
44
"description": "Arize observability provider for Mastra - includes tracing and future observability features",
55
"type": "module",
66
"main": "dist/index.js",

observability/arthur/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @mastra/arthur
22

3+
## 0.2.3-alpha.3
4+
5+
### Patch Changes
6+
7+
- dependencies updates: ([#15282](https://github.com/mastra-ai/mastra/pull/15282))
8+
- Updated dependency [`@arizeai/openinference-genai@0.1.7` ↗︎](https://www.npmjs.com/package/@arizeai/openinference-genai/v/0.1.7) (from `0.1.6`, in `dependencies`)
9+
310
## 0.2.3-alpha.2
411

512
### Patch Changes

observability/arthur/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mastra/arthur",
3-
"version": "0.2.3-alpha.2",
3+
"version": "0.2.3-alpha.3",
44
"description": "Arthur AI observability provider for Mastra - exports traces using OpenInference semantic conventions",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mastra
22

3+
## 1.6.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- Fixed `mastra server deploy` getting stuck in `queued` after transient upload confirmation failures. The CLI now retries these failures and cleans up failed deploys so they no longer remain orphaned. ([#15371](https://github.com/mastra-ai/mastra/pull/15371))
8+
39
## 1.6.0-alpha.4
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastra",
3-
"version": "1.6.0-alpha.4",
3+
"version": "1.6.0-alpha.5",
44
"license": "Apache-2.0",
55
"description": "cli for mastra",
66
"type": "module",

packages/create-mastra/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-mastra
22

3+
## 1.6.0-alpha.5
4+
35
## 1.6.0-alpha.4
46

57
## 1.5.1-alpha.3

0 commit comments

Comments
 (0)