@dotcms/create-app 26.8.7-1 → 26.8.10-1-next.2504

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +28 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,6 +13,34 @@ Beta. Behavior and flags may change.
13
13
  - Docker (for `--local` or `--starter`)
14
14
  - Internet access (downloads templates and docker-compose)
15
15
 
16
+ ## Which SDK Version Should I Use?
17
+
18
+ dotCMS SDKs are published in lockstep with dotCMS itself: every `@dotcms/*` package ships
19
+ at the **exact same version number** as the dotCMS release it was built for (e.g. dotCMS
20
+ `26.7.14-1` → `@dotcms/client@26.7.14-1`, `@dotcms/react@26.7.14-1`, and so on).
21
+
22
+ **Simple rule of thumb: use the SDK version that matches your dotCMS instance's version.**
23
+
24
+ You don't have to upgrade the SDK every time dotCMS releases a new version (or vice versa).
25
+ Most releases don't change anything the SDKs rely on, so an older SDK usually keeps working
26
+ fine against a newer dotCMS instance. Occasionally, though, a release does include a real
27
+ breaking change — and if your SDK is older than that point, it will stop working correctly.
28
+
29
+ You don't need to track this yourself: your dotCMS instance always knows the oldest SDK
30
+ version it still supports, and the SDK checks itself against it automatically. If you're
31
+ using an SDK that's too old, you'll see a clear warning in your console telling you to
32
+ upgrade.
33
+
34
+ **Recommendation:** pin your SDKs to the same version as your dotCMS instance, and only bump
35
+ them when you upgrade dotCMS — or when the console tells you to.
36
+
37
+ > **On an LTS release?** LTS releases don't currently get their own matching SDK version.
38
+ > Until that's addressed, use the SDK version published for the closest regular release at
39
+ > or before your LTS version.
40
+ >
41
+ > Want more background on how dotCMS releases and support windows work? See
42
+ > [Release & Support Lifecycle](https://dev.dotcms.com/docs/release-support-lifecycle).
43
+
16
44
  ## Quick Start
17
45
 
18
46
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/create-app",
3
- "version": "26.08.07-01",
3
+ "version": "26.8.10-1-next.2504",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {