Skip to content

Commit 39fe372

Browse files
authored
fix(readme): set pdd badge links to https
1 parent 78fb9ae commit 39fe372

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.7+1] - 2021-05-10
10+
### Fixed
11+
- pdd badge links.
12+
913
## [0.2.7] - 2021-05-10
1014
### Changed
1115
- adhere to [PDD](https://www.yegor256.com/2010/03/04/pdd.html) (Puzzle Driven Development)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
[![pub](https://img.shields.io/pub/v/flutter_brand_palettes)](https://pub.dev/packages/flutter_brand_palettes)
77
[![license](https://img.shields.io/badge/license-mit-green.svg)](https://github.com/rafamizes/flutter_brand_palettes/blob/main/LICENSE)
88
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
9-
[![PDD status](http://www.0pdd.com/svg?name=rafamizes/flutter_brand_palettes)](http://www.0pdd.com/p?name=rafamizes/flutter_brand_palettes)
9+
[![PDD status](https://www.0pdd.com/svg?name=rafamizes/flutter_brand_palettes)](https://www.0pdd.com/p?name=rafamizes/flutter_brand_palettes)
1010
[![build](https://github.com/rafamizes/flutter_brand_palettes/actions/workflows/build.yml/badge.svg)](https://github.com/rafamizes/flutter_brand_palettes/actions/)
11-
[![codecov](https://codecov.io/gh/rafamizes/flutter_brand_palettes/branch/main/graph/badge.svg)](https://codecov.io/gh/rafamizes/flutter_brand_palettes)
12-
[![Hits-of-Code](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes?branch=main)](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes/view?branch=main)
11+
[![codecov](https://codecov.io/gh/rafamizes/flutter_brand_palettes/branch/master/graph/badge.svg)](https://codecov.io/gh/rafamizes/flutter_brand_palettes)
12+
[![Hits-of-Code](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes?branch=main)](https://hitsofcode.com/github/rafamizes/flutter_brand_palettes/view?branch=master)
1313

1414
Stop searching the internet for color hex codes! Stop wondering whether an
1515
obscure command like `Grey.colors[200]` generates a light, medium or dark shade

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_brand_palettes
22
description: Collection of declarative classes for the color palettes of popular brands and companies, as well as for the Material Design standard.
3-
version: 0.2.7
3+
version: 0.2.7+1
44
homepage: https://dartoos.dev
55
repository: https://github.com/rafamizes/flutter_brand_palettes
66

0 commit comments

Comments
 (0)