@joinbox/overlay
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -7,4 +7,17 @@ # Change Log | ||
# [1.1.0](https://github.com/joinbox/ui-components/compare/@joinbox/overlay@1.0.4...@joinbox/overlay@1.1.0) (2022-01-20) | ||
## [1.1.3](https://github.com/joinbox/ui-components/compare/@joinbox/overlay@1.1.2...@joinbox/overlay@1.1.3) (2023-07-03) | ||
### Bug Fixes | ||
* update rollup configs to reflect version update ([0f9c450](https://github.com/joinbox/ui-components/commit/0f9c4504fd607c325aa0f337c1b36c46f2d48496)) | ||
* update rollup configs to reflect version update ([446b3f7](https://github.com/joinbox/ui-components/commit/446b3f7a6718d277efd7194345a23b90083026cb)) | ||
## [1.1.2](https://github.com/joinbox/ui-components/compare/@joinbox/overlay@1.1.1...@joinbox/overlay@1.1.2) (2022-07-04) | ||
### Features | ||
@@ -11,0 +24,0 @@ |
{ | ||
"name": "@joinbox/overlay", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Overlay component that can be opened and closed via OverlayButtons", | ||
@@ -8,3 +8,3 @@ "main": "OverlayElement.js", | ||
"test": "npx ava --verbose", | ||
"build": "npx rollup --c rollup.config.js" | ||
"build": "npx rollup --c rollup.config.mjs" | ||
}, | ||
@@ -23,8 +23,8 @@ "author": "Felix Steiner <felix@joinbox.com>", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@joinbox/eslint-config-joinbox": "^1.0.10", | ||
"ava": "^4.2.0", | ||
"jsdom": "^19.0.0", | ||
"lerna": "^4.0.0", | ||
"rollup": "^2.70.1" | ||
"@babel/eslint-parser": "^7.22.5", | ||
"@joinbox/eslint-config-joinbox": "^1.0.11", | ||
"ava": "^5.3.1", | ||
"jsdom": "^22.1.0", | ||
"lerna": "^7.1.0", | ||
"rollup": "^3.25.3" | ||
}, | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "65c53b1950bda6dacf9468782108cc4ed72505eb" | ||
"gitHead": "77e4455ad467209f0bd9af0bd306b7130677b29c" | ||
} |
51106