Skip to content

Commit 54c2a58

Browse files
committed
chore(changeset): update changelog
1 parent 5cd46be commit 54c2a58

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

.changeset/honest-walls-melt.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
"@akashic/akashic-cli-lib-manage": major
3+
"@akashic/akashic-cli-commons": major
4+
"@akashic/akashic-cli-sandbox": major
5+
"@akashic/akashic-cli-export": major
6+
"@akashic/akashic-cli-extra": major
7+
"@akashic/akashic-cli-serve": major
8+
"@akashic/akashic-cli-init": major
9+
"@akashic/akashic-cli-scan": major
10+
"@akashic/akashic-cli": major
11+
---
12+
13+
- [#1494](https://github.com/akashic-games/akashic-cli/pull/1494) feat(sandbox): support custom font
14+
- [#1492](https://github.com/akashic-games/akashic-cli/pull/1492) feat(serve): support custom fonts
15+
- [#1490](https://github.com/akashic-games/akashic-cli/pull/1490) Support akashic config js in scan
16+
- [#1489](https://github.com/akashic-games/akashic-cli/pull/1489) Use debug engineFiles in serve
17+
- [#1487](https://github.com/akashic-games/akashic-cli/pull/1487) Support es-downpile in export-html
18+
- [#1486](https://github.com/akashic-games/akashic-cli/pull/1486) feat(export): support text asset bundle
19+
- [#1480](https://github.com/akashic-games/akashic-cli/pull/1480) chore(serve): remove broken/unused test
20+
- [#1479](https://github.com/akashic-games/akashic-cli/pull/1479) feat(serve): migrate to esm
21+
- [#1472](https://github.com/akashic-games/akashic-cli/pull/1472) Fix export downpile
22+
- [#1469](https://github.com/akashic-games/akashic-cli/pull/1469) feat: support akashic.config.cjs, akashic.config.mjs
23+
- [#1467](https://github.com/akashic-games/akashic-cli/pull/1467) Add license file validation to export
24+
- [#1465](https://github.com/akashic-games/akashic-cli/pull/1465) feat(export): bundle script assets as an assetBundle
25+
- [#1460](https://github.com/akashic-games/akashic-cli/pull/1460) Remove cliconfig and configfile from commons
26+
- [#1455](https://github.com/akashic-games/akashic-cli/pull/1455) Add licene file to export zip
27+
- [#1450](https://github.com/akashic-games/akashic-cli/pull/1450) Fix storybook style
28+
- [#1447](https://github.com/akashic-games/akashic-cli/pull/1447) feat(export): use terser to minify
29+
- [#1445](https://github.com/akashic-games/akashic-cli/pull/1445) build(serve): introduce Vite instead of webpack
30+
- [#1444](https://github.com/akashic-games/akashic-cli/pull/1444) fix(export): fix exporting issue
31+
- [#1443](https://github.com/akashic-games/akashic-cli/pull/1443) refactor(serve): rename .css to .module.css
32+
- [#1441](https://github.com/akashic-games/akashic-cli/pull/1441) chore: add tsconfig.test.json
33+
- [#1439](https://github.com/akashic-games/akashic-cli/pull/1439) chore(extra): fix eol
34+
- [#1437](https://github.com/akashic-games/akashic-cli/pull/1437) feat(cli): migrate to esm
35+
- [#1430](https://github.com/akashic-games/akashic-cli/pull/1430) feat(init): migrate to esm
36+
- [#1422](https://github.com/akashic-games/akashic-cli/pull/1422) feat(sandbox): migrate to esm
37+
- [#1421](https://github.com/akashic-games/akashic-cli/pull/1421) feat(lib-manage): migrate to esm

.changeset/pre.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"@akashic/akashic-cli": "2.17.26",
6+
"@akashic/akashic-cli-commons": "0.15.3",
7+
"@akashic/akashic-cli-export": "1.9.21",
8+
"@akashic/akashic-cli-extra": "1.7.8",
9+
"@akashic/akashic-cli-init": "1.15.10",
10+
"@akashic/akashic-cli-lib-manage": "1.9.6",
11+
"@akashic/akashic-cli-sandbox": "1.1.12",
12+
"@akashic/akashic-cli-scan": "0.17.7",
13+
"@akashic/akashic-cli-serve": "1.16.19"
14+
},
15+
"changesets": []
16+
}

0 commit comments

Comments
 (0)