Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Mar 26, 2024
1 parent be15bdb commit ccbcdbc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/tools",
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"tecack": "node ../../packages/tools/bin/bin.js",
"codegen": "node ../../packages/tools/bin/bin.js codegen",
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": "tecack",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"description": "",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecack/backend",
"version": "0.0.11",
"version": "0.0.12",
"description": "@tecack/backend",
"main": "dist/index.js",
"author": "Ubugeeei <ubuge1122@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/dataset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecack/dataset",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"author": "Ubugeeei <ubuge1122@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecack/frontend",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"author": "Ubugeeei <ubuge1122@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecack/shared",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "dist/index.js",
"author": "Ubugeeei <ubuge1122@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tecack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tecack",
"version": "0.0.11",
"version": "0.0.12",
"description": "tecack is a simple drawing library for the web.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tecack/tools",
"version": "0.0.11",
"version": "0.0.12",
"description": "@tecack/tools",
"bin": {
"tecack": "./bin/bin.js"
Expand Down

0 comments on commit ccbcdbc

Please sign in to comment.