Skip to content

Commit

Permalink
parallel publish - 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Apr 2, 2024
1 parent c504f70 commit 33baa04
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -56,7 +56,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.5.2",
"version": "3.9.0",
"packageManager": "yarn@4.1.1",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand All @@ -66,7 +66,7 @@
"deploy-major": "yarn workspaces foreach --all version major --deferred && yarn deploy-common",
"deploy-minor": "yarn workspaces foreach --all version minor --deferred && yarn deploy-common",
"deploy-patch": "yarn workspaces foreach --all version patch --deferred && yarn deploy-common",
"deploy-common": "yarn build && yarn version apply --all && yarn workspaces foreach -ptv npm publish",
"deploy-common": "yarn build && yarn version apply --all && yarn workspaces foreach --all --parallel npm publish",
"deploy-next-major": "yarn workspaces foreach --all version major --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach -ptv npm publish --tag next",
"deploy-next": "yarn workspaces foreach --all version minor --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach -ptv npm publish --tag next"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-base/package.json
Expand Up @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Expand Up @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-react-yarn3/package.json
Expand Up @@ -112,6 +112,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Expand Up @@ -169,6 +169,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/src/actions/deploy-major.ts
Expand Up @@ -7,6 +7,6 @@ export const deployMajor = () => {
['yarn', 'xy build'],
['yarn', 'xy cycle'],
['yarn', 'version apply --all'],
['yarn', 'workspaces foreach --all npm publish'],
['yarn', 'workspaces foreach --all --parallel npm publish'],
])
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/src/actions/deploy-minor.ts
Expand Up @@ -7,6 +7,6 @@ export const deployMinor = () => {
['yarn', 'xy build'],
['yarn', 'xy cycle'],
['yarn', 'version apply --all'],
['yarn', 'workspaces foreach --all npm publish'],
['yarn', 'workspaces foreach --all --parallel npm publish'],
])
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/src/actions/deploy-next.ts
Expand Up @@ -7,6 +7,6 @@ export const deployNext = () => {
['yarn', 'xy build'],
['yarn', 'xy cycle'],
['yarn', 'version apply --all --prerelease'],
['yarn', 'workspaces foreach --all npm publish --tag next'],
['yarn', 'workspaces foreach --all --parallel npm publish --tag next'],
])
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/src/actions/deploy.ts
Expand Up @@ -2,7 +2,7 @@ import { runSteps } from '../lib'

export const deploy = () => {
return runSteps('Deploy [Patch]', [
['yarn', 'workspaces foreach --all --parallel version patch --deferred'],
['yarn', 'workspaces foreach --all version patch --deferred'],
['yarn', 'xy clean'],
['yarn', 'xy build'],
['yarn', 'xy cycle'],
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.5.2",
"version": "3.9.0",
"type": "commonjs"
}

0 comments on commit 33baa04

Please sign in to comment.