@metamask-previews/logging-controller 2.0.2-preview.8cdddaf → 2.0.2-preview.cbe2fbb7

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 +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -7,41 +8,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
  ## [Unreleased]
8
9
 
9
10
  ## [2.0.2]
11
+
10
12
  ### Changed
13
+
11
14
  - Bump `@metamask/base-controller` to `^4.1.1` ([#3760](https://github.com/MetaMask/core/pull/3760), [#3821](https://github.com/MetaMask/core/pull/3821))
12
15
  - Bump `@metamask/controller-utils` to `^8.0.2` ([#3821](https://github.com/MetaMask/core/pull/3821))
13
16
 
14
17
  ## [2.0.1]
18
+
15
19
  ### Changed
20
+
16
21
  - Bump `@metamask/base-controller` to `^4.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695))
17
22
  - Bump `@metamask/controller-utils` to `^8.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695), [#3678](https://github.com/MetaMask/core/pull/3678), [#3667](https://github.com/MetaMask/core/pull/3667), [#3580](https://github.com/MetaMask/core/pull/3580))
18
23
 
19
24
  ## [2.0.0]
25
+
20
26
  ### Changed
27
+
21
28
  - **BREAKING:** Bump `@metamask/base-controller` to ^4.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
22
29
  - This is breaking because the type of the `messenger` has backward-incompatible changes. See the changelog for this package for more.
23
30
  - Bump `@metamask/controller-utils` to ^6.0.0 ([#2063](https://github.com/MetaMask/core/pull/2063))
24
31
 
25
32
  ## [1.0.4]
33
+
26
34
  ### Changed
35
+
27
36
  - Bump dependency on `@metamask/base-controller` to ^3.2.3 ([#1747](https://github.com/MetaMask/core/pull/1747))
28
37
  - Bump dependency on `@metamask/controller-utils` to ^5.0.2 ([#1747](https://github.com/MetaMask/core/pull/1747))
29
38
 
30
39
  ## [1.0.3]
40
+
31
41
  ### Changed
42
+
32
43
  - Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718))
33
44
 
34
45
  ## [1.0.2]
46
+
35
47
  ### Changed
48
+
36
49
  - Bump dependency on `@metamask/controller-utils` to ^5.0.0
37
50
 
38
51
  ## [1.0.1]
52
+
39
53
  ### Changed
54
+
40
55
  - Bump dependency on `@metamask/base-controller` to ^3.2.1
41
56
  - Bump dependency on `@metamask/controller-utils` to ^4.3.2
42
57
 
43
58
  ## [1.0.0]
59
+
44
60
  ### Added
61
+
45
62
  - Initial Release
46
63
  - Add logging controller ([#1089](https://github.com/MetaMask/core.git/pull/1089))
47
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/logging-controller",
3
- "version": "2.0.2-preview.8cdddaf",
3
+ "version": "2.0.2-preview.cbe2fbb7",
4
4
  "description": "Manages logging data to assist users and support staff",
5
5
  "keywords": [
6
6
  "MetaMask",