Skip to content

Commit

Permalink
3.2.1 (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Apr 22, 2023
1 parent bcdd6e4 commit e8b9f2a
Show file tree
Hide file tree
Showing 11 changed files with 445 additions and 441 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 3.2.1 Apr 22, 2023

Changes:

- Bump to `@polkadot/util` 12.0.1


## 3.1.4 Apr 1, 2023

Changes:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"versions": {
"git": "3.1.5-4-x",
"npm": "3.1.4"
Expand All @@ -33,13 +33,13 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.42",
"@polkadot/x-bundle": "^11.1.3",
"@types/node": "^18.15.11",
"@polkadot/dev": "^0.73.2",
"@polkadot/x-bundle": "^12.0.1",
"@types/node": "^18.15.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.71.6"
"react-native": "^0.71.7"
},
"resolutions": {
"typescript": "^5.0.4"
Expand Down
12 changes: 6 additions & 6 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/ui-settings": "3.1.5-4-x",
"@polkadot/ui-shared": "3.1.5-4-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/keyring": "^12.0.1",
"@polkadot/ui-settings": "3.2.0",
"@polkadot/ui-shared": "3.2.0",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/react-identicon/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Copyright 2018-2023 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type React from 'react';
import type { Prefix } from '@polkadot/util-crypto/address/types';

import React from 'react';

export interface BaseProps {
className?: string;
style?: React.CSSProperties;
Expand All @@ -13,10 +12,8 @@ export interface BaseProps {
export interface Props extends BaseProps {
address: string;
isAlternative?: boolean | undefined;
className?: string;
publicKey: string;
size: number;
style?: React.CSSProperties;
}

export interface IdentityProps extends BaseProps {
Expand Down
8 changes: 4 additions & 4 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.1.5-4-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/ui-settings": "3.2.0",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.1.5-4-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/ui-shared": "3.2.0",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"react-native-svg": "^12.5.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/react-native": "^0.71.5"
"@types/react-native": "^0.71.6"
},
"peerDependencies": {
"@polkadot/util": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.3",
"@polkadot/ui-settings": "3.1.5-4-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/keyring": "^12.0.1",
"@polkadot/ui-settings": "3.2.0",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"mkdirp": "^2.1.6",
"rxjs": "^7.8.0",
"store": "^2.0.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.1.3",
"@polkadot/util": "^11.1.3",
"@polkadot/networks": "^12.0.1",
"@polkadot/util": "^12.0.1",
"eventemitter3": "^5.0.0",
"store": "^2.0.12",
"tslib": "^2.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.5-4-x",
"version": "3.2.0",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.1.5-4-x",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@polkadot/ui-shared": "3.2.0",
"@polkadot/util": "^12.0.1",
"@polkadot/util-crypto": "^12.0.1",
"jdenticon": "3.2.0",
"tslib": "^2.5.0"
},
Expand Down
Loading

0 comments on commit e8b9f2a

Please sign in to comment.