Skip to content

Commit

Permalink
Autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mfedderly authored and svc-autorelease committed Feb 20, 2024
1 parent cafcafa commit 86144ab
Show file tree
Hide file tree
Showing 28 changed files with 11 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/api",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/client",
"version": "0.8.0",
"version": "0.9.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/foundry-sdk-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/foundry-sdk-generator",
"version": "0.202.0",
"version": "0.203.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"bin": {
"foundry-sdk-generator": "./bin/foundry-sdk-generator"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gateway-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/gateway-generator",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"bin": {
"gateway-generator": "./bin/gateway-generator.cjs"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/gateway",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/generator",
"version": "1.3.0",
"version": "1.4.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"keywords": [],
"keywords": [ ],
"files": [
"build/types",
"build/js",
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@osdk/legacy-client",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"access": "public",
"license": "Apache-2.0",
Expand Down

0 comments on commit 86144ab

Please sign in to comment.