Skip to content

Commit

Permalink
chore: version packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent c5f2d50 commit d789e6c
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"pretty-doors-sort",
"pretty-pugs-look",
"proud-planets-march",
"purple-readers-burn",
"quiet-eels-report",
"rare-cooks-reply",
"rare-cougars-remain",
Expand Down
7 changes: 7 additions & 0 deletions deployers/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mastra/deployer-cloudflare

## 0.0.1-alpha.35

### Patch Changes

- Updated dependencies [c5f2d50]
- @mastra/deployer@0.0.1-alpha.31

## 0.0.1-alpha.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployers/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/deployer-cloudflare",
"version": "0.0.1-alpha.34",
"version": "0.0.1-alpha.35",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions deployers/netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mastra/deployer-netlify

## 0.0.1-alpha.33

### Patch Changes

- Updated dependencies [c5f2d50]
- @mastra/deployer@0.0.1-alpha.31

## 0.0.1-alpha.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployers/netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/deployer-netlify",
"version": "0.0.1-alpha.32",
"version": "0.0.1-alpha.33",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions deployers/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mastra/deployer-vercel

## 0.0.1-alpha.36

### Patch Changes

- Updated dependencies [c5f2d50]
- @mastra/deployer@0.0.1-alpha.31

## 0.0.1-alpha.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion deployers/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/deployer-vercel",
"version": "0.0.1-alpha.35",
"version": "0.0.1-alpha.36",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions examples/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# examples-agent

## 0.0.1-alpha.4

### Patch Changes

- @mastra/deployer-cloudflare@0.0.1-alpha.35

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples-agent",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"type": "module",
"private": true,
"description": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mastra

## 0.1.57-alpha.137

### Patch Changes

- Updated dependencies [c5f2d50]
- @mastra/deployer@0.0.1-alpha.31

## 0.1.57-alpha.136

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "0.1.57-alpha.136",
"version": "0.1.57-alpha.137",
"license": "MIT",
"description": "cli for mastra",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mastra/deployer

## 0.0.1-alpha.31

### Patch Changes

- c5f2d50: Split deployer package

## 0.0.1-alpha.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/deployer",
"version": "0.0.1-alpha.30",
"version": "0.0.1-alpha.31",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit d789e6c

Please sign in to comment.