@titelmedia/bricks-gallery
Advanced tools
Comparing version 2.1.8 to 2.1.9
@@ -6,2 +6,8 @@ # Change Log | ||
## [2.1.9](https://github.com/titel-media/bricks-lerna/compare/v2.1.8...v2.1.9) (2023-10-11) | ||
### Bug Fixes | ||
- triggering a release ([09da05d](https://github.com/titel-media/bricks-lerna/commit/09da05dd1a62bdd91c975d62319363179713c936)) | ||
## [2.1.8](https://github.com/titel-media/bricks-lerna/compare/v2.1.6...v2.1.8) (2023-09-12) | ||
@@ -8,0 +14,0 @@ |
@@ -58,3 +58,3 @@ "use strict"; | ||
} | ||
throw new Error('No images on the items list in the Horizontal Gallery..'); | ||
throw new Error('No images on the items list in the Horizontal Gallery.'); | ||
} catch (error) { | ||
@@ -61,0 +61,0 @@ console.error(error.message); |
@@ -58,5 +58,3 @@ import React, { useRef, useEffect } from 'react'; | ||
} | ||
throw new Error( | ||
'No images on the items list in the Horizontal Gallery..' | ||
); | ||
throw new Error('No images on the items list in the Horizontal Gallery.'); | ||
} catch (error) { | ||
@@ -63,0 +61,0 @@ console.error(error.message); |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"description": "> TODO: description", | ||
@@ -33,3 +33,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "438bac832f7eb4c78f5cd802b2a89bf19d991f75" | ||
"gitHead": "f7538fcc9f1634a7eb566afaa09ba13200eacf71" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90214
1109