You've already forked computing-box
Compare commits
7 Commits
v26.03.30.
...
v26.04.06.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb2c1c01ae | ||
| 09c6fb18b2 | |||
|
|
f1fdcc6f11 | ||
|
|
7390f0bdf8 | ||
|
7d9d436b25
|
|||
| 32a64b8411 | |||
|
|
bde2752777 |
@@ -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
10
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user