Skip to content

Commit 0c58746

Browse files
committed
chore(release): Publish
1 parent 7252be9 commit 0c58746

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

lerna.json

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

package-lock.json

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

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.12.1",
3+
"version": "1.12.2",
44
"description": "Temporal.io SDK Activity sub-package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

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.12.1",
3+
"version": "1.12.2",
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.12.1",
3+
"version": "1.12.2",
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.12.1",
3+
"version": "1.12.2",
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.12.1",
3+
"version": "1.12.2",
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.12.1",
3+
"version": "1.12.2",
44
"description": "Create a Temporal project from template",
55
"main": "cli.js",
66
"bin": "cli.js",

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.12.1",
3+
"version": "1.12.2",
44
"description": "Temporal.io SDK interceptors bundle for tracing with opentelemetry",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/nyc-test-coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/nyc-test-coverage",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Temporal.io SDK code coverage integration",
55
"keywords": [
66
"temporal",

0 commit comments

Comments
 (0)