Skip to content

Commit

Permalink
📖 docs: imporoved docs (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
myConsciousness committed Aug 16, 2023
1 parent bd2779e commit 1210cbf
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/atproto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Supported `com.atproto.sync.notifyOfUpdate` as `notifyCrawlingServiceOfUpdate` on `SyncService`. ([#316](https://github.com/myConsciousness/atproto.dart/issues/316))
- Supported `com.atproto.sync.requestCrawl` as `requestCrawl` on `SyncService`. ([#317](https://github.com/myConsciousness/atproto.dart/issues/317))
- Improved documents. ([#677](https://github.com/myConsciousness/atproto.dart/issues/677))

## v0.6.1

Expand Down
1 change: 1 addition & 0 deletions packages/bluesky/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- `findTimelineSkeletonAsJson`
- `paginateTimelineSkeleton`
- `paginateTimelineSkeletonAsJson`
- Improved documents. ([#677](https://github.com/myConsciousness/atproto.dart/issues/677))

## v0.8.1

Expand Down
4 changes: 4 additions & 0 deletions packages/bluesky_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Note

## v0.3.1

- Improved documents. ([#677](https://github.com/myConsciousness/atproto.dart/issues/677))

## v0.3.0

- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. ([#599](https://github.com/myConsciousness/atproto.dart/issues/599))
Expand Down
7 changes: 6 additions & 1 deletion packages/bluesky_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@

A powerful CLI tool that allows [Bluesky Social](https://bsky.app)'s APIs to be executed from the command line powered by Dart language.

**Show some ❤️ and star the repo to support the project.**
**_Give a ⭐ on [GitHub repository](https://github.com/myConsciousness/atproto.dart) to activate this project!_**

![github_star](https://github.com/myConsciousness/atproto.dart/assets/13072231/c4a9b0b9-6ea4-42f1-823b-3b9e7cdb8b04)

- **[Official Documents](https://atprotodart.com/docs/packages/bluesky_cli)**
- **[GitHub Repository](https://github.com/myConsciousness/atproto.dart)**

## 1.1. Getting Started ⚡

Expand Down
4 changes: 2 additions & 2 deletions packages/bluesky_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bluesky_cli
description: A powerful CLI tool that allows Bluesky Social's APIs to be executed from the command line powered by Dart language.
version: 0.3.0
version: 0.3.1
homepage: https://atprotodart.com
repository: https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky_cli
issue_tracker: https://github.com/myConsciousness/atproto.dart/issues
Expand All @@ -26,7 +26,7 @@ dependencies:
args: ^2.0.0
cli_launcher: ^0.3.0
cli_util: ^0.3.0
bluesky_text: ^0.3.0
bluesky_text: ^0.3.1

dev_dependencies:
lints: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/bluesky_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Note

## v0.3.1

- Improved documents. ([#677](https://github.com/myConsciousness/atproto.dart/issues/677))

## v0.3.0

- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. ([#599](https://github.com/myConsciousness/atproto.dart/issues/599))
Expand Down
11 changes: 7 additions & 4 deletions packages/bluesky_text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,17 @@

# 1. Guide 🌎

Provides the easiest and most powerful way to analyze the text on [Bluesky Social](https://blueskyweb.xyz) in **Dart** and **Flutter** apps.
Provides the easiest and most powerful way to **_analyze the text on [Bluesky Social](https://blueskyweb.xyz)_** in Dart and Flutter apps.

Have you ever had trouble parsing mentions or links in the text you post when using Bluesky Social's API?
**If so, this is the library you are looking for!**
**_If so, this is the library you are looking for!_**

**Show some ❤️ and star the repo to support the project.**
**_Give a ⭐ on [GitHub repository](https://github.com/myConsciousness/atproto.dart) to activate this project!_**

Check **[official documents](https://atprotodart.com/docs/packages/bluesky_text)** for more details.
![github_star](https://github.com/myConsciousness/atproto.dart/assets/13072231/c4a9b0b9-6ea4-42f1-823b-3b9e7cdb8b04)

- **[Official Documents](https://atprotodart.com/docs/packages/bluesky_text)**
- **[GitHub Repository](https://github.com/myConsciousness/atproto.dart)**

## 1.1. Features ⭐

Expand Down
2 changes: 1 addition & 1 deletion packages/bluesky_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bluesky_text
description: Provides the easiest and most powerful way to analyze the text on Bluesky Social.
version: 0.3.0
version: 0.3.1
homepage: https://atprotodart.com
repository: https://github.com/myConsciousness/atproto.dart/tree/main/packages/bluesky_text
issue_tracker: https://github.com/myConsciousness/atproto.dart/issues
Expand Down

0 comments on commit 1210cbf

Please sign in to comment.