Skip to content

Commit

Permalink
publish 1.0.1 to registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 9, 2021
1 parent 698820c commit f5144b2
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/turbo/version.go
@@ -1,3 +1,3 @@
package main

const turboVersion = "1.0.0"
const turboVersion = "1.0.1"
2 changes: 1 addition & 1 deletion cli/npm/turbo-darwin-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-darwin-64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The macOS 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-darwin-arm64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The macOS ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-freebsd-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-freebsd-64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The FreeBSD 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-freebsd-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-freebsd-arm64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The FreeBSD ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-install/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.0.0",
"version": "1.0.1",
"description": "The blazing fast monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-32/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-32",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux 32-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-arm",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux ARM binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-arm64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux ARM 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-mips64le/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-mips64le",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux MIPS 64-bit Little Endian binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-linux-ppc64le/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-linux-ppc64le",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Linux PowerPC 64-bit Little Endian binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-windows-32/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-windows-32",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Windows 32-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/npm/turbo-windows-64/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-windows-64",
"version": "1.0.0",
"version": "1.0.1",
"description": "The Windows 64-bit binary for turbo, a monorepo build system.",
"repository": "https://github.com/vercel/turborepo",
"bugs": "https://github.com/vercel/turborepo/issues",
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
@@ -1,2 +1,2 @@
1.0.0
1.0.1
latest
2 changes: 1 addition & 1 deletion create-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a new Turborepo",
"homepage": "https://turborepo.org",
"license": "MPL-2.0",
Expand Down
14 changes: 7 additions & 7 deletions create-turbo/src/index.ts
Expand Up @@ -150,13 +150,13 @@ async function run() {
let appPkg = require(path.join(sharedTemplate, "package.json"));

// add current versions of remix deps
// ["dependencies", "devDependencies"].forEach((pkgKey) => {
// for (let key in appPkg[pkgKey]) {
// if (appPkg[pkgKey][key] === "*") {
// appPkg[pkgKey][key] = `latest`;
// }
// }
// });
["dependencies", "devDependencies"].forEach((pkgKey) => {
for (let key in appPkg[pkgKey]) {
if (appPkg[pkgKey][key] === "*") {
appPkg[pkgKey][key] = `latest`;
}
}
});

// write package.json
await fse.writeFile(
Expand Down

0 comments on commit f5144b2

Please sign in to comment.