Skip to content

Commit

Permalink
chore: merge release-v0.1.14 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Aug 8, 2024
2 parents aecdc8b + 03a0473 commit 040e913
Show file tree
Hide file tree
Showing 10 changed files with 292 additions and 143 deletions.
12 changes: 7 additions & 5 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
### 2024-07-27
### 2024-08-08

### CHores
+ .devcontainer updated, [31872e437377bf006ada8e8e7af6a91cba877025]
+ dependencies updated, [5bc229fdc73213a7991fb08958b78a45cc0965d7]
### Chores
+ dependencies updated, [a31908bc5f049c8f660aeb3a3ca77eba7ec3fe80]

### Features
+ Enable frontend cache management, [2e790779c4f39a67f53421b1e10c5ec401dc6e5a]

### Fixes
+ emit typing, [85392e00f6cb85ef7305048df4f38f1f4f1186f0]
+ SwitchRow isComponent ternary, [0bdbf77685894b413f2c6c1df76926cc88b74da4]

see <a href='https://github.com/mrjackwills/staticpi_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# <a href='https://github.com/mrjackwills/staticpi_vue/releases/tag/v0.1.14'>v0.1.14</a>
### 2024-08-08

### Chores
+ dependencies updated, [a31908bc](https://github.com/mrjackwills/staticpi_vue/commit/a31908bc5f049c8f660aeb3a3ca77eba7ec3fe80)

### Features
+ Enable frontend cache management, [2e790779](https://github.com/mrjackwills/staticpi_vue/commit/2e790779c4f39a67f53421b1e10c5ec401dc6e5a)

### Fixes
+ SwitchRow isComponent ternary, [0bdbf776](https://github.com/mrjackwills/staticpi_vue/commit/0bdbf77685894b413f2c6c1df76926cc88b74da4)

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

### CHores
### Chores
+ .devcontainer updated, [31872e43](https://github.com/mrjackwills/staticpi_vue/commit/31872e437377bf006ada8e8e7af6a91cba877025)
+ dependencies updated, [5bc229fd](https://github.com/mrjackwills/staticpi_vue/commit/5bc229fdc73213a7991fb08958b78a45cc0965d7)

Expand Down
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ declare module 'vue' {
ExtraBandwidthCell: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraBandwidthCell.vue')['default']
ExtraBandwidthDetailed: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraBandwidthDetailed.vue')['default']
ExtraBandwidthSimple: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraBandwidthSimple.vue')['default']
ExtraCache: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraCache.vue')['default']
ExtraConnectedTable: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraConnectedTable.vue')['default']
ExtraInfo: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraInfo.vue')['default']
ExtraIp: typeof import('./src/components/Devices/AllDeviceTable/ExtraInformation/ExtraIp.vue')['default']
Expand Down
Loading

0 comments on commit 040e913

Please sign in to comment.