Skip to content

Commit

Permalink
chore(release): 9.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Apr 13, 2024
1 parent b4f0b67 commit 2f314ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
# We use --force because we want all artifacts of @reflink/reflink to be installed.
run: pnpm install --force
- name: Publish Packages
continue-on-error: true
env:
# setting the "npm_config_//registry.npmjs.org/:_authToken" env variable directly doesn't work.
# probably "pnpm release" doesn't pass auth tokens to child processes
Expand Down
2 changes: 1 addition & 1 deletion pnpm/CHANGELOG.md
@@ -1,6 +1,6 @@
# pnpm

## 9.0.0-rc.1
## 9.0.0-rc.2

### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/exe/package.json
@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"publishConfig": {
"tag": "next-9",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/linux-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/macos-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/artifacts/win-x64/package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"license": "MIT",
"publishConfig": {
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm/package.json
@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "9.0.0-rc.1",
"version": "9.0.0-rc.2",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
Expand Down

0 comments on commit 2f314ab

Please sign in to comment.