Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:RomRider/apexcharts-card into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Apr 21, 2022
2 parents 3ffc88a + dec7ee1 commit c439bcb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14.x
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-14.x-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -39,11 +39,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 14.x
- name: Cache Node.js modules
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node-14.x-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v2.0.0-dev.1...v2.0.0-dev.2) (2022-04-21)


### Features

* Apply a `time_delta` to all the datapoints of your serie ([435e381](https://github.com/RomRider/apexcharts-card/commit/435e381ceeb467261501bf471010ac3c029064c5)), closes [#277](https://github.com/RomRider/apexcharts-card/issues/277)

## [2.0.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.11.0-dev.1...v2.0.0-dev.1) (2022-04-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "2.0.0-dev.1",
"version": "2.0.0-dev.2",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit c439bcb

Please sign in to comment.