Skip to content

Commit

Permalink
Merge pull request #26 from surfstudio/SNP-1234-logo-position
Browse files Browse the repository at this point in the history
fix(SNP-1234): Correct Logo Position
  • Loading branch information
danyaao authored Apr 18, 2024
2 parents 650b54f + 9a5f64c commit ce52162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.6

* Correct logo position in readme.

## 0.0.5

* Rebranding.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Widget Test Composer

<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_black.png#gh-light-mode-only" width="200">
<img src="https://raw.githubusercontent.com/surfstudio/flutter-open-source/main/assets/logo_white.png#gh-dark-mode-only" width="200">

Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: surf_widget_test_composer
description: Widget Test Composer is a utility package designed to simplify widget and golden testing processes using golden_toolkit package.
version: 0.0.5
version: 0.0.6

homepage: https://github.com/surfstudio/flutter-surf-widget-test-composer
repository: https://github.com/surfstudio/flutter-surf-widget-test-composer
Expand Down

0 comments on commit ce52162

Please sign in to comment.