Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 19, 2024
1 parent 3e550bc commit de88b66
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,7 +1,7 @@
{
"name": "tisqleditor",
"private": "true",
"version": "1.0.0",
"version": "0.0.1",
"description": "a SQL editor based codemirror6",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/tisqleditor-extension-autocomplete",
"version": "1.0.0",
"version": "0.0.1",
"description": "tisqleditor extensions",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/cur-sql-gutter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/tisqleditor-extension-cur-sql-gutter",
"version": "1.0.0",
"version": "0.0.1",
"description": "tisqleditor extensions",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/database-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/tisqleditor-extension-database-linter",
"version": "1.0.0",
"version": "0.0.1",
"description": "tisqleditor extensions",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/grammar-linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidbcloud/tisqleditor-extension-grammar-linter",
"version": "1.0.0",
"version": "0.0.1",
"description": "tisqleditor extensions",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit de88b66

Please sign in to comment.