Skip to content

Commit

Permalink
Bump version and add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 16, 2023
1 parent 5f98af6 commit abeaa65
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.6

### Fixed

* Upgrade the wrapped Android LINE SDK version. Algin its `minSdk` and `compileSdk` to the native SDK. [#87](https://github.com/line/flutter_line_sdk/pull/87/files)

## 2.3.5

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- flutter_line_sdk (2.3.5):
- flutter_line_sdk (2.3.6):
- Flutter
- LineSDKSwift (~> 5.3)
- LineSDKSwift (5.9.0):
Expand All @@ -23,9 +23,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_line_sdk: fc7a2b0a187a756a28392b211b93245fc7da329b
flutter_line_sdk: 76198d6c56481253ffda5af6dc8632d1f0c7db67
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2

PODFILE CHECKSUM: cb7a516197ca76f65d1513c33c456d3d343ded6d

COCOAPODS: 1.12.1
COCOAPODS: 1.14.2
28 changes: 14 additions & 14 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: transitive
description:
name: collection
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
url: "https://pub.dev"
source: hosted
version: "1.17.2"
version: "1.18.0"
cupertino_icons:
dependency: "direct main"
description:
Expand Down Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.5"
version: "2.3.6"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -94,10 +94,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.dev"
source: hosted
version: "1.9.1"
version: "1.10.0"
path:
dependency: transitive
description:
Expand All @@ -123,18 +123,18 @@ packages:
dependency: transitive
description:
name: stack_trace
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
url: "https://pub.dev"
source: hosted
version: "1.11.0"
version: "1.11.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.1.2"
string_scanner:
dependency: transitive
description:
Expand All @@ -155,10 +155,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.6.1"
vector_math:
dependency: transitive
description:
Expand All @@ -171,10 +171,10 @@ packages:
dependency: transitive
description:
name: web
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
url: "https://pub.dev"
source: hosted
version: "0.1.4-beta"
version: "0.3.0"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.2.0-194.0.dev <4.0.0"
flutter: ">=1.12.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_line_sdk_example
description: Demonstrates how to use the flutter_line_sdk plugin.
publish_to: 'none'
version: 2.3.5+228
version: 2.3.6+235

environment:
sdk: '>=2.12.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_line_sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_line_sdk'
s.version = '2.3.5'
s.version = '2.3.6'
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
s.description = <<-DESC
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_line_sdk
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
version: 2.3.5
version: 2.3.6
homepage: https://developers.line.biz/
repository: https://github.com/line/flutter_line_sdk/

Expand Down

0 comments on commit abeaa65

Please sign in to comment.