From 65eb5c30d16fcc4e098b8eba81d256897fbc4ab5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:11:12 +0000 Subject: [PATCH] Version Packages --- .changeset/direct-stack-children.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/direct-stack-children.md diff --git a/.changeset/direct-stack-children.md b/.changeset/direct-stack-children.md deleted file mode 100644 index 248bf92..0000000 --- a/.changeset/direct-stack-children.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/surface': patch ---- - -Preserve Stack child flex and min-size semantics by applying spacing with the container gap property instead of wrapper views. diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c9d6e..140df5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/surface +## 2.2.1 + +### Patch Changes + +- 7f410d4: Preserve Stack child flex and min-size semantics by applying spacing with the container gap property instead of wrapper views. + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index 4576e34..32f216c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ankhorage/surface", "type": "module", - "version": "2.2.0", + "version": "2.2.1", "description": "Stable UI foundation for React Native and React Native Web.", "homepage": "https://github.com/ankhorage/surface#readme", "bugs": {