From 4bda7256721a3216ea6b471f524533c55dd3e67c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:29:12 +0000 Subject: [PATCH] [CI Skip] release/stable 0.80.1 skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 6 +++--- packages/dev-test/package.json | 2 +- packages/dev-test/src/packageInfo.ts | 2 +- packages/dev-ts/package.json | 2 +- packages/dev-ts/src/packageInfo.ts | 2 +- packages/dev/package.json | 6 +++--- packages/dev/src/packageInfo.ts | 2 +- yarn.lock | 8 ++++---- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4ca83299..4a2e794b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1382 Jaco Bump deps (#1134) - 8 Tarik Gul Add check for `deps` in topo sort (#1145) + 9 Tarik Gul Update typescript to 5.5.4 (#1146) 2 Nikos Kontakis Add rollup dynamic import variables plugin (#789) 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) diff --git a/package.json b/package.json index 116f58f9..7bc7ab85 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ }, "sideEffects": false, "type": "module", - "version": "0.80.0", + "version": "0.80.1", "versions": { - "git": "0.79.4", - "npm": "0.79.4" + "git": "0.80.1", + "npm": "0.80.1" }, "workspaces": [ "packages/*" diff --git a/packages/dev-test/package.json b/packages/dev-test/package.json index e5aa93fd..55d6248a 100644 --- a/packages/dev-test/package.json +++ b/packages/dev-test/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.80.0", + "version": "0.80.1", "main": "./index.js", "exports": { "./globals.d.ts": "./src/globals.d.ts" diff --git a/packages/dev-test/src/packageInfo.ts b/packages/dev-test/src/packageInfo.ts index b280d219..9a07b9f6 100644 --- a/packages/dev-test/src/packageInfo.ts +++ b/packages/dev-test/src/packageInfo.ts @@ -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.79.4' }; +export const packageInfo = { name: '@polkadot/dev-test', path: 'auto', type: 'auto', version: '0.80.1' }; diff --git a/packages/dev-ts/package.json b/packages/dev-ts/package.json index 4787698a..0ba8f572 100644 --- a/packages/dev-ts/package.json +++ b/packages/dev-ts/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.80.0", + "version": "0.80.1", "main": "./index.js", "exports": { "./globals.d.ts": "./src/globals.d.ts" diff --git a/packages/dev-ts/src/packageInfo.ts b/packages/dev-ts/src/packageInfo.ts index 2110863f..6553ecd9 100644 --- a/packages/dev-ts/src/packageInfo.ts +++ b/packages/dev-ts/src/packageInfo.ts @@ -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.79.4' }; +export const packageInfo = { name: '@polkadot/dev-ts', path: 'auto', type: 'auto', version: '0.80.1' }; diff --git a/packages/dev/package.json b/packages/dev/package.json index bc7b41ea..15685758 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.80.0", + "version": "0.80.1", "bin": { "polkadot-ci-ghact-build": "./scripts/polkadot-ci-ghact-build.mjs", "polkadot-ci-ghact-docs": "./scripts/polkadot-ci-ghact-docs.mjs", @@ -50,8 +50,8 @@ }, "dependencies": { "@eslint/js": "^8.56.0", - "@polkadot/dev-test": "^0.80.0", - "@polkadot/dev-ts": "^0.80.0", + "@polkadot/dev-test": "^0.80.1", + "@polkadot/dev-ts": "^0.80.1", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-dynamic-import-vars": "^2.1.2", diff --git a/packages/dev/src/packageInfo.ts b/packages/dev/src/packageInfo.ts index 3622b394..0dcc7254 100644 --- a/packages/dev/src/packageInfo.ts +++ b/packages/dev/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.79.4' }; +export const packageInfo = { name: '@polkadot/dev', path: 'auto', type: 'auto', version: '0.80.1' }; diff --git a/yarn.lock b/yarn.lock index 251d52ee..9ef9143e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -433,7 +433,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev-test@npm:^0.80.0, @polkadot/dev-test@workspace:packages/dev-test": +"@polkadot/dev-test@npm:^0.80.1, @polkadot/dev-test@workspace:packages/dev-test": version: 0.0.0-use.local resolution: "@polkadot/dev-test@workspace:packages/dev-test" dependencies: @@ -443,7 +443,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/dev-ts@npm:^0.80.0, @polkadot/dev-ts@workspace:packages/dev-ts": +"@polkadot/dev-ts@npm:^0.80.1, @polkadot/dev-ts@workspace:packages/dev-ts": version: 0.0.0-use.local resolution: "@polkadot/dev-ts@workspace:packages/dev-ts" dependencies: @@ -458,8 +458,8 @@ __metadata: resolution: "@polkadot/dev@workspace:packages/dev" dependencies: "@eslint/js": "npm:^8.56.0" - "@polkadot/dev-test": "npm:^0.80.0" - "@polkadot/dev-ts": "npm:^0.80.0" + "@polkadot/dev-test": "npm:^0.80.1" + "@polkadot/dev-ts": "npm:^0.80.1" "@rollup/plugin-alias": "npm:^5.1.0" "@rollup/plugin-commonjs": "npm:^25.0.7" "@rollup/plugin-dynamic-import-vars": "npm:^2.1.2"