Skip to content

Commit 3b2de42

Browse files
committed
0.4.0
1 parent e912f99 commit 3b2de42

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## What's Changed
2-
* chore(changelog): add cliff configuration
1+
## What's Changed in v0.4.0
2+
* 0.4.0
3+
* chore(changelog): add cliff configuration by @nickmessing
34
* fix: fix after upgrade to tinybase v5 by @nickmessing
45
* test(mock): add a mock store to base tests on by @nickmessing
56
* ci(test): rename test workflow job by @nickmessing
67
* ci(test): add test workflow by @nickmessing
78
* test(context): provideStore + injectStore by @nickmessing
89
* chore(deps): update dependencies by @nickmessing
910

11+
**Full Changelog**: https://github.com/nickmessing/vue-tinybase/compare/v0.3.1...v0.4.0
12+
1013
## What's Changed in v0.3.1
1114
* 0.3.1 by @nickmessing
1215
* fix(store): fix default-store onSortedRowIdsChange types by @nickmessing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tinybase-monorepo",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"author": "Nicolai Moraru <[email protected]>",
55
"license": "MIT",
66
"type": "module",

packages/examples/todolist-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todolist-ts",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"author": "Nicolai Moraru <[email protected]>",

packages/private/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/private/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@local/eslint-config-vue-tinybase",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"private": true,
55
"main": "index.cjs",
66
"author": "Nicolai Moraru <[email protected]>",

packages/public/vue-tinybase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tinybase",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"type": "module",
55
"description": "TinyBase Binding for Vue 3",
66
"module": "./dist/default-store/lib.mjs",

0 commit comments

Comments
 (0)