Skip to content

Commit

Permalink
[CI Skip] release/stable 0.65.95
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 18, 2022
1 parent 534097e commit 63ea7ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
881 Jaco Bump deps (#634)
882 Jaco Bump deps (#636)
1 Alex Wang support build when using lerna with on package (#214)
1 Amaury Martiny Allow .spec.ts files (#143)
1 Axel Chalon Include dotfiles when pushing to gh-pages (#268)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "0.65.94",
"version": "0.65.95",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.65.94",
"version": "0.65.95",
"bin": {
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/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/dev', path: 'auto', type: 'auto', version: '0.65.94' };
export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.65.95' };

0 comments on commit 63ea7ae

Please sign in to comment.