Skip to content

Commit 5272047

Browse files
chore(release): 1.1.0-beta.1 [skip ci]
# [1.1.0-beta.1](v1.0.0...v1.1.0-beta.1) (2026-07-21) ### Bug Fixes * address new npm audit advisories in root and test fixtures ([c02c3dc](c02c3dc)) ### Features * add `next-build` command for Next.js build output parity with `pp-dev build` ([f16871e](f16871e)) * extract shared next-build helpers and CLI/env build-output overrides ([cd455ac](cd455ac))
1 parent d11f7c4 commit 5272047

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.1.0-beta.1](https://github.com/mi-examples/pp-dev/compare/v1.0.0...v1.1.0-beta.1) (2026-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* address new npm audit advisories in root and test fixtures ([c02c3dc](https://github.com/mi-examples/pp-dev/commit/c02c3dc94a06d238df3c4383fb906b335db54eed))
7+
8+
9+
### Features
10+
11+
* add `next-build` command for Next.js build output parity with `pp-dev build` ([f16871e](https://github.com/mi-examples/pp-dev/commit/f16871ebbc05588800805cb2bd1ccfd27d25f763))
12+
* extract shared next-build helpers and CLI/env build-output overrides ([cd455ac](https://github.com/mi-examples/pp-dev/commit/cd455ac4b8488178f72416d43267b4545aa508c9))
13+
114
# [1.0.0-beta.2](https://github.com/mi-examples/pp-dev/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2026-07-07)
215

316

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,7 +1,7 @@
11
{
22
"name": "@metricinsights/pp-dev",
33
"type": "module",
4-
"version": "1.0.0-beta.2",
4+
"version": "1.1.0-beta.1",
55
"description": "Portal Page dev build tool",
66
"bin": {
77
"pp-dev": "bin/pp-dev.js"

0 commit comments

Comments
 (0)