Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing committed Jul 6, 2024
1 parent 9375926 commit b222524
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.0",
"version": "0.3.1",
"author": "Nicolai Moraru <[email protected]>",
"license": "MIT",
"scripts": {
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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"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.0",
"version": "0.3.1",
"type": "module",
"description": "TinyBase Binding for Vue 3",
"module": "./dist/lib.mjs",
Expand Down

0 comments on commit b222524

Please sign in to comment.