@telegraph/tag 0.0.114 → 0.1.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @telegraph/tag
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#688](https://github.com/knocklabs/telegraph/pull/688) [`8d55540`](https://github.com/knocklabs/telegraph/commit/8d5554005bea4695560efbee9ea4333ccddfc1bf) Thanks [@kylemcd](https://github.com/kylemcd)! - fix: invalid props on components would not throw type errors
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`8d55540`](https://github.com/knocklabs/telegraph/commit/8d5554005bea4695560efbee9ea4333ccddfc1bf)]:
12
+ - @telegraph/typography@0.2.0
13
+ - @telegraph/tooltip@0.1.0
14
+ - @telegraph/button@0.4.0
15
+ - @telegraph/layout@0.4.0
16
+ - @telegraph/icon@0.4.0
17
+
18
+ ## 0.0.115
19
+
20
+ ### Patch Changes
21
+
22
+ - [#653](https://github.com/knocklabs/telegraph/pull/653) [`d6c6aa9`](https://github.com/knocklabs/telegraph/commit/d6c6aa9cb0e11ba96df7d7efd479c8e4652fc029) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump react and @types/react
23
+
24
+ - Updated dependencies [[`d6c6aa9`](https://github.com/knocklabs/telegraph/commit/d6c6aa9cb0e11ba96df7d7efd479c8e4652fc029)]:
25
+ - @telegraph/compose-refs@0.0.8
26
+ - @telegraph/typography@0.1.29
27
+ - @telegraph/helpers@0.0.15
28
+ - @telegraph/tooltip@0.0.62
29
+ - @telegraph/button@0.3.6
30
+ - @telegraph/layout@0.3.3
31
+ - @telegraph/icon@0.3.5
32
+
3
33
  ## 0.0.114
4
34
 
5
35
  ### Patch Changes