Skip to content

Commit 9c106d8

Browse files
committed
Publish v2.8.1
1 parent 071f0e0 commit 9c106d8

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/keep-svg-viewbox.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aragon/gov-ui-kit
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- [#715](https://github.com/aragon/gov-ui-kit/pull/715) [`071f0e0`](https://github.com/aragon/gov-ui-kit/commit/071f0e0e2216f722be9311815a9383269f16fdaa) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Keep the `viewBox` on bundled SVG icons so they scale correctly when rendered below their intrinsic 16px size (e.g. `size-3` in small buttons) instead of being clipped.
8+
39
## 2.8.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aragon/gov-ui-kit",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Implementation of the Aragon's Governance UI Kit",
55
"main": "dist/index.es.js",
66
"types": "dist/types/src/index.d.ts",

0 commit comments

Comments
 (0)