Skip to content

Commit

Permalink
Merge pull request #150 from UI-Lovelace-Minimalist/dev
Browse files Browse the repository at this point in the history
Hotfix for folder structure on basbruss light cards
  • Loading branch information
CM000n authored Dec 25, 2021
2 parents 6758fd5 + 0e52d44 commit f2c91e4
Show file tree
Hide file tree
Showing 20 changed files with 291 additions and 1,268 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: 3.8
- name: "⚙️ Set up Ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: 2.7
bundler-cache: true
- name: "\U0001F680 Run pre-commit"
uses: "pre-commit/[email protected]"
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ repos:
hooks:
- id: "yamlfmt"
args: ["--mapping", "2", "--sequence", "4", "--offset", "2", "--preserve-quotes"]
exclude: ".github/release-drafter.yml"
exclude: ".*"

- repo: "https://github.com/mattlqx/pre-commit-search-and-replace"
rev: "v1.0.5"
hooks:
- id: "search-and-replace"
10 changes: 10 additions & 0 deletions .pre-commit-search-and-replace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
- search: "readme.md"
insensitive: true
replacement: "README.md"
- search: "changelog.md"
insensitive: true
replacement: "CHANGELOG.md"
- search: "license.md"
insensitive: true
replacement: "LICENSE.md"
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ https://github.com/UI-Lovelace-Minimalist/UI/pull/66

## Version 1.0.0-beta.5
### Fixed
* Fixed some links and typos in readme.md
* Fixed some links and typos in README.md
* Fixed `chip_icon_only`

### Changed
* Changed name for language variables for schumijos flower card
* Changed link(s) in readme.md for wiki
* Changed link(s) in README.md for wiki
* Changed readme route people to the wiki
* Changed `card_battery`

Expand All @@ -135,12 +135,12 @@ https://github.com/UI-Lovelace-Minimalist/UI/pull/66

### Changed
* Changed all template names that start with `chips_` to `chip_` **breaking change**
* Changed `readme.md` to reflect the new wiki (fix #5)
* Changed `README.md` to reflect the new wiki (fix #5)
* Changed `card_light_slider` to remove slider while state=off
* Changed icon on `card_person` from mdi:account to mdi:face-man

### Added
* Added `readme.md` template to `custom-cards.md`
* Added `README.md` template to `custom-cards.md`
* Added author to `light_slider_card`


Expand All @@ -159,7 +159,7 @@ https://github.com/UI-Lovelace-Minimalist/UI/pull/66

## Version 1.0.0-beta.2
### Fixed
* Fix some typos in `readme.md`
* Fix some typos in `README.md`
* Fix some typos in `custom-cards.md`
* Fix `box-shadow` in `card_graph`
* Fix `chip_icon_state`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ config
└── minimalist-templates
└── custom_card_light_color
└── custom_card_light_color.yaml
└── readme.md
└── README.md
└── button_card_templates.yaml
└── EN.yaml
```
Expand Down
Loading

0 comments on commit f2c91e4

Please sign in to comment.