Skip to content

Commit 2e163f5

Browse files
committed
publish 2.8.17-canary.16 to registry
1 parent 766dad4 commit 2e163f5

File tree

15 files changed

+22
-22
lines changed

15 files changed

+22
-22
lines changed

packages/create-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-turbo",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Create a new Turborepo",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

packages/eslint-config-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-turbo",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "ESLint config for Turborepo",
55
"keywords": [
66
"eslint",

packages/eslint-plugin-turbo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-turbo",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "ESLint plugin for Turborepo",
55
"keywords": [
66
"eslint",

packages/turbo-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/codemod",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Provides Codemod transformations to help upgrade your Turborepo codebase when a feature is deprecated.",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

packages/turbo-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/gen",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Extend a Turborepo",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

packages/turbo-ignore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-ignore",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://turborepo.dev",

packages/turbo-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/types",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Turborepo types",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

packages/turbo-workspaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/workspaces",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Tools for working with package managers",
55
"homepage": "https://turborepo.dev",
66
"bugs": {

packages/turbo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo",
3-
"version": "2.8.17-canary.15",
3+
"version": "2.8.17-canary.16",
44
"description": "Turborepo is a high-performance build system for JavaScript and TypeScript codebases.",
55
"homepage": "https://turborepo.dev",
66
"bugs": "https://github.com/vercel/turborepo/issues",
@@ -18,11 +18,11 @@
1818
"postversion": "node bump-version.js"
1919
},
2020
"optionalDependencies": {
21-
"turbo-darwin-64": "2.8.17-canary.15",
22-
"turbo-darwin-arm64": "2.8.17-canary.15",
23-
"turbo-linux-64": "2.8.17-canary.15",
24-
"turbo-linux-arm64": "2.8.17-canary.15",
25-
"turbo-windows-64": "2.8.17-canary.15",
26-
"turbo-windows-arm64": "2.8.17-canary.15"
21+
"turbo-darwin-64": "2.8.17-canary.16",
22+
"turbo-darwin-arm64": "2.8.17-canary.16",
23+
"turbo-linux-64": "2.8.17-canary.16",
24+
"turbo-linux-arm64": "2.8.17-canary.16",
25+
"turbo-windows-64": "2.8.17-canary.16",
26+
"turbo-windows-arm64": "2.8.17-canary.16"
2727
}
2828
}

skills/turborepo/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
monorepo, shares code between apps, runs changed/affected packages, debugs cache,
1010
or has apps/packages directories.
1111
metadata:
12-
version: 2.8.17-canary.15
12+
version: 2.8.17-canary.16
1313
---
1414

1515
# Turborepo Skill
@@ -722,7 +722,7 @@ import { Button } from "@repo/ui/button";
722722

723723
```json
724724
{
725-
"$schema": "https://v2-8-17-canary-15.turborepo.dev/schema.json",
725+
"$schema": "https://v2-8-17-canary-16.turborepo.dev/schema.json",
726726
"tasks": {
727727
"build": {
728728
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)