Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [15.0.0]

### ⚠️ Breaking Changes

- **Default API version updated**: The default API version is now `2026-04`

## [14.0.0]

### ⚠️ Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/lib/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export enum AvailableVersions {
CURRENT = 'current',
RELEASE_CANDIDATE = 'release_candidate',
DEV = 'dev',
CURRENT_VERSION = '2026-01',
CURRENT_VERSION = '2026-04',
}

export const MONDAY_API_ENDPOINT = 'https://api.monday.com/v2';
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": "14.0.0",
"version": "15.0.0",
"description": "monday.com API client",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down