Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(turborepo): 1.12.4 #7383

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-turbo",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-turbo",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"description": "ESLint config for Turborepo",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"description": "ESLint plugin for Turborepo",
"keywords": [
"turbo",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/codemod",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/gen",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-ignore",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"description": "",
"homepage": "https://turbo.build/repo",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/types",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turbo/workspaces",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo",
"version": "1.12.4-canary.1",
"version": "1.12.4",
"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 @@ -17,11 +17,11 @@
"bin"
],
"optionalDependencies": {
"turbo-darwin-64": "1.12.4-canary.1",
"turbo-darwin-arm64": "1.12.4-canary.1",
"turbo-linux-64": "1.12.4-canary.1",
"turbo-linux-arm64": "1.12.4-canary.1",
"turbo-windows-64": "1.12.4-canary.1",
"turbo-windows-arm64": "1.12.4-canary.1"
"turbo-darwin-64": "1.12.4",
"turbo-darwin-arm64": "1.12.4",
"turbo-linux-64": "1.12.4",
"turbo-linux-arm64": "1.12.4",
"turbo-windows-64": "1.12.4",
"turbo-windows-arm64": "1.12.4"
}
}
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.12.4-canary.1
canary
1.12.4
latest