Skip to content

Commit

Permalink
revert: try with new project name (#24)
Browse files Browse the repository at this point in the history
Revert "chore(release): version packages (#18)"

This reverts commit 20cdfa8.
  • Loading branch information
fu050409 authored Jul 20, 2024
1 parent e6212e7 commit 598e622
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .changeset/dull-kids-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/grumpy-panthers-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/healthy-carpets-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Implement utils functions to create clap command instance
2 changes: 2 additions & 0 deletions .changeset/lovely-humans-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/nasty-bugs-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Call callback functions with context object after merged parsed args
5 changes: 5 additions & 0 deletions .changeset/orange-bugs-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Merge parsed args by `clap-rs` to context args object
5 changes: 5 additions & 0 deletions .changeset/poor-cats-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Remove features for clap-rs
2 changes: 2 additions & 0 deletions .changeset/rare-dodos-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/rotten-scissors-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .changeset/slimy-waves-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/small-ducks-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Add `defineCommand` interface
2 changes: 2 additions & 0 deletions .changeset/small-zebras-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/two-keys-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'clap-js': patch
---

Implement command definition types
12 changes: 0 additions & 12 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clap-js",
"version": "0.1.1",
"version": "0.1.0",
"description": "Fast and elegant CLI build tool based on clap-rs",
"main": "index.js",
"repository": "https://github.com/noctisynth/clap-js",
Expand Down

0 comments on commit 598e622

Please sign in to comment.