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": {