Skip to content

Commit

Permalink
chore: release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed May 11, 2023
1 parent eee9855 commit fc18976
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
19 changes: 11 additions & 8 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
### 2023-03-13
### 2023-05-11

### Chores
+ dependencies updated, [18de9d1d6a0a6e453e3b7b692e94d48554cac313]

### Features
+ `show_tooltip()` based on platform & size, [9c07826eb6f2bb7ef5cb86ae0cee90d50dc33f9a], [f36f4d32c0b0429e305ed1c6a6757cbf380b8084]

### Reverts
+ temporary devcontainer buildkit fix removed, [da69297743a6604aed9f816d246b2a6f68b00d28]
+ devcontainer updated, [004326c0d4e6af7fb9d62e528f24f7327ae761ba]
+ dependencies updated, [4709949df9c6d1bd26c4c4feb78f3770db1cd4b8]

### Fixes
+ console.log() removed, [49c7ef03e1f8cdfed422147feab47c2a6eab714b]
+ typos, [edb4676b491fde2fa5a62cbcb81592ede150ad22]
+ defineProps with types, [9bee8add8e0d3b413bc4f9153968a236040743fe]
+ switchRow isComponent ternary, [b5c37ae63e02e469548e88c50e2fadf80174b0d0]
+ add spacing underneath tooltip, [0dd9a868eb3d708d85e05a5d71fd7c04b744547a]
+ pinia store re-export removed, [be05a6c3e9be4b790bcb736bb2da3a6e72e66bee]

see <a href='https://github.com/mrjackwills/staticpi_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.4'>v0.1.4</a>
### 2023-05-11

### Chores
+ devcontainer updated, [004326c0d4e6af7fb9d62e528f24f7327ae761ba]
+ dependencies updated, [4709949df9c6d1bd26c4c4feb78f3770db1cd4b8]
+ devcontainer updated, [004326c0](https://github.com/mrjackwills/staticpi_vue/commit/004326c0d4e6af7fb9d62e528f24f7327ae761ba)
+ dependencies updated, [4709949d](https://github.com/mrjackwills/staticpi_vue/commit/4709949df9c6d1bd26c4c4feb78f3770db1cd4b8)

### Fixes
+ console.log() removed, [49c7ef03e1f8cdfed422147feab47c2a6eab714b]
+ typos, [edb4676b491fde2fa5a62cbcb81592ede150ad22]
+ defineProps with types, [9bee8add8e0d3b413bc4f9153968a236040743fe]
+ switchRow isComponent ternary, [b5c37ae63e02e469548e88c50e2fadf80174b0d0]
+ add spacing underneath tooltip, [0dd9a868eb3d708d85e05a5d71fd7c04b744547a]
+ pinia store re-export removed, [be05a6c3e9be4b790bcb736bb2da3a6e72e66bee]
+ console.log() removed, [49c7ef03](https://github.com/mrjackwills/staticpi_vue/commit/49c7ef03e1f8cdfed422147feab47c2a6eab714b)
+ typos, [edb4676b](https://github.com/mrjackwills/staticpi_vue/commit/edb4676b491fde2fa5a62cbcb81592ede150ad22)
+ defineProps with types, [9bee8add](https://github.com/mrjackwills/staticpi_vue/commit/9bee8add8e0d3b413bc4f9153968a236040743fe)
+ switchRow isComponent ternary, [b5c37ae6](https://github.com/mrjackwills/staticpi_vue/commit/b5c37ae63e02e469548e88c50e2fadf80174b0d0)
+ add spacing underneath tooltip, [0dd9a868](https://github.com/mrjackwills/staticpi_vue/commit/0dd9a868eb3d708d85e05a5d71fd7c04b744547a)
+ pinia store re-export removed, [be05a6c3](https://github.com/mrjackwills/staticpi_vue/commit/be05a6c3e9be4b790bcb736bb2da3a6e72e66bee)

# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.3'>v0.1.3</a>
### 2023-03-13
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "staticpi-vue",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -45,6 +45,6 @@
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.6.4"
},
"buildDate": "Mon 13 2023 March 11:28:09 EDT",
"buildDate": "Thu 11 2023 May 13:42:30 EDT",
"homepage": "https://github.com/mrjackwills/staticpi_vue"
}

0 comments on commit fc18976

Please sign in to comment.