diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f6d9b5f5e..ce9df4545 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 729 Jaco Bump TS (#775) + 730 Jaco 3.6.4 (#776) 7 YJ fix #224: decrease frame size to 1024, set multipart bool (#225) 4 Antoine Estienne Refactor logic to better use prefix (#491) 4 kwingram25 fix ff api url issue (#289) diff --git a/package.json b/package.json index 1bdca6a83..87587487e 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "type": "module", "version": "3.6.4", "versions": { - "git": "3.6.4-0-x", - "npm": "3.6.3" + "git": "3.6.4", + "npm": "3.6.4" }, "workspaces": [ "packages/*" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 5b4c50cb5..bd25bb291 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Renders an SVG picture representing an address", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-identicon#readme", "license": "Apache-2.0", diff --git a/packages/react-identicon/src/packageInfo.ts b/packages/react-identicon/src/packageInfo.ts index d9e94bcec..511eaaf2a 100644 --- a/packages/react-identicon/src/packageInfo.ts +++ b/packages/react-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index c036733eb..c9c1a6253 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Generates and reads QR codes", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/react-qr#readme", "license": "Apache-2.0", diff --git a/packages/react-qr/src/packageInfo.ts b/packages/react-qr/src/packageInfo.ts index 07a88729e..61fab8ccf 100644 --- a/packages/react-qr/src/packageInfo.ts +++ b/packages/react-qr/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 71bc7d9d5..9f67199ed 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Renders an SVG picture representing an address", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/reactnative-identicon#readme", "license": "Apache-2.0", diff --git a/packages/reactnative-identicon/src/packageInfo.ts b/packages/reactnative-identicon/src/packageInfo.ts index ad1458176..f7418c289 100644 --- a/packages/reactnative-identicon/src/packageInfo.ts +++ b/packages/reactnative-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index a7a6a12a3..72d8c8a6c 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -2,7 +2,7 @@ "author": "Jaco Greeff ", "bugs": "https://github.com/polkadot-js/ui/issues", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-keyring#readme", "license": "Apache-2.0", diff --git a/packages/ui-keyring/src/packageInfo.ts b/packages/ui-keyring/src/packageInfo.ts index 6e7ade220..5c863027c 100644 --- a/packages/ui-keyring/src/packageInfo.ts +++ b/packages/ui-keyring/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 470d1e54f..7a84108a3 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Manages app settings", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-settings#readme", "license": "Apache-2.0", diff --git a/packages/ui-settings/src/packageInfo.ts b/packages/ui-settings/src/packageInfo.ts index 8a69395b6..112ec55a4 100644 --- a/packages/ui-settings/src/packageInfo.ts +++ b/packages/ui-settings/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 1533bb0d7..74b1b0ccc 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Shared logic that is usable accross all frameworks-specific areas", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/ui-shared#readme", "license": "Apache-2.0", diff --git a/packages/ui-shared/src/packageInfo.ts b/packages/ui-shared/src/packageInfo.ts index 410f11063..4ff5132dc 100644 --- a/packages/ui-shared/src/packageInfo.ts +++ b/packages/ui-shared/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '3.6.4' }; diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index b6f9a692e..570fe44a0 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -3,7 +3,7 @@ "bugs": "https://github.com/polkadot-js/ui/issues", "description": "Renders an SVG picture representing an address", "engines": { - "node": ">=16" + "node": ">=18" }, "homepage": "https://github.com/polkadot-js/ui/tree/master/packages/vue-identicon#readme", "license": "Apache-2.0", diff --git a/packages/vue-identicon/src/packageInfo.ts b/packages/vue-identicon/src/packageInfo.ts index 6064dd3b5..f090ab928 100644 --- a/packages/vue-identicon/src/packageInfo.ts +++ b/packages/vue-identicon/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '3.6.4-0-x' }; +export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '3.6.4' };