Skip to content

Commit

Permalink
chore: release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed May 6, 2024
1 parent d2016bb commit 7a943b2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
11 changes: 5 additions & 6 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
### 2024-04-01
### 2024-05-06

### Chores
+ dependencies updated, [e872a321be50190c1e61045c391f73284743c84c], [7ec71551d3347fbadb2667595f8dc7bf1cf6eaa5]
+ dependencies updated, [be7071254356b885f347ac364350145d929c0e35]
+ .devcontainer dependencies updated, [1d6fbb4afd5f892f65b3702c23b71df91015f66f]

### Fixes
+ sort by methods not in computed, [95c7af62d0e57b369ec9cc4723d743b4bf3d6aff]

### Refactors
+ dead code removed, [818b0f3315dd3f0bc325dcbed757c01096a19cf0]
+ footer & snackbar margins, [9a6430660bd7835b65dfc0c178b1eef39e8f744d]
+ add host to vite.config.ts, [7de6797814819e3db6a0a47bc04a39734ca789f3]

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

### Chores
+ dependencies updated, [be7071254356b885f347ac364350145d929c0e35]
+ .devcontainer dependencies updated, [1d6fbb4afd5f892f65b3702c23b71df91015f66f]
+ dependencies updated, [be707125](https://github.com/mrjackwills/flightbox_vue/commit/be7071254356b885f347ac364350145d929c0e35)
+ .devcontainer dependencies updated, [1d6fbb4a](https://github.com/mrjackwills/flightbox_vue/commit/1d6fbb4afd5f892f65b3702c23b71df91015f66f)

### Fixes
+ footer & snackbar margins, [9a6430660bd7835b65dfc0c178b1eef39e8f744d]
+ add host to vite.config.ts, [7de6797814819e3db6a0a47bc04a39734ca789f3]
+ footer & snackbar margins, [9a643066](https://github.com/mrjackwills/flightbox_vue/commit/9a6430660bd7835b65dfc0c178b1eef39e8f744d)
+ add host to vite.config.ts, [7de67978](https://github.com/mrjackwills/flightbox_vue/commit/7de6797814819e3db6a0a47bc04a39734ca789f3)

# <a href='https://github.com/mrjackwills/flightbox_vue/releases/tag/v0.1.9'>v0.1.9</a>
### 2024-04-01
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flightbox_vue",
"description": "frontend site for flightbox service",
"version": "0.1.9",
"version": "0.1.10",
"private": false,
"homepage": "https://github.com/mrjackwills/flightbox_vue",
"license": "MIT",
Expand Down Expand Up @@ -43,5 +43,5 @@
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.16"
},
"buildDate": "Mon 01 2024 April 23:31:24 BST"
"buildDate": "Mon 06 2024 May 16:23:56 BST"
}
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 7a943b2

Please sign in to comment.