From dcb46aa553b4b23c26e5d7f759b0339270935d95 Mon Sep 17 00:00:00 2001 From: kmk Date: Sat, 13 May 2023 08:31:54 +0900 Subject: [PATCH] Update 7.0.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9727211d..a7fafa2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [7.0.2] - 2023. 5. 13 + +* Add Japanese, Turkish languages. +* Fix Intl version. + ## [7.0.1] - 2023. 5. 11 * Fix SDK version. diff --git a/README.md b/README.md index 3c0f51eaf..3def278a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## PlutoGrid for flutter - v7.0.1 +## PlutoGrid for flutter - v7.0.2 [![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg)](https://github.com/Solido/awesome-flutter) [![codecov](https://codecov.io/gh/bosskmk/pluto_grid/branch/master/graph/badge.svg)](https://codecov.io/gh/bosskmk/pluto_grid) diff --git a/pubspec.yaml b/pubspec.yaml index 1334e187d..9ff0f667c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pluto_grid description: PlutoGrid is a dataGrid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky) -version: 7.0.1 +version: 7.0.2 homepage: https://pluto.weblaze.dev repository: https://github.com/bosskmk/pluto_grid