Skip to content

Commit c25e913

Browse files
committed
chore(release): Publish
1 parent 1ce84a1 commit c25e913

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
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": "0.23.3",
2+
"version": "1.0.0-rc.0",
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": "0.23.0",
3+
"version": "1.0.0-rc.0",
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": "0.23.0",
3+
"version": "1.0.0-rc.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/common",
3-
"version": "0.23.0",
3+
"version": "1.0.0-rc.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": "0.23.0",
3+
"version": "1.0.0-rc.0",
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": "0.23.0",
3+
"version": "1.0.0-rc.0",
44
"description": "Create a Temporal project from template",
55
"main": "cli.js",
66
"bin": "cli.js",

packages/docs/package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.23.0",
3+
"version": "1.0.0-rc.0",
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": "0.23.2",
3+
"version": "1.0.0-rc.0",
44
"description": "Temporal.io SDK interceptors bundle for tracing with opentelemetry",
55
"main": "lib/index.js",
66
"types": "./lib/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": "0.23.0",
3+
"version": "1.0.0-rc.0",
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)