simple-photo-gallery 2.1.7 → 2.1.9

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # simple-photo-gallery
2
+
3
+ ## 2.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix release packaging so published npm packages no longer contain raw `workspace:` dependency ranges.
8
+ - Updated dependencies
9
+ - @simple-photo-gallery/common@2.1.9
10
+ - @simple-photo-gallery/theme-modern@2.1.9
11
+
12
+ ## 2.1.8
13
+
14
+ ### Patch Changes
15
+
16
+ - 9903210: Improve robustness, performance and correctness
17
+ - Updated dependencies [9903210]
18
+ - @simple-photo-gallery/common@2.1.8
19
+ - @simple-photo-gallery/theme-modern@2.1.8
@@ -4,6 +4,9 @@
4
4
  "description": "Custom theme for Simple Photo Gallery",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
+ "engines": {
8
+ "node": ">=20.0.0"
9
+ },
7
10
  "files": [
8
11
  "public",
9
12
  "src",