Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd169da

Browse files
committed
chore(release): publish
- @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected] - [email protected] - @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected] - @temporalio/[email protected]
1 parent b888101 commit cd169da

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

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.1.3",
3+
"version": "0.1.4",
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.1.3",
3+
"version": "0.1.4",
44
"description": "Temporal.io Client",
55
"main": "lib/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": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Create a Temporal project from template",
55
"main": "lib/index.js",
66
"bin": "lib/index.js",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/docs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -18,8 +18,8 @@
1818
"@docusaurus/preset-classic": "2.0.0-alpha.73",
1919
"@mdx-js/react": "^1.6.21",
2020
"clsx": "^1.1.1",
21-
"docusaurus-plugin-typedoc": "^0.12.1",
2221
"docusaurus-plugin-snipsync": "^1.0.0",
22+
"docusaurus-plugin-typedoc": "^0.12.1",
2323
"prism-react-renderer": "^1.2.0",
2424
"react": "^17.0.1",
2525
"react-dom": "^17.0.1",

packages/meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "temporalio",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Temporal.io SDK meta-package",
55
"dependencies": {
66
"@temporalio/client": "file:../client",

packages/proto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/proto",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Temporal.io protobuf definitions",
55
"main": "commonjs/index.js",
66
"types": "./commonjs/index.d.ts",

packages/test-activities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@temporalio/test-activities",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Temporal.io SDK Test Activities",
66
"scripts": {},
77
"keywords": [

packages/test-workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@temporalio/test-workflows",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Temporal.io SDK Test Workflows",
66
"scripts": {},
77
"keywords": [

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@temporalio/test",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Temporal.io SDK Tests",
66
"scripts": {
77
"build": "tsc --build",

packages/worker/package.json

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

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@temporalio/workflow",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Temporal.io Workflow SDK",
55
"main": "./commonjs/index.js",
66
"types": "./commonjs/index.d.ts",

0 commit comments

Comments
 (0)