Skip to content

Commit afb2bf3

Browse files
author
Houn
committed
2.1.22
1 parent efb936c commit afb2bf3

File tree

18 files changed

+58
-23
lines changed

18 files changed

+58
-23
lines changed

particle-aa/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.22
2+
3+
## 2.1.21
4+
15
## 2.1.20
26

37
## 2.1.10

particle-aa/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454

5555
dependencies {
5656
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
57-
def sdkVersion = "2.1.20"
57+
def sdkVersion = "2.1.21"
5858
implementation("network.particle:aa-service:$sdkVersion")
5959
implementation("com.github.xxhong:CollectsPkg:2.1.0")
6060
implementation("commons-codec:commons-codec:1.15")

particle-aa/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies:
2727
# the parent directory to use the current plugin's version.
2828
path: ../
2929

30-
particle_connect: ^2.1.20
31-
particle_base: ^2.1.20
32-
particle_auth_core: ^2.1.20
30+
particle_connect: ^2.1.22
31+
particle_base: ^2.1.22
32+
particle_auth_core: ^2.1.22
3333
# particle_auth_core: ^2.0.0
3434
# path: ../../particle-auth-core/
3535
# particle_connect: ^2.0.0

particle-aa/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: particle_aa
22
description: A flutter plugin project for particle aa
3-
version: 2.1.20
3+
version: 2.1.22
44
homepage: https://particle.network
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
plugin_platform_interface: ^2.1.6
1414

15-
particle_base: ^2.1.20
15+
particle_base: ^2.1.22
1616

1717
# particle_base: ^2.0.0
1818
# path: ../particle-base/

particle-auth-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.22
2+
3+
## 2.1.21
4+
15
## 2.1.20
26

37
## 2.1.10

particle-auth-core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: particle_auth_core
22
description: A flutter plugin project for particle auth core
3-
version: 2.1.20
3+
version: 2.1.22
44
homepage: https://particle.network
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
plugin_platform_interface: ^2.1.6
14-
particle_base: ^2.1.20
14+
particle_base: ^2.1.22
1515
# particle_base: ^2.0.0
1616
# path: ../particle-base/
1717

particle-base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.22
2+
3+
## 2.1.21
4+
15
## 2.1.20
26

37
## 2.1.10

particle-base/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
def sdkVersion = "2.1.20"
52+
def sdkVersion = "2.1.21"
5353
implementation("network.particle:base-service:$sdkVersion")
5454
implementation("com.github.xxhong:CollectsPkg:2.1.0")
5555
implementation("commons-codec:commons-codec:1.15")

particle-base/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: particle_base
22
description: A flutter plugin project for particle base
3-
version: 2.1.20
3+
version: 2.1.22
44
homepage: https://particle.network
55

66
environment:

particle-connect/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.22
2+
3+
## 2.1.21
4+
15
## 2.1.20
26

37
## 2.1.10

0 commit comments

Comments
 (0)