@operato/popup
Advanced tools
Comparing version 1.0.0-beta.12 to 1.0.0-beta.13
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19) | ||
### :bug: Bug Fix | ||
* incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261)) | ||
## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13) | ||
@@ -8,0 +17,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.0.0-beta.12", | ||
"version": "1.0.0-beta.13", | ||
"main": "dist/src/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon": "^0.25.3", | ||
"@operato/styles": "^1.0.0-beta.12", | ||
"@operato/styles": "^1.0.0-beta.13", | ||
"lit": "^2.2.1" | ||
@@ -57,3 +57,3 @@ }, | ||
"eslint-config-prettier": "^8.3.0", | ||
"husky": "^4.3.8", | ||
"husky": "^7.0.2", | ||
"lint-staged": "^10.5.4", | ||
@@ -77,3 +77,3 @@ "prettier": "^2.4.1", | ||
}, | ||
"gitHead": "2fecdbd649f399d10287f67641b146add30351bd" | ||
"gitHead": "e3fe7acd7edd9aa5dd6d0966435ae7f938b32d05" | ||
} |
225194