File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
- # See https://dart.dev/tools/pub/publishing#what-files-are-published
2
-
3
- /coverage/*
4
- /doc/*
5
- /example/*
6
- /metrics/*
7
- /tool/*
8
- /website/*
9
- /codecov.yaml
10
- /dart_dependency_validator.yaml
1
+ # See https://dart.dev/tools/pub/publishing#what-files-are-published
Original file line number Diff line number Diff line change
1
+ ## 0.1.1
2
+
3
+ * Updated GitHub Links, as the repository was renamed from discord_api_flutter to discord_api.
4
+ * Remove .pubignore file to include ` /example ` directory in the pub package
5
+ * Gave the package a longer description in the ` pubspec.yaml ` file
6
+
1
7
## 0.1.0
2
8
3
9
* ** Initial Release**
Original file line number Diff line number Diff line change 1
1
name : discord_api
2
- description : A pure dart package wrapping the discord API
3
- version : 0.1.0
2
+ description : A pure dart package wrapping the discord API, including transformers for all its objects.
3
+ version : 0.1.1
4
4
homepage : https://github.com/MeixDev/discord_api
5
5
repository : https://github.com/MeixDev/discord_api
6
6
You can’t perform that action at this time.
0 commit comments