Skip to content

Commit

Permalink
chore(vscode): v6.6.4 (#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 6, 2023
1 parent f97d0c0 commit 7ed85d8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.6.4

- feat: add `useSealedClasses` to extension settings
- docs: fix `README` badges
- deps: upgrade various dependencies

# 6.6.3

- fix: wrap with interpolation
Expand Down
3 changes: 3 additions & 0 deletions extensions/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
<a href="https://github.com/felangel/bloc/actions"><img src="https://github.com/felangel/bloc/workflows/build/badge.svg" alt="build"></a>
<a href="https://codecov.io/gh/felangel/bloc"><img src="https://codecov.io/gh/felangel/Bloc/branch/master/graph/badge.svg" alt="codecov"></a>
<a href="https://github.com/felangel/bloc"><img src="https://img.shields.io/github/stars/felangel/bloc.svg?style=flat&logo=github&colorB=deeppink&label=stars" alt="Star on Github"></a>
</p>
<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc"><img src="https://img.shields.io/visual-studio-marketplace/v/FelixAngelov.bloc" alt="Version"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc"><img src="https://img.shields.io/visual-studio-marketplace/d/FelixAngelov.bloc" alt="Downloads"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc"><img src="https://img.shields.io/visual-studio-marketplace/i/FelixAngelov.bloc" alt="Installs"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=FelixAngelov.bloc"><img src="https://img.shields.io/visual-studio-marketplace/r/FelixAngelov.bloc" alt="Ratings"></a>
<a href="https://flutter.dev/docs/development/data-and-backend/state-mgmt/options#bloc--rx"><img src="https://img.shields.io/badge/flutter-website-deepskyblue.svg" alt="Flutter Website"></a>
<a href="https://github.com/Solido/awesome-flutter#standard"><img src="https://img.shields.io/badge/awesome-flutter-blue.svg?longCache=true" alt="Awesome Flutter"></a>
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bloc",
"displayName": "bloc",
"description": "Support for the bloc library and provides tools for effectively creating blocs for both Flutter and AngularDart apps.",
"version": "6.6.3",
"version": "6.6.4",
"publisher": "FelixAngelov",
"bugs": {
"url": "https://github.com/felangel/bloc/issues",
Expand Down

0 comments on commit 7ed85d8

Please sign in to comment.