diff --git a/CHANGELOG.md b/CHANGELOG.md index a96a432..685ef22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -## What's Changed -* chore(changelog): add cliff configuration +## What's Changed in v0.4.0 +* 0.4.0 +* chore(changelog): add cliff configuration by @nickmessing * fix: fix after upgrade to tinybase v5 by @nickmessing * test(mock): add a mock store to base tests on by @nickmessing * ci(test): rename test workflow job by @nickmessing @@ -7,6 +8,8 @@ * test(context): provideStore + injectStore by @nickmessing * chore(deps): update dependencies by @nickmessing +**Full Changelog**: https://github.com/nickmessing/vue-tinybase/compare/v0.3.1...v0.4.0 + ## What's Changed in v0.3.1 * 0.3.1 by @nickmessing * fix(store): fix default-store onSortedRowIdsChange types by @nickmessing diff --git a/package.json b/package.json index 46ce407..09bfc18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-tinybase-monorepo", - "version": "0.3.1", + "version": "0.4.0", "author": "Nicolai Moraru ", "license": "MIT", "type": "module", diff --git a/packages/examples/todolist-ts/package.json b/packages/examples/todolist-ts/package.json index 19c40e8..e2c0cb8 100644 --- a/packages/examples/todolist-ts/package.json +++ b/packages/examples/todolist-ts/package.json @@ -1,6 +1,6 @@ { "name": "todolist-ts", - "version": "0.3.1", + "version": "0.4.0", "private": true, "type": "module", "author": "Nicolai Moraru ", diff --git a/packages/private/docs/package.json b/packages/private/docs/package.json index 750cab1..5626117 100644 --- a/packages/private/docs/package.json +++ b/packages/private/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/private/eslint/package.json b/packages/private/eslint/package.json index 9a3f7b3..940872f 100644 --- a/packages/private/eslint/package.json +++ b/packages/private/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@local/eslint-config-vue-tinybase", - "version": "0.3.1", + "version": "0.4.0", "private": true, "main": "index.cjs", "author": "Nicolai Moraru ", diff --git a/packages/public/vue-tinybase/package.json b/packages/public/vue-tinybase/package.json index 623793e..c298764 100644 --- a/packages/public/vue-tinybase/package.json +++ b/packages/public/vue-tinybase/package.json @@ -1,6 +1,6 @@ { "name": "vue-tinybase", - "version": "0.3.1", + "version": "0.4.0", "type": "module", "description": "TinyBase Binding for Vue 3", "module": "./dist/default-store/lib.mjs",