Skip to content

Commit b222524

Browse files
committed
0.3.1
1 parent 9375926 commit b222524

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-tinybase-monorepo",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"author": "Nicolai Moraru <[email protected]>",
55
"license": "MIT",
66
"scripts": {

packages/examples/todolist-ts/package.json

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

packages/private/docs/package.json

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

packages/private/eslint/package.json

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

packages/public/vue-tinybase/package.json

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

0 commit comments

Comments
 (0)