@roqajs/vite-plugin 0.0.2 → 0.0.3

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.0.3] - 2026-01-10
9
+
10
+ ### Fixed
11
+
12
+ - Updated `roqa` dependency to 0.0.3 with critical memory leak fix for `<For>` loops with external cell bindings
13
+
8
14
  ## [0.0.2] - 2026-01-10
9
15
 
10
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roqajs/vite-plugin",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Vite plugin for the Roqa UI framework",
5
5
  "keywords": [
6
6
  "vite",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "roqa": "0.0.2"
48
+ "roqa": "0.0.3"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "vite": "^6.0.0 || ^7.0.0"