@atom.io/template-preact-svg-editor 0.0.8 → 0.0.10

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @atom.io/template-preact-svg-editor@0.0.8 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
2
+ > @atom.io/template-preact-svg-editor@0.0.10 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
3
3
  > vite build
4
4
 
5
5
  vite v7.2.4 building client environment for production...
@@ -10,4 +10,4 @@ computing gzip size...
10
10
  dist/index.html  0.52 kB │ gzip: 0.33 kB
11
11
  dist/assets/index-jy4_OpZh.css  1.60 kB │ gzip: 0.72 kB
12
12
  dist/assets/index-CM52ItJB.js 73.07 kB │ gzip: 23.49 kB
13
- ✓ built in 827ms
13
+ ✓ built in 644ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atom.io/template-preact-svg-editor
2
2
 
3
+ ## 0.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f5d6f4d]
8
+ - Updated dependencies [f5d6f4d]
9
+ - atom.io@0.44.11
10
+
11
+ ## 0.0.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [0e2faad]
16
+ - atom.io@0.44.10
17
+
3
18
  ## 0.0.8
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom.io/template-preact-svg-editor",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "preact": "10.27.2",
10
10
  "react": "npm:@preact/compat@18.3.1",
11
11
  "react-dom": "npm:@preact/compat@18.3.1",
12
- "atom.io": "0.44.9"
12
+ "atom.io": "0.44.11"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@preact/preset-vite": "2.10.2",