Skip to content

Commit

Permalink
chore: version packages (alpha) (#1739)
Browse files Browse the repository at this point in the history
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
## @mastra/dane@0.0.2-alpha.114

### Patch Changes

-   Updated dependencies [fb49659]
    -   @mastra/store-upstash@0.0.0-alpha.8

## @mastra/store-pg@0.0.0-alpha.8

### Patch Changes

- fb49659: Fixed npm publish script - dist directories were not being
published

## @mastra/store-upstash@0.0.0-alpha.8

### Patch Changes

- fb49659: Fixed npm publish script - dist directories were not being
published

## @mastra/memory-integration-tests@0.0.1-alpha.4

### Patch Changes

-   Updated dependencies [fb49659]
    -   @mastra/store-pg@0.0.0-alpha.8
    -   @mastra/store-upstash@0.0.0-alpha.8

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 6, 2025
1 parent fb49659 commit c82592d
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
"metal-ads-enjoy",
"metal-books-explain",
"metal-carrots-call",
"metal-rules-battle",
"metal-toes-dream",
"mighty-avocados-cheat",
"mighty-pets-wave",
Expand Down
7 changes: 7 additions & 0 deletions examples/dane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @mastra/dane

## 0.0.2-alpha.114

### Patch Changes

- Updated dependencies [fb49659]
- @mastra/store-upstash@0.0.0-alpha.8

## 0.0.2-alpha.113

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/dane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/dane",
"version": "0.0.2-alpha.113",
"version": "0.0.2-alpha.114",
"main": "dist/index.js",
"type": "module",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/memory/integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mastra/memory-integration-tests

## 0.0.1-alpha.4

### Patch Changes

- Updated dependencies [fb49659]
- @mastra/store-pg@0.0.0-alpha.8
- @mastra/store-upstash@0.0.0-alpha.8

## 0.0.1-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/memory/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mastra/memory-integration-tests",
"private": true,
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"scripts": {
"test": "pnpm test:pg && pnpm test:upstash && pnpm test:libsql",
"pretest:pg": "docker compose up -d postgres && (for i in $(seq 1 30); do docker compose exec -T postgres pg_isready -U postgres && break || (sleep 1; [ $i -eq 30 ] && exit 1); done)",
Expand Down
6 changes: 6 additions & 0 deletions storage/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mastra/store-pg

## 0.0.0-alpha.8

### Patch Changes

- fb49659: Fixed npm publish script - dist directories were not being published

## 0.0.0-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion storage/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/store-pg",
"version": "0.0.0-alpha.7",
"version": "0.0.0-alpha.8",
"description": "Postgres store provider for Mastra",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions storage/upstash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mastra/store-upstash

## 0.0.0-alpha.8

### Patch Changes

- fb49659: Fixed npm publish script - dist directories were not being published

## 0.0.0-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion storage/upstash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mastra/store-upstash",
"version": "0.0.0-alpha.7",
"version": "0.0.0-alpha.8",
"description": "Upstash Redis store provider for Mastra",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit c82592d

Please sign in to comment.