Skip to content

Commit

Permalink
chore(release): 14.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 1, 2024
1 parent f8d0918 commit 2374a46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncpack"
version = "14.0.0-alpha.0"
version = "14.0.0-alpha.1"
authors = ["Jamie Mason <[email protected]>"]
edition = "2021"
homepage = "https://jamiemason.github.io/syncpack"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/syncpack/issues",
"contributors": [
Expand Down

0 comments on commit 2374a46

Please sign in to comment.