diff --git a/.changeset/slow-cooks-tickle.md b/.changeset/slow-cooks-tickle.md deleted file mode 100644 index 3f84016..0000000 --- a/.changeset/slow-cooks-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@badrap/libapp": patch ---- - -Remove display="inline" support from ui/experimental/Box diff --git a/.changeset/wise-peas-cheat.md b/.changeset/wise-peas-cheat.md deleted file mode 100644 index 67853ad..0000000 --- a/.changeset/wise-peas-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@badrap/libapp": patch ---- - -Add lineClamp proprety for ui/experimental/Box diff --git a/CHANGELOG.md b/CHANGELOG.md index 926a248..0e7378f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @badrap/libapp +## 0.7.5 + +### Patch Changes + +- 64bca46: Remove display="inline" support from ui/experimental/Box +- 6f91d63: Add lineClamp proprety for ui/experimental/Box + ## 0.7.4 ### Patch Changes diff --git a/package.json b/package.json index edaf53a..610bc83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@badrap/libapp", - "version": "0.7.4", + "version": "0.7.5", "description": "TypeScript helpers for creating Badrap apps", "repository": { "type": "git",