Skip to content

chore: promote dev to prod (0.1.0)#3

Merged
chaudharydeepanshu merged 4 commits into
prodfrom
dev
Jul 19, 2026
Merged

chore: promote dev to prod (0.1.0)#3
chaudharydeepanshu merged 4 commits into
prodfrom
dev

Conversation

@chaudharydeepanshu

Copy link
Copy Markdown
Contributor

Retry of the 0.1.0 genesis release under the new name — pub.dev rejected adaptive_layouts as too similar to the active adaptive_layout, so the package is now morph_kit (full rename sweep, zero old-name references, gate green).

pub.dev rejected adaptive_layouts as too similar to the active
adaptive_layout package. morph_kit keeps name, API, and docs speaking
one word — the morph is already the core concept (ModalConfig.morph,
the README's The morph section). Pubspec description rewritten for
search (adaptive, responsive, list-detail, split view, bottom sheet,
state preservation); barrel is now lib/morph_kit.dart. Zero grep hits
for the old name.
@chaudharydeepanshu
chaudharydeepanshu requested a review from a team as a code owner July 19, 2026 08:03
@slopfairy

This comment has been minimized.

@github-actions github-actions Bot added the release Release promotion PR (manual) label Jul 19, 2026
@github-actions github-actions Bot added docs Documentation change (auto) ci Build, CI, or workflow change (auto) labels Jul 19, 2026
slopfairy

This comment was marked as outdated.

@chaudharydeepanshu chaudharydeepanshu added the ready-to-test Triggers the full cross-target test run (manual) label Jul 19, 2026
@slopfairy

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

Label ready-to-test removed — new commits pushed. Re-add when ready.

@github-actions github-actions Bot removed the ready-to-test Triggers the full cross-target test run (manual) label Jul 19, 2026
slopfairy

This comment was marked as outdated.

… template

The first sweep's grep was scoped to Dart/YAML/Markdown and missed
every native platform file. Now renamed: Android namespace,
applicationId, manifest label, and the Kotlin package directory; iOS
bundle display name; macOS PRODUCT_NAME plus the pbxproj/xcscheme
references; web manifest and index title; the deploy script's repo
slugs; and the bug-report template label. The org team is renamed to
morph_kit-maintainers so CODEOWNERS and auto-close point at a real
team. Full-tree grep for the old name: zero hits.
@slopfairy

This comment has been minimized.

slopfairy

This comment was marked as outdated.

…ojects

The sweep greps hunted snake_case only — adaptiveLayoutsExample bundle
identifiers (macOS AppInfo.xcconfig, RunnerTests in both pbxproj files,
the whole iOS pbxproj) and the 'Adaptive Layouts Example' iOS display
name slipped through. All name variants now grep to zero.
@slopfairy

This comment has been minimized.

@slopfairy slopfairy left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tip

Approved — complete rename sweep, zero adaptive_layouts references remain

Checked

  • pubspec.yaml — name, description, homepage, repository, and issue_tracker all updated to morph_kit
  • Barrel file — renamed from lib/adaptive_layouts.dart to lib/morph_kit.dart, all exports intact
  • All lib/src/ source imports — every internal package:adaptive_layouts/ reference replaced with package:morph_kit/
  • All test/ imports — every test file updated
  • Example app — pubspec.yaml, main.dart, platform configs (Android namespace, iOS bundle ID, macOS product name, web manifest), and journey tests all updated
  • Docs — ARCHITECTURE.md, CAPABILITY_ROADMAP.md, UPDATING.md, CONTRIBUTING.md, README.md, SECURITY.md, AGENTS.md, Makefile all swept
  • CI/infra — CODEOWNERS, auto-close workflow, secrets manager all repointed
  • Android Kotlin file — both renamed directory and updated package declaration
  • grep adaptive_layouts across the entire repo — zero hits

@chaudharydeepanshu
chaudharydeepanshu merged commit 76aaa99 into prod Jul 19, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Build, CI, or workflow change (auto) docs Documentation change (auto) release Release promotion PR (manual)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants