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
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.4.21"
"version": "5.5.0-alpha.1"
}
4 changes: 2 additions & 2 deletions packages/cma-client-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cma-client-analysis",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "TypeScript-based static analysis utilities for the @datocms/cma-client-node Client class. Extracts method signatures, referenced types, and endpoint mappings.",
"keywords": [
"datocms",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": ">=5.0.0"
},
"devDependencies": {
"@datocms/cma-client-node": "^5.4.21",
"@datocms/cma-client-node": "^5.5.0-alpha.1",
"@datocms/rest-api-reference": "^5.4.19",
"typescript": "^5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cma-client-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cma-client-browser",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "Browser client for DatoCMS REST Content Management API",
"keywords": [
"datocms",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/datocms/js-rest-api-clients.git"
},
"dependencies": {
"@datocms/cma-client": "^5.4.21",
"@datocms/cma-client": "^5.5.0-alpha.1",
"@datocms/rest-client-utils": "^5.4.9"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cma-client-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cma-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cma-client-node",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "NodeJS client for DatoCMS REST Content Management API",
"keywords": [
"datocms",
Expand Down Expand Up @@ -37,7 +37,7 @@
"url": "git+https://github.com/datocms/js-rest-api-clients.git"
},
"dependencies": {
"@datocms/cma-client": "^5.4.21",
"@datocms/cma-client": "^5.5.0-alpha.1",
"@datocms/rest-client-utils": "^5.4.9",
"mime-types": "^2.1.35",
"tmp-promise": "^3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/cma-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cma-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cma-client",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "JS client for DatoCMS REST Content Management API",
"keywords": [
"datocms",
Expand Down
8 changes: 8 additions & 0 deletions packages/cma-client/src/generated/ApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8229,6 +8229,14 @@ export type ItemVersionMeta = {
* Whether the record version is the published version or not
*/
is_published: boolean;
/**
* Date this version became the published version of the record, or `null` if it has never been published. May also be `null` for versions that were published before publication-history tracking was introduced; in that case, fall back to `is_published` to determine the live status.
*/
published_from: string | null;
/**
* Date this version stopped being the published version of the record (either replaced by a newer published version, or explicitly unpublished). `null` when the version is currently published or has never been published.
*/
published_until: string | null;
/**
* Whether the record version is the most recent version or not
*/
Expand Down
8 changes: 8 additions & 0 deletions packages/cma-client/src/generated/RawApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8277,6 +8277,14 @@ export type ItemVersionMeta = {
* Whether the record version is the published version or not
*/
is_published: boolean;
/**
* Date this version became the published version of the record, or `null` if it has never been published. May also be `null` for versions that were published before publication-history tracking was introduced; in that case, fall back to `is_published` to determine the live status.
*/
published_from: string | null;
/**
* Date this version stopped being the published version of the record (either replaced by a newer published version, or explicitly unpublished). `null` when the version is currently published or has never been published.
*/
published_until: string | null;
/**
* Whether the record version is the most recent version or not
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/cma-schema-types-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cma-schema-types-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/cma-schema-types-generator",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "Generate TypeScript type definitions from a DatoCMS project schema",
"keywords": [
"datocms",
Expand Down Expand Up @@ -46,6 +46,6 @@
"typescript": "5.7.2"
},
"devDependencies": {
"@datocms/cma-client": "^5.4.21"
"@datocms/cma-client": "^5.5.0-alpha.1"
}
}
2 changes: 1 addition & 1 deletion packages/rest-api-events/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rest-api-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datocms/rest-api-events",
"version": "5.4.21",
"version": "5.5.0-alpha.1",
"description": "Utilities to receive real-time events from DatoCMS REST APIs",
"keywords": [
"datocms",
Expand Down Expand Up @@ -39,7 +39,7 @@
"pusher-js": "^7.0.6"
},
"devDependencies": {
"@datocms/cma-client": "^5.4.21",
"@datocms/cma-client": "^5.5.0-alpha.1",
"@datocms/dashboard-client": "^5.4.21"
},
"gitHead": "ac4164968026ba62a2841d31d2b60c31eadb2cc8"
Expand Down