Skip to content

Commit

Permalink
chore: reset version
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx committed Oct 15, 2023
1 parent 4acb46b commit c042803
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/client",
"version": "0.2.1",
"version": "0.2.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/src/elements/defineInspectElement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CSS = postcss`
font-weight: 400;
cursor: default;
user-select: none;
touch-callout: none;
-webkit-touch-callout: none;
}
:host {
all: initial !important;
Expand All @@ -31,7 +31,7 @@ const resetCSS = postcss`
* {
cursor: default !important;
user-select: none !important;
touch-callout: none !important;
-webkit-touch-callout: none !important;
}
`;

Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/rollup",
"version": "0.2.1",
"version": "0.2.2",
"description": "A rollup plugin for fast find source code, supported in React & Vue.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/server",
"version": "0.2.1",
"version": "0.2.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
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": "@open-editor/shared",
"version": "0.2.1",
"version": "0.2.2",
"description": "internal utils shared across @open-editor packages",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/vite",
"version": "0.2.1",
"version": "0.2.2",
"description": "A vite plugin for fast find source code, supported in React & Vue.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-editor/webpack",
"version": "0.2.1",
"version": "0.2.2",
"description": "A webpack plugin for fast find source code, supported in React & Vue.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit c042803

Please sign in to comment.