Skip to content

Commit

Permalink
1.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dudujiaocheng committed Apr 23, 2024
1 parent db523f9 commit d75288b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 2 additions & 0 deletions particle-aa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.4.19

## 1.4.17

## 1.4.16
Expand Down
2 changes: 2 additions & 0 deletions particle-auth-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.4.19

## 1.4.17

## 1.4.16
Expand Down
2 changes: 2 additions & 0 deletions particle-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.4.19

## 1.4.17

## 1.4.16
Expand Down
4 changes: 4 additions & 0 deletions particle-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.19

## 1.4.18

## 1.4.17

## 1.4.16
Expand Down
2 changes: 2 additions & 0 deletions particle-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.4.19

## 1.4.17

## 1.4.16
Expand Down
14 changes: 7 additions & 7 deletions pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ def __init__(self, version):

def publish(self):
self.prepare()
self.flutter_publish()
self.flutter_publish()
self.close()

def publish_dry_run(self):
self.prepare()
self.flutter_publish_dry_run()
self.flutter_publish_dry_run()
self.close()


Expand All @@ -100,7 +100,7 @@ def publish(self):
self.prepare()
self.self_prepare()
self.flutter_get()
self.flutter_publish()
self.flutter_publish()
self.close()


Expand All @@ -116,7 +116,7 @@ def publish(self):
self.prepare()
self.self_prepare()
self.flutter_get()
self.flutter_publish()
self.flutter_publish()
self.close()


Expand All @@ -136,7 +136,7 @@ def publish(self):
self.self_prepare()

self.flutter_get()
self.flutter_publish()
self.flutter_publish()
self.close()


Expand All @@ -153,12 +153,12 @@ def publish(self):
self.self_prepare()

self.flutter_get()
self.flutter_publish()
self.flutter_publish()
self.close()


if __name__ == "__main__":
version = '1.4.17'
version = '1.4.19'

print("Auth Start")
ParticleAuth(version).publish()
Expand Down

0 comments on commit d75288b

Please sign in to comment.