Skip to content

Commit 55c589f

Browse files
authored
Bump schema version to v0.3.0 (#658)
* Bump schema version to v0.3.0 * Bump all the packages
1 parent cd58efb commit 55c589f

12 files changed

Lines changed: 16 additions & 16 deletions

File tree

iframe-outputs/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anode-iframe-outputs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Isolated iframe content server for Anode user-generated outputs",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "runt-ui",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "The UI for Runtime Agents",
66
"engines": {

packages/agent-core/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@runtimed/agent-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": "./src/index.ts",
55
"license": "BSD-3-Clause",
66
"imports": {
7-
"@runtimed/schema": "jsr:@runtimed/schema@^0.2.0"
7+
"@runtimed/schema": "jsr:@runtimed/schema@^0.3.0"
88
}
99
}

packages/agent-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/agent-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Core library for building Anode runtime agents",
66
"exports": "./src/index.ts",

packages/ai-core/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@runtimed/ai-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": "./src/mod.ts",
55
"license": "BSD-3-Clause",
66
"imports": {
7-
"@runtimed/agent-core": "jsr:@runtimed/schema@^0.2.0"
7+
"@runtimed/agent-core": "jsr:@runtimed/schema@^0.3.0"
88
}
99
}

packages/ai-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/ai-core",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Core library for building Anode runtime agents",
66
"exports": "./src/mod.ts",

packages/ai-core/src/groq-client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class AnacondaAIClient extends GroqClient {
113113
override defaultConfig: OpenAIConfig = {
114114
baseURL: "https://anaconda.com/api/assistant/v3/groq",
115115
defaultHeaders: {
116-
"X-Client-Version": "0.2.0",
116+
"X-Client-Version": "0.3.0",
117117
"X-Client-Source": "anaconda-runt-dev",
118118
},
119119
};
@@ -123,7 +123,7 @@ export class AnacondaAIClient extends GroqClient {
123123
const defaultConfig = {
124124
baseURL: "https://anaconda.com/api/assistant/v3/groq",
125125
defaultHeaders: {
126-
"X-Client-Version": "0.2.0",
126+
"X-Client-Version": "0.3.0",
127127
"X-Client-Source": "anaconda-runt-dev",
128128
},
129129
};

packages/pyodide-runtime/jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@runtimed/pyodide-runtime",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": "./src/index.ts",
55
"license": "BSD-3-Clause",
66
"imports": {
7-
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.2.0"
7+
"@runtimed/agent-core": "jsr:@runtimed/agent-core@^0.3.0"
88
}
99
}

packages/pyodide-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/pyodide-runtime",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Pyodide runtime agent",
66
"exports": "./src/index.ts",

packages/schema/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runtimed/schema",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"exports": "./src/index.ts",
55
"license": "BSD-3-Clause"
66
}

0 commit comments

Comments
 (0)