@operato/headroom 0.4.2 → 1.0.0-alpha.10

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 +88 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,94 @@
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-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
7
+
8
+ **Note:** Version bump only for package @operato/headroom
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
15
+
16
+ **Note:** Version bump only for package @operato/headroom
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
23
+
24
+ **Note:** Version bump only for package @operato/headroom
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
31
+
32
+ **Note:** Version bump only for package @operato/headroom
33
+
34
+
35
+
36
+
37
+
38
+ ## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
39
+
40
+ **Note:** Version bump only for package @operato/headroom
41
+
42
+
43
+
44
+
45
+
46
+ ## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
47
+
48
+ **Note:** Version bump only for package @operato/headroom
49
+
50
+
51
+
52
+
53
+
54
+ ## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
55
+
56
+ **Note:** Version bump only for package @operato/headroom
57
+
58
+
59
+
60
+
61
+
62
+ ## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
63
+
64
+ **Note:** Version bump only for package @operato/headroom
65
+
66
+
67
+
68
+
69
+
70
+ ## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
71
+
72
+ **Note:** Version bump only for package @operato/headroom
73
+
74
+
75
+
76
+
77
+
78
+ ## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
79
+
80
+ **Note:** Version bump only for package @operato/headroom
81
+
82
+
83
+
84
+
85
+
86
+ ### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
87
+
88
+ **Note:** Version bump only for package @operato/headroom
89
+
90
+
91
+
92
+
93
+
6
94
  ### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
7
95
 
8
96
  **Note:** Version bump only for package @operato/headroom
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent headroom following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "heartyoh",
6
- "version": "0.4.2",
6
+ "version": "1.0.0-alpha.10",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
9
9
  "publishConfig": {
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "413e768caba403801b22e42aac0ed4f9dad7ad8d"
63
+ "gitHead": "72c4c67217fbc1aa94ae4112c7341028c398eb17"
64
64
  }