Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 15, 2024
1 parent e451fd8 commit d7717ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.0.1",
"version": "1.1.0",
"description": "Typescript SDK for Restate",
"author": "Restate Developers",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/restate-sdk-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restatedev/restate-sdk-clients",
"version": "1.0.1",
"version": "1.1.0",
"description": "Typescript SDK for Restate Clients",
"author": "Restate Developers",
"license": "MIT",
Expand Down Expand Up @@ -46,7 +46,7 @@
"release": "release-it"
},
"dependencies": {
"@restatedev/restate-sdk-core": "^1.0.1"
"@restatedev/restate-sdk-core": "^1.1.0"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion packages/restate-sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restatedev/restate-sdk-core",
"version": "1.0.1",
"version": "1.1.0",
"description": "Restate Typescript SDK core",
"author": "Restate Developers",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/restate-sdk-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restatedev/restate-sdk-examples",
"version": "1.0.1",
"version": "1.1.0",
"description": "Typescript SDK examples",
"private": true,
"author": "Restate Developers",
Expand Down Expand Up @@ -35,8 +35,8 @@
"ingress": "RESTATE_JOURNAL_LOGGING=OFF tsx ./src/ingress_client.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^1.0.1",
"@restatedev/restate-sdk-clients": "^1.0.1"
"@restatedev/restate-sdk": "^1.1.0",
"@restatedev/restate-sdk-clients": "^1.1.0"
},
"devDependencies": {
"tsx": "^4.15.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/restate-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restatedev/restate-sdk",
"version": "1.0.1",
"version": "1.1.0",
"description": "Typescript SDK for Restate",
"author": "Restate Developers",
"license": "MIT",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.8.0",
"@restatedev/restate-sdk-core": "^1.0.1"
"@restatedev/restate-sdk-core": "^1.1.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.15.0",
Expand Down

0 comments on commit d7717ae

Please sign in to comment.