@furystack/utils 2.0.3 → 2.0.4

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 +76 -0
  2. package/package.json +3 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,76 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ### [2.0.3](https://github.com/furystack/furystack/compare/@furystack/utils@2.0.2...@furystack/utils@2.0.3) (2022-02-16)
7
+
8
+ **Note:** Version bump only for package @furystack/utils
9
+
10
+
11
+
12
+
13
+
14
+
15
+ ### [2.0.2](https://github.com/furystack/furystack/compare/@furystack/utils@2.0.0...@furystack/utils@2.0.2) (2022-01-10)
16
+
17
+ **Note:** Version bump only for package @furystack/utils
18
+
19
+
20
+
21
+
22
+
23
+
24
+ ### [2.0.1](https://github.com/furystack/furystack/compare/@furystack/utils@2.0.0...@furystack/utils@2.0.1) (2022-01-10)
25
+
26
+ **Note:** Version bump only for package @furystack/utils
27
+
28
+
29
+
30
+
31
+
32
+
33
+ ## [2.0.0](https://github.com/furystack/furystack/compare/@furystack/utils@1.2.46...@furystack/utils@2.0.0) (2021-12-08)
34
+
35
+
36
+ ### ⚠ BREAKING CHANGES
37
+
38
+ * **@furystack/shades:** Disposable resources on Shade Components (#165)
39
+
40
+ ### 🚀 What's new
41
+
42
+ * **@furystack/shades:** Disposable resources on Shade Components ([#165](https://github.com/furystack/furystack/issues/165)) ([8567e7e](https://github.com/furystack/furystack/commit/8567e7e2e01cec232a5f4448dfc0833c1f183229))
43
+
44
+
45
+
46
+
47
+ ### [1.2.46](https://github.com/furystack/furystack/compare/@furystack/utils@1.2.45...@furystack/utils@1.2.46) (2021-11-19)
48
+
49
+ **Note:** Version bump only for package @furystack/utils
50
+
51
+
52
+
53
+
54
+
55
+
56
+ ### [1.2.45](https://github.com/furystack/furystack/compare/@furystack/utils@1.2.44...@furystack/utils@1.2.45) (2021-10-05)
57
+
58
+ **Note:** Version bump only for package @furystack/utils
59
+
60
+
61
+
62
+
63
+
64
+
65
+ ### [1.2.44](https://github.com/furystack/furystack/compare/@furystack/utils@1.2.14...@furystack/utils@1.2.44) (2021-08-19)
66
+
67
+ **Note:** Version bump only for package @furystack/utils
68
+
69
+
70
+
71
+
72
+
73
+
74
+ ### [1.2.43](https://github.com/furystack/furystack/compare/@furystack/utils@1.2.14...@furystack/utils@1.2.43) (2021-07-30)
75
+
76
+ **Note:** Version bump only for package @furystack/utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/utils",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "General utilities",
5
5
  "main": "dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
@@ -35,6 +35,5 @@
35
35
  "homepage": "https://github.com/furystack/furystack",
36
36
  "devDependencies": {
37
37
  "@types/jest": "^27.4.0"
38
- },
39
- "gitHead": "dcee00dfb4035fe382ec726af4d614ef9d8a579f"
40
- }
38
+ }
39
+ }