Skip to content

Commit

Permalink
chore: merge release-v0.1.12 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 17, 2024
2 parents 76abf05 + c8f6dd6 commit a805f0e
Show file tree
Hide file tree
Showing 9 changed files with 449 additions and 351 deletions.
15 changes: 4 additions & 11 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
### 2024-05-07
### 2024-06-17

### Chores
+ dependencies updated, [8501f1d078c4b0ee30c291236211c1c18a0f44a7], [7957a9df51d9654d9f1dc117c7c39937b63693cf]

### Features
+ debug timeout in axios service, [b7006b381ce3742a5de21b8cc40b69a0485991a7]
+ dependencies updated, [07d0fa60bdac383c167cb04eef9dd6e680749ffb], [89be823a9f0123edc716f91fcd7496739ab6a083], [833892dba79e94752c1d607600154e4838962617]

### Fixes
+ key app bar links, [be952f1bafe5f42e05285f052f5f981c6c300365]
+ use window.setTimeout, [a3725e8f444cd6d427244879684d8167a4114e61]
+ set host in vite.config.ts, [3e2ac9cf055642a3528c5b4c02784e834e9fce60]
+ loading bar sticky on page top, [132cfb238b017e936ea44605b0daf86f8ed72df1]
+ change links key, [843523973865170f969c9ed36354b2a78db8f88a]
+ GitHub workflow tag, [7f954e042fc172e69580dbdf2caa72fc7952544f]

### Refactors
+ dead code removed, [f0da5e30aea6925086d905303399228f0c77251e]
+ dead code removed, [2170b718939a9ff24aa3bbd50f429a043cf77f24]

see <a href='https://github.com/mrjackwills/staticpi_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
2 changes: 1 addition & 1 deletion .github/workflows/new_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]'
- 'v[0-9]+.[0-9]+.[0-9]+'

name: Create Release

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.12'>v0.1.12</a>
### 2024-06-17

### Chores
+ dependencies updated, [07d0fa60](https://github.com/mrjackwills/staticpi_vue/commit/07d0fa60bdac383c167cb04eef9dd6e680749ffb), [89be823a](https://github.com/mrjackwills/staticpi_vue/commit/89be823a9f0123edc716f91fcd7496739ab6a083), [833892db](https://github.com/mrjackwills/staticpi_vue/commit/833892dba79e94752c1d607600154e4838962617)

### Fixes
+ GitHub workflow tag, [7f954e04](https://github.com/mrjackwills/staticpi_vue/commit/7f954e042fc172e69580dbdf2caa72fc7952544f)

### Refactors
+ dead code removed, [2170b718](https://github.com/mrjackwills/staticpi_vue/commit/2170b718939a9ff24aa3bbd50f429a043cf77f24)

# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.11'>v0.1.11</a>
### 2024-05-07

Expand Down
Loading

0 comments on commit a805f0e

Please sign in to comment.