Compare commits

...

7 Commits

Author SHA1 Message Date
release-bot
cb2c1c01ae chore(release): bump version to v26.04.06.a [skip ci] 2026-04-06 18:01:58 +00:00
09c6fb18b2 Merge pull request 'Update dependency astro to v6.1.4' (#26) from renovate/astro-6.x-lockfile into main
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 14m41s
Reviewed-on: #26
2026-04-06 17:52:12 +00:00
renovate[bot]
f1fdcc6f11 Update dependency astro to v6.1.4
Some checks failed
renovate/artifacts Artifact file update failure
2026-04-06 13:17:12 +00:00
release-bot
7390f0bdf8 chore(release): bump version to v26.04.02.a [skip ci] 2026-04-02 14:10:10 +00:00
7d9d436b25 Updated release workflow
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 9m58s
Signed-off-by: Alexander Lyall <alex@adcm.uk>
2026-04-02 15:04:59 +01:00
32a64b8411 Merge pull request 'chore(deps): update dependency astro to v6.1.3' (#25) from renovate/astro-6.x-lockfile into main
Some checks failed
Changelog + Release on main / changelog_and_release (push) Has been cancelled
Reviewed-on: #25
2026-04-02 14:03:03 +00:00
renovate[bot]
bde2752777 chore(deps): update dependency astro to v6.1.3 2026-04-01 21:19:23 +00:00
3 changed files with 11 additions and 10 deletions

View File

@@ -93,11 +93,12 @@ jobs:
set -e
PREV_TAG="$(
git tag --list 'v*' \
| grep -E '^v[0-9]{2}\.[0-9]{2}\.[0-9]{2}[a-z]$' \
git for-each-ref \
--sort=-creatordate \
--format='%(refname:short)' \
refs/tags \
| grep -Fxv "$TAG" \
| sort -V \
| tail -n 1 \
| head -n 1 \
|| true
)"

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "computing-box",
"version": "26.3.3-0.c",
"version": "26.4.0-6.a",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "computing-box",
"version": "26.3.3-0.c",
"version": "26.4.0-6.a",
"dependencies": {
"astro": "^6.1.1"
}
@@ -1711,9 +1711,9 @@
}
},
"node_modules/astro": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz",
"integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.4.tgz",
"integrity": "sha512-SRy1bONuCHkGWhI5JiWCQKVDVbeaXOikjAVZs/Nz+lvUvubtdLoZfnacmuZHQ9RL2IOkU54M8/qZYm9ypJDKrg==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^3.0.1",

View File

@@ -1,7 +1,7 @@
{
"name": "computing-box",
"type": "module",
"version": "26.3.3-0.c",
"version": "26.4.0-6.a",
"scripts": {
"dev": "astro dev",
"build": "astro build",