@tempots/dom 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.
@@ -87,6 +87,8 @@ export class RepeatImpl {
87
87
  if (separatorClears.length > 0) {
88
88
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
89
89
  separatorClears.pop()(true);
90
+ }
91
+ if (separatorProps.length > 0) {
90
92
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
91
93
  separatorProps.pop().clean();
92
94
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tempots/dom",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
- "version": "9.0.0",
5
+ "version": "9.0.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/fponticelli/tempots-dom.git"