Skip to content

Commit ebf2170

Browse files
feat(release): @turbo/repository v0.0.1-canary.11 (#9844)
### Description This bumps `@turbo/repository1 to 0.0.1-canary.11. ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
1 parent af04d8f commit ebf2170

File tree

10 files changed

+22
-19
lines changed

10 files changed

+22
-19
lines changed
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"description": "",
55
"bugs": "https://github.com/vercel/turborepo/issues",
66
"homepage": "https://turbo.build/repo",
@@ -15,13 +15,13 @@
1515
],
1616
"types": "dist/index.d.ts",
1717
"optionalDependencies": {
18-
"@turbo/repository-darwin-x64": "0.0.1-canary.10",
19-
"@turbo/repository-darwin-arm64": "0.0.1-canary.10",
20-
"@turbo/repository-linux-x64-gnu": "0.0.1-canary.10",
21-
"@turbo/repository-linux-arm64-gnu": "0.0.1-canary.10",
22-
"@turbo/repository-linux-x64-musl": "0.0.1-canary.10",
23-
"@turbo/repository-linux-arm64-musl": "0.0.1-canary.10",
24-
"@turbo/repository-win32-x64-msvc": "0.0.1-canary.10",
25-
"@turbo/repository-win32-arm64-msvc": "0.0.1-canary.10"
18+
"@turbo/repository-darwin-x64": "0.0.1-canary.11",
19+
"@turbo/repository-darwin-arm64": "0.0.1-canary.11",
20+
"@turbo/repository-linux-x64-gnu": "0.0.1-canary.11",
21+
"@turbo/repository-linux-arm64-gnu": "0.0.1-canary.11",
22+
"@turbo/repository-linux-x64-musl": "0.0.1-canary.11",
23+
"@turbo/repository-linux-arm64-musl": "0.0.1-canary.11",
24+
"@turbo/repository-win32-x64-msvc": "0.0.1-canary.11",
25+
"@turbo/repository-win32-arm64-msvc": "0.0.1-canary.11"
2626
}
2727
}

packages/turbo-repository/npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-darwin-arm64",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-darwin-x64",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/linux-arm64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-linux-arm64-gnu",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/linux-arm64-musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-linux-arm64-musl",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-linux-x64-gnu",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/linux-x64-musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-linux-x64-musl",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/win32-arm64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-win32-arm64-msvc",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbo/repository-win32-x64-msvc",
3-
"version": "0.0.1-canary.10",
3+
"version": "0.0.1-canary.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vercel/turborepo",

packages/turbo-repository/scripts/bump-version.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ set -e
55
# Note: BASH_SOURCE[0] is a _relative_ path, so grab
66
# the full realpath right away before manipulating.
77
SCRIPT_FILE="$( realpath "${BASH_SOURCE[0]}" )"
8-
PKG_ROOT=$(realpath "${SCRIPT_FILE}/../..")
8+
echo "SCRIPT_FILE: ${SCRIPT_FILE}"
9+
PKG_ROOT=$(realpath "$(dirname "${SCRIPT_FILE}")/..")
10+
echo "PKG_ROOT: ${PKG_ROOT}"
911
JS_PACKAGE_JSON="${PKG_ROOT}/js/package.json"
12+
echo "JS_PACKAGE_JSON: ${JS_PACKAGE_JSON}"
1013

1114
if [ $# != 1 ]; then
1215
CURRENT_VERSION=$(jq -r .version "${JS_PACKAGE_JSON}")
13-
echo "Missing version, current version is $CURRENT_VERSION"
16+
echo "Missing version, current version is $CURRENT_VERSION. Please provide a new version as an argument to this script."
1417
exit 1
1518
fi
1619

0 commit comments

Comments
 (0)