simple-photo-gallery 2.1.8 → 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 +19 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
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
|
package/dist/index.cjs
CHANGED
|
@@ -1907,7 +1907,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1907
1907
|
// package.json
|
|
1908
1908
|
var package_default = {
|
|
1909
1909
|
name: "simple-photo-gallery",
|
|
1910
|
-
version: "2.1.
|
|
1910
|
+
version: "2.1.9"};
|
|
1911
1911
|
|
|
1912
1912
|
// src/index.ts
|
|
1913
1913
|
var program = new commander.Command();
|