Skip to content

Commit

Permalink
[CI Skip] release/stable 0.78.12
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent 24378a4 commit c2993f7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1382 Jaco Bump deps (#1134)
3 Tarik Gul Bump yarn to 4.1.1 (#1138)
2 Nikos Kontakis Add rollup dynamic import variables plugin (#789)
2 Tarik Gul chore(yarn): update yarn to 4.1.0 (#1136)
1 Alex Saft Fix Vite build bundling error about EISDIR on `new URL('.', import.meta.url)` (#637)
1 Alex Wang support build when using lerna with on package (#214)
1 Amaury Martiny Allow .spec.ts files (#143)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
},
"sideEffects": false,
"type": "module",
"version": "0.78.11",
"version": "0.78.12",
"versions": {
"git": "0.78.11",
"npm": "0.78.11"
"git": "0.78.12",
"npm": "0.78.12"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.78.11",
"version": "0.78.12",
"main": "./index.js",
"exports": {
"./globals.d.ts": "./src/globals.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-test/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-test', path: 'auto', type: 'auto', version: '0.78.11' };
export const packageInfo = { name: '@polkadot/dev-test', path: 'auto', type: 'auto', version: '0.78.12' };
2 changes: 1 addition & 1 deletion packages/dev-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.78.11",
"version": "0.78.12",
"main": "./index.js",
"exports": {
"./globals.d.ts": "./src/globals.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-ts/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-ts', path: 'auto', type: 'auto', version: '0.78.11' };
export const packageInfo = { name: '@polkadot/dev-ts', path: 'auto', type: 'auto', version: '0.78.12' };
6 changes: 3 additions & 3 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.78.11",
"version": "0.78.12",
"bin": {
"polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs",
"polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs",
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@eslint/js": "^8.56.0",
"@polkadot/dev-test": "^0.78.11",
"@polkadot/dev-ts": "^0.78.11",
"@polkadot/dev-test": "^0.78.12",
"@polkadot/dev-ts": "^0.78.12",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
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.78.11' };
export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.78.12' };
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/dev-test@npm:^0.78.11, @polkadot/dev-test@workspace:packages/dev-test":
"@polkadot/dev-test@npm:^0.78.12, @polkadot/dev-test@workspace:packages/dev-test":
version: 0.0.0-use.local
resolution: "@polkadot/dev-test@workspace:packages/dev-test"
dependencies:
Expand All @@ -443,7 +443,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/dev-ts@npm:^0.78.11, @polkadot/dev-ts@workspace:packages/dev-ts":
"@polkadot/dev-ts@npm:^0.78.12, @polkadot/dev-ts@workspace:packages/dev-ts":
version: 0.0.0-use.local
resolution: "@polkadot/dev-ts@workspace:packages/dev-ts"
dependencies:
Expand All @@ -458,8 +458,8 @@ __metadata:
resolution: "@polkadot/dev@workspace:packages/dev"
dependencies:
"@eslint/js": "npm:^8.56.0"
"@polkadot/dev-test": "npm:^0.78.11"
"@polkadot/dev-ts": "npm:^0.78.11"
"@polkadot/dev-test": "npm:^0.78.12"
"@polkadot/dev-ts": "npm:^0.78.12"
"@rollup/plugin-alias": "npm:^5.1.0"
"@rollup/plugin-commonjs": "npm:^25.0.7"
"@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"
Expand Down

0 comments on commit c2993f7

Please sign in to comment.