Skip to content

Commit

Permalink
chore(release): version packages (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 6, 2024
1 parent 3eaa36d commit 93c7798
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-owls-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-grapes-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-ghosts-grin.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# archons

## 0.2.4

### Patch Changes

- dc0eac1: Improve doc string of `run` function
- fcccf4e: Add `num_args` range resolver
- fcccf4e: Support `required_equals` option field

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-android-arm-eabi",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-android-arm64",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-darwin-arm64",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-darwin-x64",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-freebsd-x64",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm-gnueabihf",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm64-gnu",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-arm64-musl",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-x64-gnu",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-linux-x64-musl",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-arm64-msvc",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-ia32-msvc",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons-napi-win32-x64-msvc",
"version": "0.2.3",
"version": "0.2.4",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archons",
"version": "0.2.3",
"version": "0.2.4",
"description": "Fast, powerful and elegant CLI build tool based on clap-rs",
"author": {
"name": "苏向夜",
Expand Down

0 comments on commit 93c7798

Please sign in to comment.