mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-15 18:21:06 +00:00
0.15.1 (#1714)
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.15.1 Jun 23, 2022
|
||||||
|
|
||||||
|
Contributed:
|
||||||
|
|
||||||
|
- Too many URLs to mention
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- Don't publish to npm on each commit
|
||||||
|
- Update to `@polkadot/util` 9.6.1
|
||||||
|
|
||||||
|
|
||||||
## 0.14.1 Jun 19, 2022
|
## 0.14.1 Jun 19, 2022
|
||||||
|
|
||||||
Contributed:
|
Contributed:
|
||||||
|
|||||||
+2
-2
@@ -10,14 +10,14 @@
|
|||||||
"url": "https://github.com/polkadot-js/phishing.git"
|
"url": "https://github.com/polkadot-js/phishing.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "0.14.15",
|
"version": "0.15.0",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "polkadot-dev-build-ts",
|
"build": "polkadot-dev-build-ts",
|
||||||
"build:extra": "node scripts/sortAll.mjs",
|
"build:extra": "node scripts/sortAll.mjs",
|
||||||
"build:release": "polkadot-ci-ghact-build --skip-beta",
|
"build:release": "polkadot-ci-ghact-build",
|
||||||
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
|
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
|
||||||
"build:rollup": "polkadot-exec-rollup --config",
|
"build:rollup": "polkadot-exec-rollup --config",
|
||||||
"clean": "polkadot-dev-clean-build",
|
"clean": "polkadot-dev-clean-build",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.14.15",
|
"version": "0.15.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.3",
|
"@babel/runtime": "^7.18.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user