Skip to content

Commit

Permalink
chore(release): version packages (#102)
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 Jan 26, 2025
1 parent b466906 commit f50646d
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-numbers-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-socks-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-seas-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-boxes-deliver.md

This file was deleted.

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

## 0.2.8

### Patch Changes

- 12b8866: Add support for Deno.js
- 12b8866: Add support for inquire feature
- 12b8866: Fix clippy warnings

Check warning on line 9 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Lint CSpell

Unknown word (clippy)
- 12b8866: Optimize performance of the parser and resolver

## 0.2.7

### 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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"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.7",
"version": "0.2.8",
"description": "Fast, powerful and elegant CLI build tool based on clap-rs",
"author": {
"name": "苏向夜",
Expand Down

0 comments on commit f50646d

Please sign in to comment.