Skip to content

Commit 617f955

Browse files
committed
Bump version
1 parent c5fa3b3 commit 617f955

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

boxy/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.2.2]
2+
* Fixed bug in CustomBoxy that prevented multiple Slivers from being used
3+
14
## [2.2.1]
25
* Fixed small bug with `BoxyChild.offset`, thanks to Albert221 for the PR!
36

boxy/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: boxy
22
description: Overcome limitations of built-in layouts, advanced flex, custom multi-child layouts, slivers, and more!
3-
version: 2.2.1
3+
version: 2.2.2
44
homepage: https://github.com/pingbird/boxy
55
documentation: https://boxy.wiki
66

website/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install Boxy, add it to your dependencies in `pubspec.yaml`:
2424

2525
```yaml
2626
dependencies:
27-
boxy: ^2.2.1
27+
boxy: ^2.2.2
2828
```
2929
3030
Alternatively, you can also use the pub command:

0 commit comments

Comments
 (0)