Skip to content

Commit 2fbcbe7

Browse files
committed
chore(release): Publish
1 parent ff60e74 commit 2fbcbe7

18 files changed

Lines changed: 21 additions & 21 deletions

File tree

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.13.2",
2+
"version": "1.14.0",
33
"npmClient": "pnpm",
44
"command": {
55
"publish": {
@@ -11,4 +11,4 @@
1111
}
1212
},
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
14-
}
14+
}

packages/activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/activity",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK Activity sub-package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/ai-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/ai-sdk",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal AI SDK integration package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -21,8 +21,8 @@
2121
"web-streams-polyfill": "^4.2.0"
2222
},
2323
"peerDependencies": {
24-
"@ai-sdk/provider": "^2.0.0",
2524
"@ai-sdk/mcp": "^0.0.8",
25+
"@ai-sdk/provider": "^2.0.0",
2626
"ai": "^5.0.91"
2727
},
2828
"engines": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/client",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK Client sub-package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/cloud",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK — Temporal Cloud Client",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/common",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Common library for code that's used across the Client, Worker, and/or Workflow",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/core-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/core-bridge",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK Core<>Node bridge",
55
"main": "index.js",
66
"types": "lib/index.d.ts",

packages/create-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/create",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Create a Temporal project from template",
55
"main": "cli.js",
66
"bin": "cli.js",

packages/envconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/envconfig",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK Environment Configuration sub-package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/interceptors-opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/interceptors-opentelemetry",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "Temporal.io SDK interceptors bundle for tracing with opentelemetry",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)