Skip to content

Commit

Permalink
Bump version to: v0.1.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ds300 committed Jan 4, 2024
1 parent a62f5f3 commit 1d57d3e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "signia-react-example",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-jsx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "signia-react-jsx-example",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.4"
"version": "0.1.5"
}
2 changes: 1 addition & 1 deletion packages/signia-react-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signia-react-jsx",
"private": false,
"description": "A tiny little drawing app (reactive state management).",
"version": "0.1.4",
"version": "0.1.5",
"author": "tldraw GB Ltd.",
"license": "MIT",
"homepage": "https://tldraw.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/signia-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signia-react",
"private": false,
"description": "Tiny little react bindings for signia.",
"version": "0.1.4",
"version": "0.1.5",
"author": "tldraw GB Ltd.",
"license": "MIT",
"homepage": "https://tldraw.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/signia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "signia",
"private": false,
"description": "A tiny little drawing reactive state management library.",
"version": "0.1.4",
"version": "0.1.5",
"author": "tldraw GB Ltd.",
"license": "MIT",
"homepage": "https://tldraw.dev",
Expand Down

1 comment on commit 1d57d3e

@vercel
Copy link

@vercel vercel bot commented on 1d57d3e Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

signia – ./

signia-tldraw.vercel.app
signia.vercel.app
signia-git-main-tldraw.vercel.app
signia.tldraw.dev

Please sign in to comment.