Skip to content

Commit

Permalink
chore(bricks): replay_cubit brick README updates (#3427)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jul 8, 2022
1 parent b908adb commit 16e7bb3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
5 changes: 5 additions & 0 deletions bricks/replay_cubit/CHANGELOG.md
@@ -1,3 +1,8 @@
# 0.1.2

- docs: add badges to README
- docs: use dark logo variant

# 0.1.1

- docs: minor README update
Expand Down
16 changes: 13 additions & 3 deletions bricks/replay_cubit/README.md
@@ -1,6 +1,16 @@
# replay_cubit

[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
<p align="center">
<img style="height:100px" src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/replay_cubit_full_dark.png" alt="Replay Cubit" />
</p>

<p align="center">
<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>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>
<a href="https://discord.gg/bloc"><img src="https://img.shields.io/discord/649708778631200778.svg?logo=discord&color=blue" alt="Discord"></a>
<a href="https://github.com/felangel/bloc"><img src="https://tinyurl.com/bloc-library" alt="Bloc Library"></a>
<a href="https://github.com/felangel/mason"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge" alt="Powered by Mason"></a>
</p>

Generate a new ReplayCubit in [Dart][1]. Built for the [bloc state management library][2].

Expand Down
2 changes: 1 addition & 1 deletion bricks/replay_cubit/brick.yaml
@@ -1,6 +1,6 @@
name: replay_cubit
description: Generate a new ReplayCubit in Dart. Built for the bloc state management library.
version: 0.1.1
version: 0.1.2
repository: https://github.com/felangel/bloc/tree/master/bricks/replay_cubit

environment:
Expand Down

0 comments on commit 16e7bb3

Please sign in to comment.