diff --git a/.changeset/beige-zoos-matter.md b/.changeset/beige-zoos-matter.md deleted file mode 100644 index 3445de9..0000000 --- a/.changeset/beige-zoos-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Fix prepublish package names diff --git a/.changeset/brave-horses-grow.md b/.changeset/brave-horses-grow.md deleted file mode 100644 index 19508d6..0000000 --- a/.changeset/brave-horses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Refactor codes to extract resolvers to single module diff --git a/.changeset/curly-planes-lie.md b/.changeset/curly-planes-lie.md deleted file mode 100644 index 6424249..0000000 --- a/.changeset/curly-planes-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Support more options for command option diff --git a/.changeset/empty-jars-cough.md b/.changeset/empty-jars-cough.md deleted file mode 100644 index c2337a5..0000000 --- a/.changeset/empty-jars-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Support action option and resolve by str diff --git a/.changeset/hip-walls-remain.md b/.changeset/hip-walls-remain.md deleted file mode 100644 index 88569a4..0000000 --- a/.changeset/hip-walls-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Support `conflicts_with` in command option definition diff --git a/.changeset/new-candles-tickle.md b/.changeset/new-candles-tickle.md deleted file mode 100644 index 4a67554..0000000 --- a/.changeset/new-candles-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Improvements of type annotations for command option diff --git a/.changeset/young-kids-sell.md b/.changeset/young-kids-sell.md deleted file mode 100644 index afb1100..0000000 --- a/.changeset/young-kids-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'archons': patch ---- - -Add `default_missing` arg for option diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f192b..5417312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index 9263229..487549d 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-android-arm-eabi", - "version": "0.1.6", + "version": "0.1.7", "os": [ "android" ], diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index edae9d1..e693c20 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-android-arm64", - "version": "0.1.6", + "version": "0.1.7", "os": [ "android" ], diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index db9de2e..9160b57 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-darwin-arm64", - "version": "0.1.6", + "version": "0.1.7", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index cbbad9b..f0c262c 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-darwin-x64", - "version": "0.1.6", + "version": "0.1.7", "os": [ "darwin" ], diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 02cf89f..cbe5167 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-freebsd-x64", - "version": "0.1.6", + "version": "0.1.7", "os": [ "freebsd" ], diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 92d420f..4f90c79 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm-gnueabihf", - "version": "0.1.6", + "version": "0.1.7", "os": [ "linux" ], diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 2770dae..2fd5177 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm64-gnu", - "version": "0.1.6", + "version": "0.1.7", "os": [ "linux" ], diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index f4f99ac..4f30644 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-arm64-musl", - "version": "0.1.6", + "version": "0.1.7", "os": [ "linux" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index ad821c3..26c373d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-x64-gnu", - "version": "0.1.6", + "version": "0.1.7", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index fb38adf..6420e0c 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-linux-x64-musl", - "version": "0.1.6", + "version": "0.1.7", "os": [ "linux" ], diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index ee99edd..0ac6f66 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-arm64-msvc", - "version": "0.1.6", + "version": "0.1.7", "os": [ "win32" ], diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 8d9e747..c792546 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-ia32-msvc", - "version": "0.1.6", + "version": "0.1.7", "os": [ "win32" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 7647b38..b41406f 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "archons-napi-win32-x64-msvc", - "version": "0.1.6", + "version": "0.1.7", "os": [ "win32" ], diff --git a/package.json b/package.json index 8ced0ac..b19c2ae 100644 --- a/package.json +++ b/package.json @@ -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": "苏向夜",