@atom.io/template-react-node-backend 0.0.4 → 0.0.6

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,12 +1,12 @@
1
1
 
2
- > @atom.io/template-react-node-backend@0.0.4 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.6 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
- rolldown-vite v7.2.2 building client environment for production...
5
+ rolldown-vite v7.2.5 building client environment for production...
6
6
  
7
7
  rendering chunks...
8
8
  computing gzip size...
9
9
  dist/index.html 0.45 kB │ gzip: 0.29 kB
10
10
  dist/assets/index-CqTfTEH3.css 2.97 kB │ gzip: 1.02 kB
11
- dist/assets/index-CNf_2_tw.js 473.03 kB │ gzip: 125.83 kB
12
- ✓ built in 1.69s
11
+ dist/assets/index-C0R4Gha-.js 472.50 kB │ gzip: 125.64 kB
12
+ ✓ built in 1.10s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 757da1f: 🐛 Fixed logic error where only the first todo item would be deleted.
8
+
9
+ ## 0.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [a844b25]
14
+ - atom.io@0.44.5
15
+
3
16
  ## 0.0.4
4
17
 
5
18
  ### Patch Changes