Skip to content

Commit

Permalink
0.38.2 (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 30, 2021
1 parent 0db0c51 commit f5c0c76
Show file tree
Hide file tree
Showing 9 changed files with 141 additions and 142 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CHANGELOG

## 0.38.2 May 29, 2021
## 0.38.2 May 30, 2021

**Important** Not published to the stores, just made available to ensure users can have access to a version that uses the latest `@polkadot/{api, util}`

Changes:

- Bump `@polkadot/api` & `@polkadot/util` to latest released versions
- Bump `@polkadot/api` to `4.12.1`
- Bump `@polkadot/util` to `6.6.1`


## 0.38.1 May 25, 2021
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"version": "0.38.2-2",
"version": "0.38.2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"@polkadot/api": "^4.11.3-7",
"@polkadot/api": "^4.12.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/networks": "^6.6.1",
"@polkadot/types": "^4.11.3-7",
"@polkadot/types": "^4.12.1",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@polkadot/x-fetch": "^6.6.1",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@polkadot/dev": "^0.62.20",
"@polkadot/dev": "^0.62.21",
"@types/jest": "^26.0.23",
"i18next-scanner": "^3.0.0",
"sinon-chrome": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@polkadot/extension-base",
"description": "Functions, classes and other utilities used in @polkadot/extension",
"version": "0.38.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/api": "^4.11.3-7",
"@polkadot/extension-inject": "^0.38.2-2",
"@polkadot/api": "^4.12.1",
"@polkadot/extension-inject": "^0.38.2",
"@polkadot/keyring": "^6.6.1",
"@polkadot/phishing": "^0.6.160",
"@polkadot/phishing": "^0.6.162",
"@polkadot/ui-keyring": "^0.78.1"
}
}
2 changes: 1 addition & 1 deletion packages/extension-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-chains",
"description": "Definitions for all known chains as exposed by the extension.",
"version": "0.38.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.38.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/extension-inject": "^0.38.2-2",
"@polkadot/extension-inject": "^0.38.2",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.38.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
Expand All @@ -12,8 +12,8 @@
"@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.2-2",
"@polkadot/extension-inject": "^0.38.2-2",
"@polkadot/extension-base": "^0.38.2",
"@polkadot/extension-inject": "^0.38.2",
"@polkadot/hw-ledger": "^6.6.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/networks": "^6.6.1",
Expand All @@ -22,7 +22,7 @@
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"file-saver": "^2.0.5",
"i18next": "^19.9.2",
"i18next": "^20.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.38.2-2",
"version": "0.38.2",
"type": "module",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/extension-base": "^0.38.2-2",
"@polkadot/extension-inject": "^0.38.2-2",
"@polkadot/extension-ui": "^0.38.2-2"
"@polkadot/extension-base": "^0.38.2",
"@polkadot/extension-inject": "^0.38.2",
"@polkadot/extension-ui": "^0.38.2"
},
"devDependencies": {
"@polkadot/dev": "^0.62.20",
"@polkadot/dev": "^0.62.21",
"babel-loader": "^8.2.2",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^8.1.1",
"copy-webpack-plugin": "^9.0.0",
"crypto-browserify": "^3.12.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
Expand Down
Loading

0 comments on commit f5c0c76

Please sign in to comment.