mirror of
https://github.com/jamescliffordspratt/macros.git
synced 2026-07-22 05:46:53 +00:00
chore(release): 2.5.1
This commit is contained in:
parent
5297fc30ad
commit
5da36d044d
4 changed files with 13 additions and 5 deletions
|
|
@ -2,6 +2,14 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [2.5.1](https://github.com/JamesCliffordSpratt/macros/compare/v2.5.0...v2.5.1) (2026-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* prevent mobile redirect when opening meal template modals from settings ([5297fc3](https://github.com/JamesCliffordSpratt/macros/commit/5297fc30adb0b9969312abe780dd21d35bf3e221))
|
||||
* update release workflow to match v-prefixed tags ([4f85134](https://github.com/JamesCliffordSpratt/macros/commit/4f85134c6c22f10368a80dfb235ba9797e78303e))
|
||||
|
||||
## [2.5.0](https://github.com/JamesCliffordSpratt/macros/compare/v2.4.0...v2.5.0) (2026-06-12)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "macros",
|
||||
"name": "Macros",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Track daily nutrition, calories, protein, fat, and carbs with interactive tables and charts. Create meal templates, search foods via FatSecret API, and visualize macro data with customizable pie charts and multi-day analytics.",
|
||||
"author": "James Spratt",
|
||||
"authorUrl": "https://github.com/JamesCliffordSpratt",
|
||||
"fundingUrl": "https://buymeacoffee.com/jamescliffordspratt",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "macros",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@zxing/browser": "^0.1.5",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "macros",
|
||||
"version": "2.5.0",
|
||||
"version": "2.5.1",
|
||||
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue