@metamask-previews/accounts-controller 39.0.4-preview-68fc14e1c → 39.0.5-preview-a511f243f

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 (3) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/LICENSE +1 -0
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [39.0.5]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
15
+ - Bump `@metamask/eth-snap-keyring` from `^22.3.0` to `^23.0.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
16
+ - Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390))
13
17
 
14
18
  ## [39.0.4]
15
19
 
@@ -851,7 +855,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
851
855
 
852
856
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
853
857
 
854
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...HEAD
858
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.5...HEAD
859
+ [39.0.5]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...@metamask/accounts-controller@39.0.5
855
860
  [39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
856
861
  [39.0.3]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.2...@metamask/accounts-controller@39.0.3
857
862
  [39.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.1...@metamask/accounts-controller@39.0.2
package/LICENSE CHANGED
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/accounts-controller",
3
- "version": "39.0.4-preview-68fc14e1c",
3
+ "version": "39.0.5-preview-a511f243f",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -55,8 +55,8 @@
55
55
  "dependencies": {
56
56
  "@ethereumjs/util": "^9.1.0",
57
57
  "@metamask/base-controller": "^9.1.0",
58
- "@metamask/eth-snap-keyring": "^22.3.0",
59
- "@metamask/keyring-api": "^23.3.0",
58
+ "@metamask/eth-snap-keyring": "^23.0.0",
59
+ "@metamask/keyring-api": "^23.5.0",
60
60
  "@metamask/keyring-controller": "^27.1.0",
61
61
  "@metamask/keyring-internal-api": "^11.0.1",
62
62
  "@metamask/keyring-sdk": "^2.2.0",