Skip to content

Commit

Permalink
Merge pull request #47 from mondaycom/feature/romka/check-patch-versions
Browse files Browse the repository at this point in the history
patch versions
  • Loading branch information
RomKadria authored Dec 11, 2024
2 parents b0928c5 + b6c2c7a commit 869025f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2",
"version": "5.0.3",
"description": "monday.com API types",
"types": "generated/api-types.d.ts",
"scripts": {
Expand Down
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": "@mondaydotcomorg/api",
"version": "7.0.3",
"version": "7.0.4",
"description": "monday.com API client",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
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.3",
"version": "1.3.4",
"description": "monday.com setup api cli",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
Expand Down

0 comments on commit 869025f

Please sign in to comment.