Skip to content

Commit d5a0d95

Browse files
chore: version packages
1 parent b2e809f commit d5a0d95

154 files changed

Lines changed: 1193 additions & 181 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/adr-0057-lifecycle-p1-p4.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.changeset/adr-0091-l1-grant-validity.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/docs-sms-phone-otp.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fix-resend-verification-email.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/fls-keys-release-sync-d11.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.changeset/rename-plugin-sms-to-service-sms.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/app-crm/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @objectstack/example-crm
22

3+
## 4.0.82
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7953832]
8+
- Updated dependencies [82e745e]
9+
- Updated dependencies [7449476]
10+
- @objectstack/spec@14.4.0
11+
- @objectstack/runtime@14.4.0
12+
313
## 4.0.81
414

515
### Patch Changes

examples/app-crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-crm",
3-
"version": "4.0.81",
3+
"version": "4.0.82",
44
"description": "Minimal CRM example — a smoke-test workspace that exercises the metadata loading pipeline (objects → views → app → dashboard → hook → flow → seed). For a full-featured enterprise CRM see https://github.com/objectstack-ai/hotcrm.",
55
"license": "Apache-2.0",
66
"private": true,

examples/app-showcase/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# @objectstack/example-showcase
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- 7449476: Permission-zoo audit follow-ups:
8+
9+
**FLS keys must be object-qualified (`security-fls-unqualified-key`, error).**
10+
The runtime evaluator matches field-permission keys by `<object>.<field>`
11+
prefix — a bare `budget` key matches NOTHING and the declared masking
12+
silently never enforces. The showcase itself shipped exactly that bug: its
13+
contributor FLS block (bare `budget`/`spent`/`budget_remaining`) was a
14+
runtime no-op, and the "FLS proof" in earlier verification was actually a
15+
validation-rule rejection. Fixed: keys qualified
16+
(`showcase_project.budget` …), a new D7 lint rule rejects bare keys at
17+
compile time with a fix-it, and the permission-zoo dogfood now proves the
18+
served pipeline denies a contributor's budget write while allowing ordinary
19+
field edits.
20+
21+
**Release pipeline: PROTOCOL_VERSION auto-sync.** `changeset version` now
22+
runs `scripts/sync-protocol-version.mjs`, regenerating the handshake
23+
constant from the spec package major. Release PRs opened by
24+
changesets/action with the default GITHUB_TOKEN never trigger CI (GitHub's
25+
anti-recursion rule), so the lockstep guard could only fire AFTER a release
26+
merged — the drift class that broke main at 14.0.0 (#2769) is now fixed at
27+
version time, the one spot that cannot be skipped.
28+
29+
**D11 `externalSharingModel` honestly marked.** The dial has no runtime
30+
consumer yet (authoring lint + Studio badges only); its liveness entry
31+
moves from a bespoke `authorable` status to the documented `planned` +
32+
`authorWarn`, and the sharing docs / design doc / showcase comments now say
33+
explicitly that evaluation of external principals lands with the
34+
principal-taxonomy phase (#2696).
35+
36+
- Updated dependencies [7953832]
37+
- Updated dependencies [82e745e]
38+
- Updated dependencies [7449476]
39+
- @objectstack/spec@14.4.0
40+
- @objectstack/driver-sql@14.4.0
41+
- @objectstack/cloud-connection@14.4.0
42+
- @objectstack/connector-rest@14.4.0
43+
- @objectstack/connector-slack@14.4.0
44+
- @objectstack/runtime@14.4.0
45+
346
## 0.3.3
447

548
### Patch Changes

examples/app-showcase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/example-showcase",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Kitchen-sink showcase workspace — exercises every metadata type, every view type, every chart type, and the major end-to-end capability chains (security, automation, analytics). Built for demonstration, debugging, and coverage-driven verification.",
55
"license": "Apache-2.0",
66
"private": true,

0 commit comments

Comments
 (0)