Skip to content

Commit 322363f

Browse files
committed
release: v0.13.2
1 parent acd33c2 commit 322363f

File tree

15 files changed

+28
-26
lines changed

15 files changed

+28
-26
lines changed

bun.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/app",
3-
"version": "0.12.1",
3+
"version": "0.13.2",
44
"description": "",
55
"type": "module",
66
"scripts": {

packages/console/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev:remote": "VITE_AUTH_URL=https://auth.dev.opencode.ai bun sst shell --stage=dev bun dev",
88
"build": "vinxi build && ../../opencode/script/schema.ts ./.output/public/config.json",
99
"start": "vinxi start",
10-
"version": "0.12.1"
10+
"version": "0.13.2"
1111
},
1212
"dependencies": {
1313
"@ibm/plex": "6.4.1",

packages/console/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@opencode/console-core",
4-
"version": "0.12.1",
4+
"version": "0.13.2",
55
"private": true,
66
"type": "module",
77
"dependencies": {

packages/console/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/console-function",
3-
"version": "0.12.1",
3+
"version": "0.13.2",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/console/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/console-scripts",
3-
"version": "0.12.1",
3+
"version": "0.13.2",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opencode/function",
3-
"version": "0.12.1",
3+
"version": "0.13.2",
44
"$schema": "https://json.schemastore.org/package.json",
55
"private": true,
66
"type": "module",

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "0.12.1",
3+
"version": "0.13.2",
44
"name": "opencode",
55
"type": "module",
66
"private": true,

packages/opencode/script/publish.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ if (!snapshot) {
147147
await $`cd ./dist/aur-${pkg} && git push`
148148
}
149149

150+
/*
150151
// Homebrew formula
151152
const homebrewFormula = [
152153
"# typed: false",
@@ -204,4 +205,5 @@ if (!snapshot) {
204205
await $`cd ./dist/homebrew-tap && git add opencode.rb`
205206
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`
206207
await $`cd ./dist/homebrew-tap && git push`
208+
*/
207209
}

packages/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@opencode-ai/plugin",
4-
"version": "0.12.1",
4+
"version": "0.13.2",
55
"type": "module",
66
"scripts": {
77
"typecheck": "tsc --noEmit",
@@ -22,4 +22,4 @@
2222
"@tsconfig/node22": "catalog:",
2323
"typescript": "catalog:"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)