@metamask-previews/preferences-controller 23.1.0-preview-b19325264 → 23.1.0-preview-9c8c0a0

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 +0 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -531,9 +531,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
531
531
  ### Added
532
532
 
533
533
  - Initial release
534
-
535
534
  - As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
536
-
537
535
  - `src/user/PreferencesController.ts` (plus `ContactEntry` copied from `src/user/AddressBookController.ts`)
538
536
  - `src/user/PreferencesController.test.ts`
539
537
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/preferences-controller",
3
- "version": "23.1.0-preview-b19325264",
3
+ "version": "23.1.0-preview-9c8c0a0",
4
4
  "description": "Manages user-configurable settings for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,7 +57,7 @@
57
57
  "@metamask/messenger": "^1.1.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@metamask/auto-changelog": "^6.0.0",
60
+ "@metamask/auto-changelog": "^6.1.0",
61
61
  "@metamask/utils": "^11.9.0",
62
62
  "@ts-bridge/cli": "^0.6.4",
63
63
  "@types/jest": "^29.5.14",