Skip to content

Commit

Permalink
0.38.6 (#755)
Browse files Browse the repository at this point in the history
* 0.38.6

* Bumps
  • Loading branch information
jacogr authored Jun 20, 2021
1 parent a26c8fa commit 37ff4b3
Show file tree
Hide file tree
Showing 9 changed files with 307 additions and 297 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.38.6 Jun 20, 2012

**Important** Not published to the stores, aligns with latest released packages.

Changes:

- Bump `@polkadot/api` to `4.15.1`
- Bump `@polkadot/util` to `6.9.1`


## 0.38.5 Jun 14, 2021

**Important** Not published to the stores, aligns with latest released packages.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"version": "0.38.5",
"version": "0.38.6",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"@polkadot/api": "^4.14.1",
"@polkadot/keyring": "^6.8.1",
"@polkadot/networks": "^6.8.1",
"@polkadot/types": "^4.14.1",
"@polkadot/util": "^6.8.1",
"@polkadot/util-crypto": "^6.8.1",
"@polkadot/x-fetch": "^6.8.1",
"@polkadot/api": "^4.15.1",
"@polkadot/keyring": "^6.9.1",
"@polkadot/networks": "^6.9.1",
"@polkadot/types": "^4.15.1",
"@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1",
"@polkadot/x-fetch": "^6.9.1",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.3.2"
Expand All @@ -38,7 +38,7 @@
"watch": "cd packages/extension && yarn polkadot-exec-webpack --config webpack.watch.cjs --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/core": "^7.14.6",
"@polkadot/dev": "^0.62.42",
"@types/jest": "^26.0.23",
"i18next-scanner": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@polkadot/extension-base",
"description": "Functions, classes and other utilities used in @polkadot/extension",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.5",
"@polkadot/api": "^4.14.1",
"@polkadot/extension-dapp": "^0.38.5",
"@polkadot/extension-inject": "^0.38.5",
"@polkadot/keyring": "^6.8.1",
"@polkadot/phishing": "^0.6.194",
"@polkadot/ui-keyring": "^0.80.1"
"@babel/runtime": "^7.14.6",
"@polkadot/api": "^4.15.1",
"@polkadot/extension-dapp": "^0.38.6",
"@polkadot/extension-inject": "^0.38.6",
"@polkadot/keyring": "^6.9.1",
"@polkadot/phishing": "^0.6.204",
"@polkadot/ui-keyring": "^0.81.1"
}
}
6 changes: 3 additions & 3 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@polkadot/extension-chains",
"description": "Definitions for all known chains as exposed by the extension.",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.5",
"@polkadot/networks": "^6.8.1"
"@babel/runtime": "^7.14.6",
"@polkadot/networks": "^6.9.1"
},
"peerDependencies": {
"@polkadot/api": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.5",
"@polkadot/extension-inject": "^0.38.5",
"@polkadot/util": "^6.8.1",
"@polkadot/util-crypto": "^6.8.1"
"@babel/runtime": "^7.14.6",
"@polkadot/extension-inject": "^0.38.6",
"@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@polkadot/extension-inject",
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.5"
"@babel/runtime": "^7.14.6"
},
"devDependencies": {
"@types/chrome": "^0.0.145",
Expand Down
30 changes: 15 additions & 15 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@polkadot/extension-base": "^0.38.5",
"@polkadot/extension-dapp": "^0.38.5",
"@polkadot/extension-inject": "^0.38.5",
"@polkadot/hw-ledger": "^6.8.1",
"@polkadot/keyring": "^6.8.1",
"@polkadot/networks": "^6.8.1",
"@polkadot/react-identicon": "^0.80.1",
"@polkadot/react-qr": "^0.80.1",
"@polkadot/util": "^6.8.1",
"@polkadot/util-crypto": "^6.8.1",
"@polkadot/extension-base": "^0.38.6",
"@polkadot/extension-dapp": "^0.38.6",
"@polkadot/extension-inject": "^0.38.6",
"@polkadot/hw-ledger": "^6.9.1",
"@polkadot/keyring": "^6.9.1",
"@polkadot/networks": "^6.9.1",
"@polkadot/react-identicon": "^0.81.1",
"@polkadot/react-qr": "^0.81.1",
"@polkadot/util": "^6.9.1",
"@polkadot/util-crypto": "^6.9.1",
"file-saver": "^2.0.5",
"i18next": "^20.3.1",
"i18next": "^20.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-i18next": "^11.10.0",
"react-i18next": "^11.11.0",
"react-is": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
Expand All @@ -39,7 +39,7 @@
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/file-saver": "^2.0.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.7",
"@types/react-dom": "^17.0.8",
"@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/sinon-chrome": "^2.2.10",
Expand Down
12 changes: 6 additions & 6 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.38.5",
"version": "0.38.6",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.14.5",
"@polkadot/extension-base": "^0.38.5",
"@polkadot/extension-inject": "^0.38.5",
"@polkadot/extension-ui": "^0.38.5"
"@babel/runtime": "^7.14.6",
"@polkadot/extension-base": "^0.38.6",
"@polkadot/extension-inject": "^0.38.6",
"@polkadot/extension-ui": "^0.38.6"
},
"devDependencies": {
"@polkadot/dev": "^0.62.42",
Expand All @@ -26,7 +26,7 @@
"stream-browserify": "^3.0.0",
"thread-loader": "^3.0.4",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-extension-manifest-plugin": "^0.7.0"
}
Expand Down
Loading

0 comments on commit 37ff4b3

Please sign in to comment.