Skip to content

Commit 723de0f

Browse files
committed
chore(release): Publish
1 parent fb84c1c commit 723de0f

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-rc.0",
2+
"version": "1.0.0-rc.1",
33
"npmClient": "npm",
44
"command": {
55
"publish": {

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.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
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.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Temporal.io SDK Client sub-package",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/common",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
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",
@@ -12,9 +12,9 @@
1212
"author": "Loren Sands-Ramshaw <loren@temporal.io>",
1313
"license": "MIT",
1414
"dependencies": {
15+
"@opentelemetry/api": "^1.0.3",
1516
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
1617
"@temporalio/proto": "file:../proto",
17-
"@opentelemetry/api": "^1.0.3",
1818
"proto3-json-serializer": "^1.0.2",
1919
"protobufjs": "6.11.2"
2020
},

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.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Temporal.io SDK Core<>Node bridge",
55
"main": "index.js",
66
"types": "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.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Create a Temporal project from template",
55
"main": "cli.js",
66
"bin": "cli.js",

packages/docs/package-lock.json

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

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/docs",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

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

packages/internal-non-workflow-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/internal-non-workflow-common",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Internal SDK library: users should usually use other packages instead. Not included in Workflow bundle.",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)