Skip to content

Commit

Permalink
fix publish and bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 23, 2024
1 parent 8a26b0b commit bece143
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/caret/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utils useful for work with caret for Editor.js tools development",
"repository": "https://github.com/editor-js/utils/tree/main/packages/caret",
"link": "https://github.com/editor-js/utils/tree/main/packages/caret",
"version": "0.0.11",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utils useful for work with dom for Editor.js tools development",
"repository": "https://github.com/editor-js/utils/tree/main/packages/dom",
"link": "https://github.com/editor-js/utils/tree/main/packages/dom",
"version": "0.0.12",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utils useful for Editor.js tools development",
"repository": "https://github.com/editor-js/utils/tree/main/packages/helpers",
"link": "https://github.com/editor-js/utils/tree/main/packages/helpers",
"version": "0.0.12",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Utils useful for work with keyboard for Editor.js tools development",
"repository": "https://github.com/editor-js/utils/tree/main/packages/keyboard",
"link": "https://github.com/editor-js/utils/tree/main/packages/keyboard",
"version": "0.0.11",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ for (const { name, version, link } of packages) {
// eslint-disable-next-line @typescript-eslint/naming-convention
parse_mode: 'Markdown',
// eslint-disable-next-line @typescript-eslint/naming-convention
disable_web_page_preview: false,
disable_web_page_preview: true,
}),
})
.catch(error => console.error('Error:', error));
Expand Down

0 comments on commit bece143

Please sign in to comment.