chore(release): version packages - #117
Merged
Merged
Conversation
✅ Deploy Preview for contentrain-ai ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
contentrain@0.10.0
Minor Changes
d04947f: The serve UI reads the model's declared title, labels and order
serve-ui was still guessing what
title_field,labelandordernowdeclare. Its column list called
Object.keys(desc.fields)under a commentsaying that preserved definition order — it does not, because model JSON is
written with canonically sorted keys, so it was alphabetical. On a
sixteen-field article model that put
authorfirst andtitlefifteenth,each column headed by its raw key (
body_public,is_category_hero).orderedFieldNames, so a declaredorderwins and fieldswithout one keep today's alphabetical fallback
resolveFieldLabel, with the raw key kept as thetitleattribute so the underlying field is still discoverable
title_fieldwhen the model declaresone; the existing required-plus-simple-type heuristic fills the rest and
still covers models that predate the property
Both helpers come from
@contentrain/types, so the UI and any other consumerresolve them the same way.
The secret detector no longer flags documentation about secrets.
SECRET_PATTERNSmatched bare prefixes, sotask_idandrisk_leveltrippedsk_, every page documentingAuthorization: Bearer <token>trippedBearer, andpostgres://localhost:5432/mydbin a guide tripped theconnection-string rule. On this repository, which stores its own docs as
content, that was 7 of 12 validation errors — and the real findings were
buried under them.
Each pattern now matches a credential-shaped value rather than prose about
credentials: prefixes need their key body, a bearer token needs an actual
token (not
<token>,$TOKEN,{{token}}orYOUR_TOKEN), an api key needsto be assigned one, and a connection string needs embedded credentials.
Two existing assertions changed, because they encoded the false positive:
my_api_key_valueandmongodb://localhost/testare no longer reported. Acheck that fires on the wrong thing is not a strict check; it is one people
learn to scroll past.
Patch Changes
@contentrain/types@1.1.0
Minor Changes
d04947f: The serve UI reads the model's declared title, labels and order
serve-ui was still guessing what
title_field,labelandordernowdeclare. Its column list called
Object.keys(desc.fields)under a commentsaying that preserved definition order — it does not, because model JSON is
written with canonically sorted keys, so it was alphabetical. On a
sixteen-field article model that put
authorfirst andtitlefifteenth,each column headed by its raw key (
body_public,is_category_hero).orderedFieldNames, so a declaredorderwins and fieldswithout one keep today's alphabetical fallback
resolveFieldLabel, with the raw key kept as thetitleattribute so the underlying field is still discoverable
title_fieldwhen the model declaresone; the existing required-plus-simple-type heuristic fills the rest and
still covers models that predate the property
Both helpers come from
@contentrain/types, so the UI and any other consumerresolve them the same way.
The secret detector no longer flags documentation about secrets.
SECRET_PATTERNSmatched bare prefixes, sotask_idandrisk_leveltrippedsk_, every page documentingAuthorization: Bearer <token>trippedBearer, andpostgres://localhost:5432/mydbin a guide tripped theconnection-string rule. On this repository, which stores its own docs as
content, that was 7 of 12 validation errors — and the real findings were
buried under them.
Each pattern now matches a credential-shaped value rather than prose about
credentials: prefixes need their key body, a bearer token needs an actual
token (not
<token>,$TOKEN,{{token}}orYOUR_TOKEN), an api key needsto be assigned one, and a connection string needs embedded credentials.
Two existing assertions changed, because they encoded the false positive:
my_api_key_valueandmongodb://localhost/testare no longer reported. Acheck that fires on the wrong thing is not a strict check; it is one people
learn to scroll past.
@contentrain/mcp@3.0.3
Patch Changes
@contentrain/query@7.0.5
Patch Changes
@contentrain/serve-ui@0.0.1
Patch Changes