Skip to content

Commit

Permalink
chore(release): version packages (#50)
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 Jul 22, 2024
1 parent f4e7ff9 commit 267e23f
Show file tree
Hide file tree
Showing 22 changed files with 26 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-zoos-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-horses-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-planes-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-jars-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-walls-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-candles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-kids-sell.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- fa1b5c6: Fix prepublish package names
- be34ebc: Refactor codes to extract resolvers to single module
- f4e7ff9: Support more options for command option
- f4e7ff9: Support action option and resolve by str
- f4e7ff9: Support `conflicts_with` in command option definition
- f4e7ff9: Improvements of type annotations for command option
- f4e7ff9: Add `default_missing` arg for option

## 0.1.6

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

0 comments on commit 267e23f

Please sign in to comment.