[CI Skip] release/stable 0.89.1

skip-checks: true
This commit is contained in:
github-actions[bot]
2022-01-09 06:49:55 +00:00
parent 89de8d44d3
commit 5caa168bf7
33 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "0.89.0",
"version": "0.89.1",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.16.7"
+1 -1
View File
@@ -8,4 +8,4 @@ import { detectPackage } from '@polkadot/util';
import others from './detectOther';
import { packageInfo } from './packageInfo';
detectPackage(packageInfo, packageInfo.path, others);
detectPackage(packageInfo, null, others);
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @polkadot/dev
export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '0.88.2-4' };
export const packageInfo = { name: '@polkadot/example-react', path: 'auto', type: 'auto', version: '0.89.1' };