Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing committed Jul 7, 2024
1 parent e912f99 commit 3b2de42
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 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
* ci(test): add test workflow by @nickmessing
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-tinybase-monorepo",
"version": "0.3.1",
"version": "0.4.0",
"author": "Nicolai Moraru <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/todolist-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todolist-ts",
"version": "0.3.1",
"version": "0.4.0",
"private": true,
"type": "module",
"author": "Nicolai Moraru <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/private/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.1",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/private/eslint/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/public/vue-tinybase/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3b2de42

Please sign in to comment.