Skip to content

Commit da1663a

Browse files
chore(main): release 0.30.2 (#259)
1 parent c950207 commit da1663a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.30.2](https://github.com/gravity-ui/app-builder/compare/v0.30.1...v0.30.2) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* fix cache versioning for rspack ([#261](https://github.com/gravity-ui/app-builder/issues/261)) ([c950207](https://github.com/gravity-ui/app-builder/commit/c9502076c5e799bbf38650964f4431f32d314431))
9+
* fix runtimeOption for webpack and MF ([#258](https://github.com/gravity-ui/app-builder/issues/258)) ([88c917a](https://github.com/gravity-ui/app-builder/commit/88c917ae14a2f325dc6e97f282ac554a98371e89))
10+
* support manifest for MF ([#260](https://github.com/gravity-ui/app-builder/issues/260)) ([dc1da4f](https://github.com/gravity-ui/app-builder/commit/dc1da4f60f31ee4ebbaf4cbdb0c44e4a25be526e))
11+
312
## [0.30.1](https://github.com/gravity-ui/app-builder/compare/v0.30.0...v0.30.1) (2025-08-25)
413

514

package-lock.json

Lines changed: 2 additions & 2 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,6 +1,6 @@
11
{
22
"name": "@gravity-ui/app-builder",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"description": "Develop and build your React client-server projects, powered by typescript and webpack",
55
"license": "MIT",
66
"type": "commonjs",

0 commit comments

Comments
 (0)