Skip to content

Commit 249f95d

Browse files
committed
Bump version
1 parent 2c4a5f8 commit 249f95d

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1+
## 1.2.1
2+
3+
### Fixed
4+
5+
* Now `currentAccessToken` returns `null` instead of throwing an error when there is no access token stored locally. This behavior now matches what it is done on iOS. [#9](https://github.com/line/flutter_line_sdk/pull/9)
6+
17
## 1.2.0
28

3-
### Add
9+
### Added
410

511
* A parameter for Android to specify the activity request code when login. [#4](https://github.com/line/flutter_line_sdk/issues/4)
612

713
## 1.1.0
814

9-
### Add
15+
### Added
1016

1117
* Add `idTokenNonce` to LoginResult. This value can be used against the ID token verification API as a parameter.
1218

1319
## 1.0.3
1420

15-
### Fix
21+
### Fixed
1622

1723
* Improve reference rendering for async APIs.
1824

1925
## 1.0.2
2026

21-
### Fix
27+
### Fixed
2228

2329
* Explicitly declare the main dispatcher to run coroutine on Android, which is compatible with changes in the [latest flutter](https://github.com/flutter/flutter/issues/34993). [#2](https://github.com/line/flutter_line_sdk/issues/2)
2430

2531
## 1.0.1
2632

27-
### Fix
33+
### Fixed
2834

2935
* Internal code formatting and better structure.
3036
* Improve API reference.

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_line_sdk (1.2.0):
3+
- flutter_line_sdk (1.2.1):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.3.0):

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.2.0"
50+
version: "1.2.1"
5151
flutter_test:
5252
dependency: "direct dev"
5353
description: flutter

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_line_sdk_example
22
description: Demonstrates how to use the flutter_line_sdk plugin.
33
publish_to: 'none'
4-
version: 1.2.0+6
4+
version: 1.2.1+85
55

66
environment:
77
sdk: ">=2.2.0 <3.0.0"

ios/flutter_line_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_line_sdk'
3-
s.version = '1.2.0'
3+
s.version = '1.2.1'
44
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55
s.description = <<-DESC
66
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_line_sdk
22
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3-
version: 1.2.0
3+
version: 1.2.1
44
author: LINE Corporation <[email protected]>
55
homepage: https://developers.line.biz/
66
repository: https://github.com/line/flutter_line_sdk/

0 commit comments

Comments
 (0)