chore: bump to 1.2.0 - #50
Merged
Merged
Conversation
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
mattinannt
approved these changes
Sep 16, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



What & why
Was:
formbricks1.1.1 on pub.dev, cut on 2026-09-03 fromrelease/1.1, which is whymainstill said 1.1.0 and its CHANGELOG had no 1.1.1 entry. Now: 1.2.0, so a release can be cut with what has landed onmainsince, and the CHANGELOG carries both the 1.2.0 entry and the missing 1.1.1 one (copied from the tag).Minor, not patch:
Formbricks.setEmbeddedData()/Formbricks.clearEmbeddedData()are new public API and nothing existing changes shape. Dependency floors moved by caret minors only (webview_flutter^4.14.1,webview_flutter_android^4.14.1,connectivity_plus^7.3.1).Ships in this release
setEmbeddedData()+clearEmbeddedData()for app surveysmainside of the fix 1.1.1 shipped as a backport)Release
After merge, push the tag
1.2.0onmain.release.ymlpublishes on a semver tag push (pub.dev OIDC trusts push events, not release events) and requires the tag to equal the pubspec version. The Embedded Data bag rides the existinghiddenFieldsRecordinto the server-served survey runtime, so typed fields, defaults and locking need a 6.0 server; older servers treat the values as plain hidden fields.