@zenithbuild/plugins 1.3.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +1 -1
  3. package/bun.lock +0 -17
package/CHANGELOG.md CHANGED
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.0] - 2026-02-04
9
+
10
+ ### ✨ Features
11
+
12
+ - ****dev-server**: implement Phase 6 - Zero-Copy Dev Server Integration** (adf1d97)
13
+ > Implement a high-performance, in-memory development server architecture for the Zenith Framework.
14
+ >
15
+ > - Phase 6 integration of Dev Server and AssetStore.
16
+ > - NAPI Controller and HMR loop implementation.
17
+ > - Workspace-wide alignment for Phase 6 completion.
18
+
19
+ ### 📝 Other Changes
20
+
21
+ - **
22
+ d07ade8162b3dbcac58842bd3eab9f440985c62f** ()
23
+ > chore(release): improve release notes legibility and synchronize workflows
24
+ - **
25
+ 38ebf5d7539ed25b7a92a0d403a62e86f8402df8** ()
26
+ > chore: bump version to 0.3.8
27
+ - **
28
+ 8587d529558e4b45d422ec83077afb96a8017ae2** ()
29
+ > chore: bump version to 0.3.7
30
+ - **
31
+ 3c208f97ce53248fc98079328aab212777fedfe6** ()
32
+ > ci: fix release workflow and apply updates
33
+ - **
34
+ 81baeeb66789416ce8045503211f4355506f41b3** ()
35
+ > chore: include all pending changes for v0.3.6 release
36
+ - **
37
+ 21165ba3b44670ece5ebe76414b96ac27156fdb9** ()
38
+ > chore: release @zenithbuild/plugins v0.3.6
39
+ - **** ()
40
+
8
41
  ## [0.3.9] - 2026-01-26
9
42
 
10
43
  ### 📝 Other Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenithbuild/plugins",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "Plugin system for Zenith framework",
5
5
  "type": "module",
6
6
  "main": "content/index.ts",
package/bun.lock DELETED
@@ -1,17 +0,0 @@
1
- {
2
- "lockfileVersion": 1,
3
- "configVersion": 1,
4
- "workspaces": {
5
- "": {
6
- "name": "@zenithbuild/plugins",
7
- "devDependencies": {
8
- "@types/node": "^25.0.6",
9
- },
10
- },
11
- },
12
- "packages": {
13
- "@types/node": ["@types/node@25.0.6", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q=="],
14
-
15
- "undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
16
- }
17
- }