From ce9941b0a07d3ecb4cbe674cf2d28535c0d78cee Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 16 Oct 2024 10:00:48 +0000 Subject: [PATCH] chore(release): v1.0.0-beta.1 # 1.0.0-beta.1 (2024-10-16) ### Bug Fixes * store cannot be reactive created by `pinia-vue-mini` ([2bcc2d0](https://github.com/akinoccc/pinia-vue-mini/commit/2bcc2d0c203b65fbf55ee98f2cdc7e63bfc2cfb4)) ### Features * add `storeToRefs` ([680e0ff](https://github.com/akinoccc/pinia-vue-mini/commit/680e0ff1ecf5a358061b0071bd6ccb28e78b025c)) * add api of `createPinia` and `defineStore` ([383cf92](https://github.com/akinoccc/pinia-vue-mini/commit/383cf92bba537ad686305a36cfb7076a48d50741)) * infer store type automatically ([f5d1021](https://github.com/akinoccc/pinia-vue-mini/commit/f5d1021cb879f0a7a9f5b4c087b92936013ed5b7)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..90744bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 1.0.0-beta.1 (2024-10-16) + + +### Bug Fixes + +* store cannot be reactive created by `pinia-vue-mini` ([2bcc2d0](https://github.com/akinoccc/pinia-vue-mini/commit/2bcc2d0c203b65fbf55ee98f2cdc7e63bfc2cfb4)) + + +### Features + +* add `storeToRefs` ([680e0ff](https://github.com/akinoccc/pinia-vue-mini/commit/680e0ff1ecf5a358061b0071bd6ccb28e78b025c)) +* add api of `createPinia` and `defineStore` ([383cf92](https://github.com/akinoccc/pinia-vue-mini/commit/383cf92bba537ad686305a36cfb7076a48d50741)) +* infer store type automatically ([f5d1021](https://github.com/akinoccc/pinia-vue-mini/commit/f5d1021cb879f0a7a9f5b4c087b92936013ed5b7))