diff --git a/.changeset/bright-moons-impress.md b/.changeset/bright-moons-impress.md deleted file mode 100644 index dcde9b54..00000000 --- a/.changeset/bright-moons-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ts-blocks": minor ---- - -Add optional `watermark` that will show the version that the component was installed at as well as a link to documentation. diff --git a/.changeset/fresh-rats-enjoy.md b/.changeset/fresh-rats-enjoy.md deleted file mode 100644 index fcd7be39..00000000 --- a/.changeset/fresh-rats-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ts-blocks": patch ---- - -Improves tests with `describe` and `it` syntax. diff --git a/.changeset/great-tigers-type.md b/.changeset/great-tigers-type.md deleted file mode 100644 index db0fa41e..00000000 --- a/.changeset/great-tigers-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ts-blocks": minor ---- - -Added multi-select prompt to add command so that you can browser which components to add/upgrade. diff --git a/.changeset/strange-bugs-share.md b/.changeset/strange-bugs-share.md deleted file mode 100644 index 813c64a0..00000000 --- a/.changeset/strange-bugs-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ts-blocks": patch ---- - -Fixed issue with init command not accepting default value. diff --git a/CHANGELOG.md b/CHANGELOG.md index e52be0c9..32b1eba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # ts-blocks +## 0.10.0 + +### Minor Changes + +- 52f9480: Add optional `watermark` that will show the version that the component was installed at as well as a link to documentation. +- 52f9480: Added multi-select prompt to add command so that you can browser which components to add/upgrade. + +### Patch Changes + +- 2eff64a: Improves tests with `describe` and `it` syntax. +- 52f9480: Fixed issue with init command not accepting default value. + ## 0.9.0 ### Minor Changes diff --git a/package.json b/package.json index bf3c23b9..01faed8b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,18 @@ { "name": "ts-blocks", "description": "A CLI to blocks to your project.", - "version": "0.9.0", + "version": "0.10.0", "packageManager": "pnpm@9.12.3", "repository": { "type": "git", "url": "git+https://github.com/ieedan/ts-blocks" }, - "keywords": ["blocks", "typescript", "tested", "documented"], + "keywords": [ + "blocks", + "typescript", + "tested", + "documented" + ], "author": "Aidan Bleser", "license": "MIT", "bugs": {