From 2374a4607c067df65e8ba7a64a6078a475452bf8 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Fri, 1 Nov 2024 14:42:02 +0000 Subject: [PATCH] chore(release): 14.0.0-alpha.1 --- .github/workflows/release.yaml | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 89bb8107..a854b5fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -105,6 +105,7 @@ jobs: - name: Publish the package shell: bash run: | + npm install just --dotenv-filename .env.linux-x64-glibc create-npm-root-package just --dotenv-filename .env.linux-x64-glibc publish-npm-root-package env: diff --git a/Cargo.lock b/Cargo.lock index 758fc149..e0f77435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,7 +979,7 @@ dependencies = [ [[package]] name = "syncpack" -version = "14.0.0-alpha.0" +version = "14.0.0-alpha.1" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4215687d..ceaa0970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syncpack" -version = "14.0.0-alpha.0" +version = "14.0.0-alpha.1" authors = ["Jamie Mason "] edition = "2021" homepage = "https://jamiemason.github.io/syncpack" diff --git a/package.json b/package.json index d4a20127..b7e90f9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syncpack", "description": "Consistent dependency versions in large JavaScript Monorepos", - "version": "14.0.0-alpha.0", + "version": "14.0.0-alpha.1", "author": "Jamie Mason (https://github.com/JamieMason)", "bugs": "https://github.com/JamieMason/syncpack/issues", "contributors": [