Skip to content

Commit

Permalink
0.78 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 29, 2021
1 parent 4c24f08 commit 8f6ad2f
Show file tree
Hide file tree
Showing 14 changed files with 226 additions and 218 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 0.78.1 May 29, 2021

Changes:

- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.6.1


## 0.77.1 May 25, 2021

Changes:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.14.0",
"@polkadot/dev": "^0.62.17",
"@polkadot/ts": "^0.3.66",
"@polkadot/dev": "^0.62.20",
"@polkadot/ts": "^0.3.69",
"@types/jest": "^26.0.23",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
Expand All @@ -43,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.77.2-2"
"version": "0.78.0"
}
2 changes: 1 addition & 1 deletion packages/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.77.2-2",
"version": "0.78.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.77.2-2",
"version": "0.78.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions packages/exampleReactNative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.77.2-2",
"version": "0.78.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
Expand All @@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.5.2-0",
"@polkadot/reactnative-identicon": "0.77.2-2",
"@polkadot/ui-keyring": "0.77.2-2",
"@polkadot/ui-settings": "0.77.2-2",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/keyring": "^6.6.1",
"@polkadot/reactnative-identicon": "0.78.0",
"@polkadot/ui-keyring": "0.78.0",
"@polkadot/ui-settings": "0.78.0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
Expand All @@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/keyring": "^6.5.2-0",
"@polkadot/ui-settings": "0.77.2-2",
"@polkadot/ui-shared": "0.77.2-2",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/keyring": "^6.6.1",
"@polkadot/ui-settings": "0.78.0",
"@polkadot/ui-shared": "0.78.0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
Expand All @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
Expand All @@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.77.2-2",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/ui-shared": "0.78.0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
Expand All @@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.64.6"
"@types/react-native": "^0.64.7"
}
}
2 changes: 1 addition & 1 deletion packages/ui-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.77.2-2",
"version": "0.78.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <[email protected]>",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"main": "index.js",
"sideEffects": [
Expand All @@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/hw-ledger": "^6.5.2-0",
"@polkadot/keyring": "^6.5.2-0",
"@polkadot/ui-settings": "0.77.2-2",
"@polkadot/util": "^6.5.2-0",
"@polkadot/x-rxjs": "^6.5.2-0",
"@polkadot/hw-ledger": "^6.6.1",
"@polkadot/keyring": "^6.6.1",
"@polkadot/ui-settings": "0.78.0",
"@polkadot/util": "^6.6.1",
"@polkadot/x-rxjs": "^6.6.1",
"mkdirp": "^1.0.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
Expand All @@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/networks": "^6.5.2-0",
"@polkadot/util": "^6.5.2-0",
"@polkadot/networks": "^6.6.1",
"@polkadot/util": "^6.6.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
Expand All @@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.77.2-2",
"version": "0.78.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <[email protected]>",
Expand All @@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@polkadot/ui-shared": "0.77.2-2",
"@polkadot/util": "^6.5.2-0",
"@polkadot/util-crypto": "^6.5.2-0",
"@polkadot/ui-shared": "0.78.0",
"@polkadot/util": "^6.6.1",
"@polkadot/util-crypto": "^6.6.1",
"jdenticon": "3.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8f6ad2f

Please sign in to comment.