File tree 13 files changed +33
-21
lines changed
13 files changed +33
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Release Note
2
2
3
+ ## v0.13.3
4
+
5
+ - Bump ` xrpc ` .
6
+
3
7
## v0.13.2
4
8
5
9
- Expose ` JwtExtension ` .
Original file line number Diff line number Diff line change 1
1
name : atproto
2
2
description : The most famous and powerful Dart/Flutter library for AT Protocol.
3
- version : 0.13.2
3
+ version : 0.13.3
4
4
homepage : https://atprotodart.com
5
5
documentation : https://atprotodart.com/docs/packages/atproto
6
6
repository : https://github.com/myConsciousness/atproto.dart/tree/main/packages/atproto
@@ -17,7 +17,7 @@ topics:
17
17
- api
18
18
19
19
dependencies :
20
- atproto_core : ^0.11.1
20
+ atproto_core : ^0.11.2
21
21
freezed_annotation : ^2.4.1
22
22
json_annotation : ^4.8.1
23
23
Original file line number Diff line number Diff line change 1
1
# Release Note
2
2
3
+ ## v0.11.2
4
+
5
+ - Bump ` xrpc ` .
6
+
3
7
## v0.11.1
4
8
5
9
- Retry if a DPoP nonce error occurs during the execution of ` OAuthClient.refresh ` .
Original file line number Diff line number Diff line change 1
1
name : atproto_core
2
2
description : Core library for clients and tools. This package is mainly used by https://atprotodart.com packages.
3
- version : 0.11.1
3
+ version : 0.11.2
4
4
homepage : https://atprotodart.com
5
5
documentation : https://atprotodart.com/docs/intro
6
6
repository : https://github.com/myConsciousness/atproto.dart/tree/main/packages/atproto_core
@@ -18,7 +18,7 @@ topics:
18
18
- core
19
19
20
20
dependencies :
21
- xrpc : ^0.6.0
21
+ xrpc : ^0.6.1
22
22
at_uri : ^0.4.0
23
23
freezed_annotation : ^2.4.1
24
24
json_annotation : ^4.8.1
@@ -40,7 +40,3 @@ dev_dependencies:
40
40
41
41
import_sorter :
42
42
emojis : true
43
-
44
- screenshots :
45
- - description : The atproto_core package and atproto.dart logo.
46
- path : screenshots/logo.png
Original file line number Diff line number Diff line change 1
1
# Release Note
2
2
3
+ ## v0.18.6
4
+
5
+ - Bump ` xrpc ` .
6
+
3
7
## v0.18.5
4
8
5
9
- Change the type of ` starterPack ` on ` GetStarterPackOutput ` from ` StarterPackViewBasic ` to ` StarterPackView ` .
Original file line number Diff line number Diff line change 1
1
name : bluesky
2
2
description : The most famous and powerful Dart/Flutter library for Bluesky Social.
3
- version : 0.18.5
3
+ version : 0.18.6
4
4
homepage : https://atprotodart.com
5
5
documentation : https://atprotodart.com/docs/packages/bluesky
6
6
repository : https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky
@@ -17,8 +17,8 @@ topics:
17
17
- api
18
18
19
19
dependencies :
20
- atproto_core : ^0.11.1
21
- atproto : ^0.13.2
20
+ atproto_core : ^0.11.2
21
+ atproto : ^0.13.3
22
22
freezed_annotation : ^2.4.1
23
23
json_annotation : ^4.8.1
24
24
characters : ^1.3.0
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ topics:
20
20
- cli
21
21
22
22
dependencies :
23
- xrpc : ^0.6.0
23
+ xrpc : ^0.6.1
24
24
at_uri : ^0.4.0
25
25
ansi_styles : ^0.3.1
26
26
args : ^2.0.0
27
27
cli_launcher : ^0.3.0
28
28
cli_util : ^0.3.0
29
- bluesky_text : ^0.7.1
29
+ bluesky_text : ^0.7.2
30
30
31
31
dev_dependencies :
32
32
lints : ^2.0.1
Original file line number Diff line number Diff line change 1
1
# Release Note
2
2
3
+ ## v0.7.2
4
+
5
+ - Bump ` xrpc ` .
6
+
3
7
## v0.7.1
4
8
5
9
- Exposed ` bluesky_text/regex.dart ` .
Original file line number Diff line number Diff line change 1
1
name : bluesky_text
2
2
description : Provides the easiest and most powerful way to analyze the text for Bluesky Social.
3
- version : 0.7.1
3
+ version : 0.7.2
4
4
homepage : https://atprotodart.com
5
5
repository : https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky_text
6
6
issue_tracker : https://github.com/myConsciousness/atproto.dart/issues
@@ -16,7 +16,7 @@ topics:
16
16
- util
17
17
18
18
dependencies :
19
- xrpc : ^0.6.0
19
+ xrpc : ^0.6.1
20
20
characters : ^1.3.0
21
21
freezed_annotation : ^2.4.1
22
22
json_annotation : ^4.8.1
Original file line number Diff line number Diff line change 1
1
# Release Note
2
2
3
+ ## v0.6.1
4
+
5
+ - Use ` web_socket_channel: ^3.0.0 ` .
6
+
3
7
## v0.6.0
4
8
5
9
- Add parameter ` headerBuilder ` on ` query ` and ` procedure ` functions.
Original file line number Diff line number Diff line change 1
1
name : xrpc
2
2
description : Core library for XRPC communication. This is a wrapped HTTP client for AT Protocol.
3
- version : 0.6.0
3
+ version : 0.6.1
4
4
homepage : https://atprotodart.com
5
5
documentation : https://atprotodart.com/docs/intro
6
6
repository : https://github.com/myConsciousness/atproto.dart/tree/main/packages/xrpc
@@ -23,7 +23,7 @@ dependencies:
23
23
freezed_annotation : ^2.4.1
24
24
json_annotation : ^4.8.1
25
25
mime : ^1.0.5
26
- web_socket_channel : ^2.4.4
26
+ web_socket_channel : ^3.0.0
27
27
28
28
dev_dependencies :
29
29
lints : ^2.0.1
@@ -35,7 +35,3 @@ dev_dependencies:
35
35
36
36
import_sorter :
37
37
emojis : true
38
-
39
- screenshots :
40
- - description : The xrpc package and atproto.dart logo.
41
- path : screenshots/logo.png
You can’t perform that action at this time.
0 commit comments