@operato/utils 1.0.0-beta.10 → 1.0.0-beta.13

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
12
+
13
+
14
+
15
+ ## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
16
+
17
+
18
+ ### :rocket: New Features
19
+
20
+ * storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
21
+
22
+
23
+
24
+ ## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
25
+
26
+ **Note:** Version bump only for package @operato/utils
27
+
28
+
29
+
30
+
31
+
6
32
  ## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
7
33
 
8
34
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent utils following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "1.0.0-beta.10",
6
+ "version": "1.0.0-beta.13",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
9
9
  "exports": {
@@ -49,12 +49,12 @@
49
49
  "@typescript-eslint/eslint-plugin": "^4.33.0",
50
50
  "@typescript-eslint/parser": "^4.33.0",
51
51
  "@web/dev-server": "^0.1.29",
52
- "@web/dev-server-storybook": "next",
52
+ "@web/dev-server-storybook": "^0.5.0",
53
53
  "@web/test-runner": "next",
54
54
  "concurrently": "^5.3.0",
55
55
  "eslint": "^7.32.0",
56
56
  "eslint-config-prettier": "^8.3.0",
57
- "husky": "^4.3.8",
57
+ "husky": "^7.0.2",
58
58
  "lint-staged": "^10.5.4",
59
59
  "prettier": "^2.4.1",
60
60
  "tslib": "^2.3.1",
@@ -76,5 +76,5 @@
76
76
  "dependencies": {
77
77
  "lodash-es": "^4.17.21"
78
78
  },
79
- "gitHead": "90fef9c72ab5a9fec0c03bbfb0f49d31408ecb24"
79
+ "gitHead": "e3fe7acd7edd9aa5dd6d0966435ae7f938b32d05"
80
80
  }