Skip to content

Commit ba18ffa

Browse files
committed
chore: release packages
1 parent e7d7d56 commit ba18ffa

7 files changed

Lines changed: 34 additions & 10 deletions

File tree

.changeset/initial-public-release.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/ai/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @openbackpack/ai
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- fe7f2a2: Publish the first supported OpenBackpack CLI, core library, and AI SDK adapter.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fe7f2a2]
12+
- @openbackpack/core@0.1.0

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openbackpack/ai",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "AI SDK tools for OpenBackpack.",
55
"license": "MIT",
66
"author": "GrahamQuan",

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# openbackpack
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- fe7f2a2: Publish the first supported OpenBackpack CLI, core library, and AI SDK adapter.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fe7f2a2]
12+
- @openbackpack/core@0.1.0

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": "openbackpack",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "OpenBackpack command line interface.",
55
"license": "MIT",
66
"author": "GrahamQuan",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @openbackpack/core
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- fe7f2a2: Publish the first supported OpenBackpack CLI, core library, and AI SDK adapter.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openbackpack/core",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Core skill folder sync operations for OpenBackpack.",
55
"license": "MIT",
66
"author": "GrahamQuan",

0 commit comments

Comments
 (0)