Skip to content

Commit

Permalink
Bump PlutoGrid.
Browse files Browse the repository at this point in the history
  • Loading branch information
bosskmk committed May 16, 2023
1 parent 8e9a58d commit 16c8c4d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/pluto_grid_export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.5] - 2023. 5. 17

* Bump PlutoGrid.
* Removed ternary operator bug. (https://github.com/bosskmk/pluto_grid/pull/834)

## [1.0.4] - 2023. 1. 26

* Bump PlutoGrid.
Expand Down
2 changes: 1 addition & 1 deletion packages/pluto_grid_export/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PlutoGridExport for PlutoGrid - v1.0.3
## PlutoGridExport for PlutoGrid - v1.0.5

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
3 changes: 1 addition & 2 deletions packages/pluto_grid_export/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ environment:
dependencies:
flutter:
sdk: flutter
pluto_grid:
path: ../../../
pluto_grid: ^7.0.2
pluto_grid_export:
path: ../
file_saver: ^0.1.0
Expand Down
6 changes: 3 additions & 3 deletions packages/pluto_grid_export/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pluto_grid_export
description: PlutoGridExport converts PlutoGrid's metadata to CSV or PDF. Used with PlutoGrid.
version: 1.0.4
version: 1.0.5
homepage: https://bosskmk.github.io
repository: https://github.com/bosskmk/pluto_grid/tree/master/packages/pluto_grid_export

Expand All @@ -11,10 +11,10 @@ environment:
dependencies:
flutter:
sdk: flutter
pluto_grid: ">=3.0.2 <7.0.0"
pluto_grid: ">=3.0.2 <8.0.0"
csv: ^5.0.1
pdf: ^3.8.3
printing: ^5.9.3
printing: ^5.10.4

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 16c8c4d

Please sign in to comment.