Skip to content

Commit

Permalink
[CI Skip] release/stable 2.0.1
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Apr 9, 2022
1 parent 779fedd commit e4787f1
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
605 Jaco Make icon generation more robust (#632)
606 Jaco 2.0.1 (#633)
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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/example-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-react/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '2.0.1' };
2 changes: 1 addition & 1 deletion packages/example-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-vue/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/example-vue', path: 'auto', type: 'auto', version: '2.0.1' };
6 changes: 3 additions & 3 deletions packages/react-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.0.1",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/ui-settings": "2.0.1",
"@polkadot/ui-shared": "2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"color": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-identicon/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/react-identicon', path: 'auto', type: 'auto', version: '2.0.1' };
4 changes: 2 additions & 2 deletions packages/react-qr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/ui-settings": "2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"qrcode-generator": "^1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-qr/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/react-qr', path: 'auto', type: 'auto', version: '2.0.1' };
4 changes: 2 additions & 2 deletions packages/reactnative-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/ui-shared": "2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"react-native-svg": "^12.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactnative-identicon/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/reactnative-identicon', path: 'auto', type: 'auto', version: '2.0.1' };
2 changes: 1 addition & 1 deletion packages/ui-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-assets/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/ui-assets', path: 'auto', type: 'auto', version: '2.0.1' };
4 changes: 2 additions & 2 deletions packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/keyring": "^9.0.1",
"@polkadot/ui-settings": "2.0.0",
"@polkadot/ui-settings": "2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"mkdirp": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/ui-keyring', path: 'auto', type: 'auto', version: '2.0.1' };
2 changes: 1 addition & 1 deletion packages/ui-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-settings/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/ui-settings', path: 'auto', type: 'auto', version: '2.0.1' };
2 changes: 1 addition & 1 deletion packages/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-shared/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/ui-shared', path: 'auto', type: 'auto', version: '2.0.1' };
4 changes: 2 additions & 2 deletions packages/vue-identicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.17.9",
"@polkadot/ui-shared": "2.0.0",
"@polkadot/ui-shared": "2.0.1",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"jdenticon": "3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-identicon/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

// Do not edit, auto-generated by @polkadot/dev

export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '1.4.2-2' };
export const packageInfo = { name: '@polkadot/vue-identicon', path: 'auto', type: 'auto', version: '2.0.1' };
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2198,8 +2198,8 @@ __metadata:
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/keyring": ^9.0.1
"@polkadot/ui-settings": 2.0.0
"@polkadot/ui-shared": 2.0.0
"@polkadot/ui-settings": 2.0.1
"@polkadot/ui-shared": 2.0.1
"@polkadot/util": ^9.0.1
"@polkadot/util-crypto": ^9.0.1
"@types/react-copy-to-clipboard": ^5.0.2
Expand Down Expand Up @@ -2227,7 +2227,7 @@ __metadata:
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/ui-settings": 2.0.0
"@polkadot/ui-settings": 2.0.1
"@polkadot/util": ^9.0.1
"@polkadot/util-crypto": ^9.0.1
"@types/react-qr-reader": ^2.1.4
Expand All @@ -2249,7 +2249,7 @@ __metadata:
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/ui-shared": 2.0.0
"@polkadot/ui-shared": 2.0.1
"@polkadot/util": ^9.0.1
"@polkadot/util-crypto": ^9.0.1
"@types/react-native": ^0.67.3
Expand Down Expand Up @@ -2277,7 +2277,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/keyring": ^9.0.1
"@polkadot/ui-settings": 2.0.0
"@polkadot/ui-settings": 2.0.1
"@polkadot/util": ^9.0.1
"@polkadot/util-crypto": ^9.0.1
"@types/mkdirp": ^1.0.2
Expand All @@ -2292,7 +2292,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/ui-settings@workspace:packages/ui-settings":
"@polkadot/[email protected].1, @polkadot/ui-settings@workspace:packages/ui-settings":
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
Expand All @@ -2308,7 +2308,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/[email protected].0, @polkadot/ui-shared@workspace:packages/ui-shared":
"@polkadot/[email protected].1, @polkadot/ui-shared@workspace:packages/ui-shared":
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
Expand Down Expand Up @@ -2367,7 +2367,7 @@ __metadata:
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@babel/runtime": ^7.17.9
"@polkadot/ui-shared": 2.0.0
"@polkadot/ui-shared": 2.0.1
"@polkadot/util": ^9.0.1
"@polkadot/util-crypto": ^9.0.1
jdenticon: 3.1.1
Expand Down

0 comments on commit e4787f1

Please sign in to comment.