Skip to content

Commit

Permalink
chore: merge release-v0.1.10 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Apr 1, 2024
2 parents 8e89952 + f811e8d commit 8cdbc20
Show file tree
Hide file tree
Showing 7 changed files with 538 additions and 450 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"redhat.vscode-yaml",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"wix.vscode-import-cost",
"yoavbls.pretty-ts-errors"
]
}
Expand Down
11 changes: 3 additions & 8 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
### 2024-02-11
### 2024-04-01

### Chores
+ dependencies updated, [bea7a99385e9c68566a9184367d0fcb090275578], [e179f487b2df4951988f59c0156f217164f86f41]
+ .devcontainer formatted, [1e664edb25ccd1a4d0bfe77cb15e1bea64f75a31]
+ gitattributes updated, [3f5e02b233ec434c1c57fb8cdad477d45afa0275]
+ create_release.sh updated, [9a35b96fad0d16731176a115347e3084eb59f0cc]

### Fixes
+ navbar icon margin, [6d51638985ae6320e769443a2891bf1e0b5f0bae]
+ .devcontainer import cost removed, [4e72f8f4796cd856b15f100f2a79ba6cc14380ce]
+ dependencies updated, [c3693dc007ff52fc57ed6598b3d318488305649b]

see <a href='https://github.com/mrjackwills/staticpi_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.10'>v0.1.10</a>
### 2024-04-01

### Chores
+ .devcontainer import cost removed, [4e72f8f4](https://github.com/mrjackwills/staticpi_vue/commit/4e72f8f4796cd856b15f100f2a79ba6cc14380ce)
+ dependencies updated, [c3693dc0](https://github.com/mrjackwills/staticpi_vue/commit/c3693dc007ff52fc57ed6598b3d318488305649b)

# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.9'>v0.1.9</a>
### 2024-02-11

Expand Down
3 changes: 1 addition & 2 deletions create_release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

# Vue release
# v0.2.4
# release_vue v0.2.4

# Colours for echo
RED='\033[0;31m'
Expand Down
Loading

0 comments on commit 8cdbc20

Please sign in to comment.