studio-engine 0.74.7 → 0.74.8

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.
data/README.md CHANGED
@@ -815,8 +815,11 @@ let it allocate the version — it derives the bump, commits `lib/studio/version
815
815
  with its `Gemfile.lock` onto **`origin/release`**, then publishes, tags, and bumps
816
816
  each consumer's lock. **Do not set the version by hand.** A hand-set number makes
817
817
  the allocation read the current version as already past the last tag and skip, so
818
- the hand number silently wins over the derived one. Details and the exact commands
819
- are in [`docs/RELEASE.md`](./docs/RELEASE.md).
818
+ the hand number silently wins over the derived one. **`prepare` does not touch
819
+ [`CHANGELOG.md`](./CHANGELOG.md)** — renaming `## Unreleased` to the allocated
820
+ version and opening a fresh empty one is a manual last step, and skipping it is
821
+ how thirty-five minor versions of entries ended up filed as pending. Details and the
822
+ exact commands are in [`docs/RELEASE.md`](./docs/RELEASE.md).
820
823
 
821
824
  **Semver guide** — the release *derives* the bump from its members (a `breaking`
822
825
  risk tag → major, a `feature` → minor, otherwise patch), so this is what those
@@ -18,12 +18,14 @@
18
18
  and label — from the markup you are REPLACING, and use the specimen only to
19
19
  learn which locals exist and how they compose. A specimen is a demo: the
20
20
  engine is entitled to pick any plausible value for it, and those values are
21
- not your app's. style/modals/_ds_wallet_topup passes modal_store "dsModals",
22
- its own page-scoped host; a callsite that copies it closes a store the app
23
- does not have, so the mark renders and does nothing.
21
+ not your app's. The specimen that earned this paragraph passed modal_store
22
+ "dsModals", its own page-scoped host; a callsite that copies that closes a
23
+ store the app does not have, so the mark renders and does nothing.
24
24
 
25
25
  The incident that earned this paragraph: an adopter built a new callsite from
26
- style/modals/_ds_wallet_topup and carried its icon across. The specimen passes
26
+ style/modals/_ds_wallet_topup a mirror of turf-monster's Top Up Wallet card,
27
+ retired on 2026-09-09, so do not go looking for the file — and carried its icon
28
+ across. The specimen passed
27
29
  U+1F39F ADMISSION TICKETS; the markup being replaced had always drawn U+1F3AB
28
30
  TICKET. A different glyph in a different colour landed on the primary rail of
29
31
  the web2 kill-switch face of Top Up Wallet — the single call to action shown to
@@ -17,7 +17,9 @@
17
17
  plausible value for it, and those values are not your app's.
18
18
 
19
19
  The incident that earned this paragraph: an adopter built a new callsite from
20
- style/modals/_ds_wallet_topup and carried its icon across. The specimen passes
20
+ style/modals/_ds_wallet_topup a mirror of turf-monster's Top Up Wallet card,
21
+ retired on 2026-09-09, so do not go looking for the file — and carried its icon
22
+ across. The specimen passed
21
23
  U+1F39F ADMISSION TICKETS; the markup being replaced had always drawn U+1F3AB
22
24
  TICKET. A different glyph in a different colour landed on the primary rail of
23
25
  the web2 kill-switch face of Top Up Wallet — the single call to action shown to