From 25d937b00056e63a32279525d832f380e048b895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 26 Jun 2021 17:36:52 +0000 Subject: [PATCH] Version Packages --- .changeset/poor-dingos-rescue.md | 5 ----- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/poor-dingos-rescue.md diff --git a/.changeset/poor-dingos-rescue.md b/.changeset/poor-dingos-rescue.md deleted file mode 100644 index f86bda1..0000000 --- a/.changeset/poor-dingos-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@stacks/ui': minor ---- - -This fixes a bug where if a pixel or other non named value was passes to Stack, it would not apply. diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5f37b67..ef699d9 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @stacks/ui +## 7.10.0 + +### Minor Changes + +- [`f931545`](https://github.com/blockstack/ui/commit/f93154594f10cc5b782171f6dcb3d8e30f6d0ced) Thanks [@aulneau](https://github.com/aulneau)! - This fixes a bug where if a pixel or other non named value was passes to Stack, it would not apply. + ## 7.9.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 700fa94..8f06807 100755 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@stacks/ui", "description": "Stacks UI components built using React, emotion, and @stacks/core-ui.", - "version": "7.9.0", + "version": "7.10.0", "author": "Blockstack (https://blockstack.org/)", "dependencies": { "@reach/alert": "^0.13.2",