Skip to content

Commit cba42ae

Browse files
chore: promote main (i.e. staging) to production
This promotion merges tested changes from main branch to release for production release.
2 parents 794dc7b + 0681849 commit cba42ae

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.nsprc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
"active": true,
99
"expiry": "2026-02-15",
1010
"notes": "tar version 7.5.4 is bundled inside npm (semantic-release/npm) and can't be override. We need to wait for a fix from npm"
11+
},
12+
"1112818": {
13+
"active": true,
14+
"expiry": "2026-02-15",
15+
"notes": "@isaacs/brace-expansion version 5.0.0 is bundled inside npm (semantic-release/npm) and can't be override. We need to wait for a fix from npm"
16+
},
17+
"1112810": {
18+
"active": true,
19+
"expiry": "2026-02-15",
20+
"notes": "There is no fix for npm yet"
1121
}
1222
}

package-lock.json

Lines changed: 2 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.3.0-beta.5",
4+
"version": "2.3.0-beta.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)