Skip to content

Commit

Permalink
πŸš€ RELEASE: patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Oct 2, 2024
1 parent 1212366 commit 146f4d6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We welcome contributions to this project.

```bash
pnpm changeset
pnpm version-packages
pnpm version-packages
grlz 'new version'
pnpm release
pnpm update-examples
Expand Down
6 changes: 6 additions & 0 deletions packages/baseai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# baseai

## 0.9.2

### Patch Changes

- πŸ‘Œ IMPROVE: Error handling check if BaseAI dev is running

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/baseai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baseai",
"description": "The Web AI Framework Dev - BaseAI.dev",
"version": "0.9.1",
"version": "0.9.2",
"license": "UNLICENSED",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `langbase` SDK

## 0.9.2

### Patch Changes

- πŸ‘Œ IMPROVE: Error handling check if BaseAI dev is running

## 0.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseai/core",
"description": "The Web AI Framework's core - BaseAI.dev",
"version": "0.9.1",
"version": "0.9.2",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 146f4d6

Please sign in to comment.