Skip to content

Commit

Permalink
fix(SNP-1234): Correct Logo Position (#26)
Browse files Browse the repository at this point in the history
* fix: correct logo position

* chore: update version

---------

Co-authored-by: Daniil <bondarev@surf.dev>
  • Loading branch information
danyaao and Daniil authored Apr 17, 2024
1 parent 6ad5e9e commit 4d5a525
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

## 2.0.4

* Correct logo position in readme.

## 2.0.3

* 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 @@
# Render Metrics

<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,5 +1,5 @@
name: render_metrics
version: 2.0.3
version: 2.0.4
description: Library for getting widget metrics. Uses RenderObject to get the size and position of widgets relative to the screen window, as well as the difference between widgets.
homepage: "https://github.com/surfstudio/flutter-render-metrics"
issue_tracker: "https://github.com/surfstudio/flutter-render-metrics/issues"
Expand Down

0 comments on commit 4d5a525

Please sign in to comment.