Skip to content

Commit 797ee1f

Browse files
[CI Skip] release/stable 0.79.2
skip-checks: true
1 parent f6c70e9 commit 797ee1f

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1382 Jaco Bump deps (#1134)
2-
5 Tarik Gul feat: topological sort for releases (#1141)
2+
6 Tarik Gul Fix topo sort for single dirs (#1142)
33
2 Nikos Kontakis Add rollup dynamic import variables plugin (#789)
44
1 Alex Saft Fix Vite build bundling error about EISDIR on `new URL('.', import.meta.url)` (#637)
55
1 Alex Wang support build when using lerna with on package (#214)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "0.79.1",
17+
"version": "0.79.2",
1818
"versions": {
19-
"git": "0.79.1",
20-
"npm": "0.79.1"
19+
"git": "0.79.2",
20+
"npm": "0.79.2"
2121
},
2222
"workspaces": [
2323
"packages/*"

packages/dev-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.79.1",
18+
"version": "0.79.2",
1919
"main": "./index.js",
2020
"exports": {
2121
"./globals.d.ts": "./src/globals.d.ts"

packages/dev-test/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/dev-test', path: 'auto', type: 'auto', version: '0.79.1' };
6+
export const packageInfo = { name: '@polkadot/dev-test', path: 'auto', type: 'auto', version: '0.79.2' };

packages/dev-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.79.1",
18+
"version": "0.79.2",
1919
"main": "./index.js",
2020
"exports": {
2121
"./globals.d.ts": "./src/globals.d.ts"

packages/dev-ts/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/dev-ts', path: 'auto', type: 'auto', version: '0.79.1' };
6+
export const packageInfo = { name: '@polkadot/dev-ts', path: 'auto', type: 'auto', version: '0.79.2' };

packages/dev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"sideEffects": false,
1717
"type": "module",
18-
"version": "0.79.1",
18+
"version": "0.79.2",
1919
"bin": {
2020
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
2121
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
@@ -50,8 +50,8 @@
5050
},
5151
"dependencies": {
5252
"@eslint/js": "^8.56.0",
53-
"@polkadot/dev-test": "^0.79.1",
54-
"@polkadot/dev-ts": "^0.79.1",
53+
"@polkadot/dev-test": "^0.79.2",
54+
"@polkadot/dev-ts": "^0.79.2",
5555
"@rollup/plugin-alias": "^5.1.0",
5656
"@rollup/plugin-commonjs": "^25.0.7",
5757
"@rollup/plugin-dynamic-import-vars": "^2.1.2",

packages/dev/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.79.1' };
6+
export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.79.2' };

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ __metadata:
433433
languageName: node
434434
linkType: hard
435435

436-
"@polkadot/dev-test@npm:^0.79.1, @polkadot/dev-test@workspace:packages/dev-test":
436+
"@polkadot/dev-test@npm:^0.79.2, @polkadot/dev-test@workspace:packages/dev-test":
437437
version: 0.0.0-use.local
438438
resolution: "@polkadot/dev-test@workspace:packages/dev-test"
439439
dependencies:
@@ -443,7 +443,7 @@ __metadata:
443443
languageName: unknown
444444
linkType: soft
445445

446-
"@polkadot/dev-ts@npm:^0.79.1, @polkadot/dev-ts@workspace:packages/dev-ts":
446+
"@polkadot/dev-ts@npm:^0.79.2, @polkadot/dev-ts@workspace:packages/dev-ts":
447447
version: 0.0.0-use.local
448448
resolution: "@polkadot/dev-ts@workspace:packages/dev-ts"
449449
dependencies:
@@ -458,8 +458,8 @@ __metadata:
458458
resolution: "@polkadot/dev@workspace:packages/dev"
459459
dependencies:
460460
"@eslint/js": "npm:^8.56.0"
461-
"@polkadot/dev-test": "npm:^0.79.1"
462-
"@polkadot/dev-ts": "npm:^0.79.1"
461+
"@polkadot/dev-test": "npm:^0.79.2"
462+
"@polkadot/dev-ts": "npm:^0.79.2"
463463
"@rollup/plugin-alias": "npm:^5.1.0"
464464
"@rollup/plugin-commonjs": "npm:^25.0.7"
465465
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"

0 commit comments

Comments
 (0)