Skip to content

Commit

Permalink
Merge pull request #50 from mondaycom/feature/romka/upgdate-versions
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
RomKadria authored Jan 6, 2025
2 parents 8caa881 + cdbd82e commit 1d3d5e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaydotcomorg/api-types",
"version": "5.0.3",
"version": "5.0.4",
"description": "monday.com API types",
"types": "generated/api-types.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/api/lib/api-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class ApiClient {
"Invalid API version format. Expected format is 'yyyy-mm' with month as one of '01', '04', '07', or '10'.",
);
}

this.apiVersion = apiVersion;
const endpoint = getApiEndpoint();
const defaultHeaders = {
Expand Down
2 changes: 1 addition & 1 deletion packages/setup-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaydotcomorg/setup-api",
"version": "1.3.4",
"version": "1.3.5",
"description": "monday.com setup api cli",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down

0 comments on commit 1d3d5e6

Please sign in to comment.