Skip to content

Commit

Permalink
0.17.2 (#1790)
Browse files Browse the repository at this point in the history
* 0.17.2

* Bump dev
  • Loading branch information
jacogr authored Jul 10, 2022
1 parent bcdfb9e commit f9d5017
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.17.2 Jul 10, 2022

Contributed:

- Too many URLs to mention

Changes:

- Update to `@polkadot/util` 10.0.2


## 0.17.1 Jul 8, 2022

Contributed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.17.2-10-x",
"version": "0.17.2",
"workspaces": [
"packages/*"
],
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@polkadot/dev": "^0.67.65",
"@polkadot/dev": "^0.67.68",
"@types/jest": "^28.1.4"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.17.2-10-x",
"version": "0.17.2",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/phishing/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/phishing', path: 'auto', type: 'auto', version: '0.17.2-10-x' };
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.17.2' };
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1968,9 +1968,9 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/dev@npm:^0.67.65":
version: 0.67.65
resolution: "@polkadot/dev@npm:0.67.65"
"@polkadot/dev@npm:^0.67.68":
version: 0.67.68
resolution: "@polkadot/dev@npm:0.67.68"
dependencies:
"@babel/cli": ^7.18.6
"@babel/core": ^7.18.6
Expand Down Expand Up @@ -2032,7 +2032,7 @@ __metadata:
mkdirp: ^1.0.4
prettier: ^2.7.1
rimraf: ^3.0.2
rollup: ^2.75.7
rollup: ^2.76.0
rollup-plugin-cleanup: ^3.2.1
typescript: ^4.7.4
yargs: ^17.5.1
Expand All @@ -2059,7 +2059,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: 918f3b8257bada7cef38c4499573376c1119973cba5c5c673b2877671dceb23f2e7ed8cd2c9a70ee31d90056c43c1db2180abe595cdaf5c95fdecf7a863c1acf
checksum: 796e2dc37ac45bfa763eb4e1eea7a83ab2937bc89a35432c72938e947336a60a7afa3f4fcd4448c975a7ae155b23a04e45b291154ec2607deb79e8ff74730c62
languageName: node
linkType: hard

Expand Down Expand Up @@ -9272,17 +9272,17 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard

"rollup@npm:^2.75.7":
version: 2.75.7
resolution: "rollup@npm:2.75.7"
"rollup@npm:^2.76.0":
version: 2.76.0
resolution: "rollup@npm:2.76.0"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: a6331d46b01062b184efdcb42ce12caf2e1575f989963944534b02f5855f6f3bc239ed0c1a18893572d7695af6d83166f3aef59dbd0365084e1531cb67824674
checksum: 58293e1c63c11d4afcfcf619601d5c5136dd3d0c9d3bd6a0b6141fede32027edc1eb53873bbb9a9c1e95e86c67f6ad66185720031b6eadf325972174d1d8fbcb
languageName: node
linkType: hard

Expand All @@ -9292,7 +9292,7 @@ resolve@^2.0.0-next.3:
dependencies:
"@babel/core": ^7.18.6
"@pinata/sdk": ^1.1.26
"@polkadot/dev": ^0.67.65
"@polkadot/dev": ^0.67.68
"@types/jest": ^28.1.4
dnslink-cloudflare: ^3.0.0
languageName: unknown
Expand Down

0 comments on commit f9d5017

Please sign in to comment.