Skip to content

Commit 5346eb9

Browse files
committed
chore: release tags api as 6.0.0
1 parent 8386d6e commit 5346eb9

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.changeset/flat-teeth-return.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@marko/runtime-tags": major
3+
---
4+
5+
Release Tags API as 6.0.0.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime-tags/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marko/runtime-tags",
3-
"version": "0.3.86",
3+
"version": "5.0.0",
44
"description": "Optimized runtime for Marko templates.",
55
"keywords": [
66
"api",

packages/translator-interop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@babel/code-frame": "^7.26.2",
33-
"@marko/runtime-tags": "^0.3.86",
33+
"@marko/runtime-tags": "^5.0.0",
3434
"marko": "^5.37.25"
3535
},
3636
"peerDependencies": {

scripts/publish-alias.ts

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const originalPkgSource = fs.readFileSync(runtimeTagsPkgFile, "utf-8");
99
const pkg = JSON.parse(originalPkgSource);
1010

1111
pkg.name = "marko";
12-
pkg.version = "6.0.0-next." + pkg.version.replace(/^(0\.)+/, "");
1312

1413
try {
1514
fs.writeFileSync(runtimeTagsPkgFile, JSON.stringify(pkg, null, 2) + "\n");

0 commit comments

Comments
 (0)