Skip to content

Commit

Permalink
deploy 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed May 28, 2024
1 parent d251ce3 commit 0060f7e
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.10.4",
"version": "3.11.0",
"packageManager": "[email protected]",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand All @@ -73,4 +73,4 @@
"deploy-next": "yarn workspaces foreach --all version minor --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach -ptv npm publish --tag next"
},
"type": "commonjs"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.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-flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.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
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.10.4",
"version": "3.11.0",
"type": "commonjs"
}

0 comments on commit 0060f7e

Please sign in to comment.