Skip to content

Commit a92c2a0

Browse files
committed
[CI Skip] 0.48.1
skip-checks: true
1 parent 2677b54 commit a92c2a0

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"packages": [
1111
"packages/*"
1212
],
13-
"version": "0.48.0"
13+
"version": "0.48.1"
1414
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.48.0-beta.18",
2+
"version": "0.48.1",
33
"private": true,
44
"engines": {
55
"yarn": "^1.10.1"

packages/example-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/example-react",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "A very basic example with ui-* & react-* packages",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",

packages/example-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/example-vue",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "A very basic example with ui-* & vue-* packages",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",

packages/exampleReactNative/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exampleReactNative",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"private": true,
55
"workspaces": {
66
"nohoist": [
@@ -23,9 +23,9 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@polkadot/reactnative-identicon": "^0.48.0",
27-
"@polkadot/ui-keyring": "^0.48.0",
28-
"@polkadot/ui-settings": "^0.48.0",
26+
"@polkadot/reactnative-identicon": "^0.48.1",
27+
"@polkadot/ui-keyring": "^0.48.1",
28+
"@polkadot/ui-settings": "^0.48.1",
2929
"@react-native-community/async-storage": "^1.7.1",
3030
"fast-text-encoding": "^1.0.0",
3131
"get-yarn-workspaces": "^1.0.2",

packages/react-identicon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/react-identicon",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "Renders an SVG picture representing an address",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",
@@ -10,8 +10,8 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.8.3",
13-
"@polkadot/ui-settings": "^0.48.0",
14-
"@polkadot/ui-shared": "^0.48.0",
13+
"@polkadot/ui-settings": "^0.48.1",
14+
"@polkadot/ui-shared": "^0.48.1",
1515
"@types/react-copy-to-clipboard": "^4.3.0",
1616
"color": "^3.1.2",
1717
"jdenticon": "2.2.0",

packages/react-qr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/react-qr",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "Generates and reads QR codes",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",

packages/reactnative-identicon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/reactnative-identicon",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "Renders an SVG picture representing an address",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@babel/runtime": "^7.8.3",
13-
"@polkadot/ui-shared": "^0.48.0",
13+
"@polkadot/ui-shared": "^0.48.1",
1414
"react-native-svg": "^11.0.1"
1515
},
1616
"peerDependencies": {

packages/ui-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/ui-assets",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"description": "Static assets shared accross projects",
55
"main": "index.js",
66
"author": "Jaco Greeff <[email protected]>",

packages/ui-keyring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/ui-keyring",
3-
"version": "0.48.0",
3+
"version": "0.48.1",
44
"main": "index.js",
55
"repository": "https://github.com/polkadot-js/apps.git",
66
"author": "Jaco Greeff <[email protected]>",

0 commit comments

Comments
 (0)