@ks89/angular-modal-gallery 9.0.0 → 9.0.1
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 +7 -0
- package/README.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -181,6 +181,7 @@ You can use all default features without font-awesome. For more info, check offi
|
|
|
181
181
|
|
|
182
182
|
**More than 100 releases in two years**, and more to come... :)
|
|
183
183
|
|
|
184
|
+
- 11/15/2021 - 9.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
|
|
184
185
|
- 11/06/2021 - 9.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
|
|
185
186
|
- 09/27/2021 - 8.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
|
|
186
187
|
- 07/10/2021 - 8.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ks89/angular-modal-gallery",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "Image gallery for Angular",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Stefano Cappa",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"node": ">=16.3.0",
|
|
9
9
|
"npm": ">=7.16.0"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://ks89.github.io/angular-modal-gallery-
|
|
11
|
+
"homepage": "https://ks89.github.io/angular-modal-gallery-2021-v9.github.io/",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"tslib": ">=2.3.0"
|
|
14
14
|
},
|