Skip to content

Commit

Permalink
Release 1.8.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcHagen authored Sep 26, 2024
2 parents 16d46a6 + d26d7c4 commit cb9a67c
Show file tree
Hide file tree
Showing 7 changed files with 3,941 additions and 3,266 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,32 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## 1.7.2 - ?
## 1.8.2 - 2024-09-26

### 🧹 Cleanup
- Package lock from yarn to pnpm
- Bumped various build/dev packages

---

## 1.8.1 - 2024-06-20

### 🔨 FIXED
- Fix chart by @MarcHagen in #6

---

## 1.8.0 - 2024-06-10

### 🔨 FIXED
- Update card to work with 2024.4.0+ by @MarcHagen in #5

---

## 1.7.1 - 2021-05-30

### ✨ NEW
- Adding precipitation probability (if exists in weather object)
- Adding precipitation probability (if exists in a weather object)

### 🔨 FIXED
- Language not getting updated. This was not properly initialized.
Expand Down
82 changes: 28 additions & 54 deletions dist/weather-card.js

Large diffs are not rendered by default.

43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weather-card",
"version": "1.8.0",
"version": "1.8.2",
"description": "Lovelace animated weather card",
"keywords": [
"home-assistant",
Expand All @@ -16,41 +16,40 @@
"license": "MIT",
"type": "module",
"dependencies": {
"chart.js": "4.4.3",
"chart.js": "4.4.4",
"custom-card-helpers": "1.9.0",
"home-assistant-js-websocket": "9.3.0",
"home-assistant-js-websocket": "9.4.0",
"lit": "2.8.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-transform-class-properties": "^7.24.7",
"@eslint/js": "^9.4.0",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@eslint/js": "^9.11.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint__js": "^8.42.3",
"@types/node": ">=20",
"eslint": "^9.4.0",
"@types/node": "^22.7.2",
"eslint": "^9.11.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-lit": "^1.14.0",
"eslint-plugin-lit-a11y": "^4.1.2",
"eslint-plugin-prettier": "^5.1.3",
"node": ">=20",
"prettier": "^3.3.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-prettier": "^5.2.1",
"node": "^22.9.0",
"prettier": "^3.3.3",
"rollup": "^4.22.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0"
"typescript": "^5.6.2",
"typescript-eslint": "^7.18.0"
},
"scripts": {
"start": "rollup -c --watch",
Expand Down
Loading

0 comments on commit cb9a67c

Please sign in to comment.