Skip to content

Commit

Permalink
release(turborepo): 1.10.8-canary.2 (#5534)
Browse files Browse the repository at this point in the history
Co-authored-by: Turbobot <turbobot@vercel.com>
  • Loading branch information
github-actions[bot] and turbobot-temp committed Jul 15, 2023
1 parent 26fee25 commit fdc358a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cli/cmd/turbo/version.go
@@ -1,3 +1,3 @@
package main

const turboVersion = "1.10.8-canary.1"
const turboVersion = "1.10.8-canary.2"
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Create a new Turborepo",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-turbo",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "ESLint config for Turborepo",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "ESLint plugin for Turborepo",
"keywords": [
"turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/gen",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Extend a Turborepo",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-ignore/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-ignore",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "",
"homepage": "https://turbo.build/repo",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/types",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Turborepo types",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-workspaces/package.json
@@ -1,6 +1,6 @@
{
"name": "@turbo/workspaces",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Tools for working with package managers",
"homepage": "https://turbo.build/repo",
"license": "MPL-2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/turbo/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.10.8-canary.1",
"version": "1.10.8-canary.2",
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
"repository": "https://github.com/vercel/turbo",
"bugs": "https://github.com/vercel/turbo/issues",
Expand All @@ -20,11 +20,11 @@
"install.js"
],
"optionalDependencies": {
"turbo-darwin-64": "1.10.8-canary.1",
"turbo-darwin-arm64": "1.10.8-canary.1",
"turbo-linux-64": "1.10.8-canary.1",
"turbo-linux-arm64": "1.10.8-canary.1",
"turbo-windows-64": "1.10.8-canary.1",
"turbo-windows-arm64": "1.10.8-canary.1"
"turbo-darwin-64": "1.10.8-canary.2",
"turbo-darwin-arm64": "1.10.8-canary.2",
"turbo-linux-64": "1.10.8-canary.2",
"turbo-linux-arm64": "1.10.8-canary.2",
"turbo-windows-64": "1.10.8-canary.2",
"turbo-windows-arm64": "1.10.8-canary.2"
}
}
2 changes: 1 addition & 1 deletion version.txt
@@ -1,2 +1,2 @@
1.10.8-canary.1
1.10.8-canary.2
canary

11 comments on commit fdc358a

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-vite-web – ./examples/with-vite/apps/web

examples-vite-web.vercel.sh
turbo-web.vercel.sh
examples-vite-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-cra-web – ./examples/with-create-react-app/apps/web

examples-cra-web.vercel.sh
examples-cra-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-tailwind-web – ./examples/with-tailwind/apps/web

examples-tailwind-web-git-main.vercel.sh
examples-tailwind-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-svelte-web – ./examples/with-svelte/apps/web

examples-svelte-web-git-main.vercel.sh
turborepo-examples-svelte-web.vercel.sh
examples-svelte-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-designsystem-docs – ./examples/design-system/apps/docs

turborepo-examples-designsystem-docs.vercel.sh
examples-designsystem-docs-git-main.vercel.sh
examples-designsystem-docs.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-gatsby-web – ./examples/with-gatsby/apps/web

examples-gatsby-web-git-main.vercel.sh
turborepo-examples-gatsby-web.vercel.sh
examples-gatsby-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-nonmonorepo – ./examples/non-monorepo

examples-nonmonorepo.vercel.sh
examples-nonmonorepo-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

examples-basic-web.vercel.sh
turborepo-examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-kitchensink-blog – ./examples/kitchen-sink/apps/blog

examples-kitchensink-blog.vercel.sh
examples-kitchensink-blog-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-native-web – ./examples/with-react-native-web/apps/web

examples-native-web.vercel.sh
examples-native-web-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on fdc358a Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.