Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
"@harmonix-js/cli": "1.0.0-beta.3",
"create-harmonix": "1.0.0-beta.3",
"harmonix": "1.0.0-beta.3"
"@harmonix-js/cli": "1.0.0-beta.4",
"create-harmonix": "1.0.0-beta.4",
"harmonix": "1.0.0-beta.4"
},
"changesets": ["purple-badgers-poke"]
"changesets": [
"clean-peas-wonder",
"evil-dolls-tell",
"purple-badgers-poke",
"tasty-tires-switch",
"tired-pens-cross"
]
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @harmonix-js/cli

## 1.0.0-beta.5

### Patch Changes

- [#12](https://github.com/harmonix-js/harmonix/pull/12) [`cdad45c`](https://github.com/harmonix-js/harmonix/commit/cdad45c9ee4ae121e7f9adc0f0b0ec9df143a358) Thanks [@davidabou](https://github.com/davidabou)! - Fix build entry resolving error

- [#9](https://github.com/harmonix-js/harmonix/pull/9) [`0cf85fc`](https://github.com/harmonix-js/harmonix/commit/0cf85fc636070baa3a43399a08a8a447bfb19663) Thanks [@davidabou](https://github.com/davidabou)! - Migrate to tsdown bundler
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harmonix-js/cli",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"repository": {
"type": "git",
"url": "git+https://github.com/harmonix-js/harmonix.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-harmonix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-harmonix

## 1.0.0-beta.5

### Patch Changes

- [#9](https://github.com/harmonix-js/harmonix/pull/9) [`0cf85fc`](https://github.com/harmonix-js/harmonix/commit/0cf85fc636070baa3a43399a08a8a447bfb19663) Thanks [@davidabou](https://github.com/davidabou)! - Migrate to tsdown bundler

## 1.0.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-harmonix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-harmonix",
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "⚡️ Create Harmonix-powered bots in seconds",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/harmonix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# harmonix

## 1.0.0-beta.5

### Patch Changes

- [#4](https://github.com/harmonix-js/harmonix/pull/4) [`e2b16da`](https://github.com/harmonix-js/harmonix/commit/e2b16da05c1061f3e9f58bae1b27302a838f5278) Thanks [@davidabou](https://github.com/davidabou)! - Prevent commands root dir from being categorized

- [#12](https://github.com/harmonix-js/harmonix/pull/12) [`cdad45c`](https://github.com/harmonix-js/harmonix/commit/cdad45c9ee4ae121e7f9adc0f0b0ec9df143a358) Thanks [@davidabou](https://github.com/davidabou)! - Fix build entry resolving error

- [#5](https://github.com/harmonix-js/harmonix/pull/5) [`14127db`](https://github.com/harmonix-js/harmonix/commit/14127db8b947fe30ef2dfe3d02bef022a797d13c) Thanks [@davidabou](https://github.com/davidabou)! - Add subcommands and subcommand groups handling

- [#9](https://github.com/harmonix-js/harmonix/pull/9) [`0cf85fc`](https://github.com/harmonix-js/harmonix/commit/0cf85fc636070baa3a43399a08a8a447bfb19663) Thanks [@davidabou](https://github.com/davidabou)! - Migrate to tsdown bundler

- Updated dependencies [[`cdad45c`](https://github.com/harmonix-js/harmonix/commit/cdad45c9ee4ae121e7f9adc0f0b0ec9df143a358), [`0cf85fc`](https://github.com/harmonix-js/harmonix/commit/0cf85fc636070baa3a43399a08a8a447bfb19663)]:
- @harmonix-js/cli@1.0.0-beta.5
2 changes: 1 addition & 1 deletion packages/harmonix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harmonix",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"repository": {
"type": "git",
"url": "git+https://github.com/harmonix-js/harmonix.git",
Expand Down